public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Re-fix leak in source.c (open_source_file).
@ 2018-11-24 12:23 sergiodj+buildbot
  2018-11-24 12:43 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (13 more replies)
  0 siblings, 14 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:23 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT 5446094655df842abb4ababac39f34c6342e8da3 ***

Author: Philippe Waroquiers <philippe.waroquiers@skynet.be>
Branch: master
Commit: 5446094655df842abb4ababac39f34c6342e8da3

Re-fix leak in source.c (open_source_file).

Leak fixed in '8e6a5953e1d Fix 4K leak in open_source_file' has been partially
undone by '2179fbc36d23 Return scoped_fd from open_source_file'. Re-add the
transfer of current s->fullname to the unique_xmalloc_ptr fullname given to
find_and_open_source.


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

* *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE ***
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
@ 2018-11-24 12:43 ` sergiodj+buildbot
  2018-11-24 12:47 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-amd64

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

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-amd64-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>

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

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

  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
gmake[2]: *** [Makefile:1629: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
  2018-11-24 12:43 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-11-24 12:47 ` sergiodj+buildbot
  2018-11-24 12:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>

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

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

  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
gmake[2]: *** [Makefile:1629: procfs.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] 70+ messages in thread

* Failures on Fedora-i686, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
  2018-11-24 12:43 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE *** sergiodj+buildbot
  2018-11-24 12:47 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
@ 2018-11-24 12:52 ` sergiodj+buildbot
  2018-11-24 12:55 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:52 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-i686/54/5446094655df842abb4ababac39f34c6342e8da3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.car.atom
PASS -> FAIL: gdb.python/py-mi-var-info-path-expression.exp: -var-list-children c1.cdr
PASS -> UNRESOLVED: gdb.python/py-mi-var-info-path-expression.exp: load python file
============================


*** 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/Fedora-i686/xfails/master/xfail?id=49a42cf8>

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/Fedora-i686/xfails/master/xfail.table?id=49a42cf8>




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

* Failures on RHEL-s390x-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-11-24 12:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
@ 2018-11-24 12:55 ` sergiodj+buildbot
  2018-11-24 12:57 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:55 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/8837>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/RHEL-s390x-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>





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

* Failures on Debian-s390x-native-extended-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-11-24 12:55 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
@ 2018-11-24 12:57 ` sergiodj+buildbot
  2018-11-24 13:05 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 12:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	debian-jessie-s390x-1

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

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_extern_locno_resolvable
PASS -> UNRESOLVED: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: print file_locno_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_extern_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locaddr_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locempty_unresolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_resolvable
PASS -> FAIL: gdb.dwarf2/dw2-noloc.exp: no-run: ptype file_locno_unresolvable
============================


*** 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-extended-gdbserver-m64/xfails/master/xfail?id=b7135627>

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-extended-gdbserver-m64/xfails/master/xfail.table?id=b7135627>




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

* Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-11-24 12:57 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-24 13:05 ` sergiodj+buildbot
  2018-11-24 13:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 13:05 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-extended-gdbserver-m64/builds/194>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-extended-gdbserver-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>





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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-11-24 13:05 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-24 13:30 ` sergiodj+buildbot
  2018-11-24 13:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 13: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/11487>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
FAIL -> UNRESOLVED: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=1: inferior 1 exited
new UNRESOLVED: gdb.threads/tls-shared.exp: can't run to main
new UNRESOLVED: gdb.threads/tls-shared.exp: delete all breakpoints in delete_breakpoints
============================


*** 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/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail?id=94bf6b39>

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/Fedora-x86_64-native-extended-gdbserver-m64/xfails/master/xfail.table?id=94bf6b39>




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

* Failures on Debian-s390x-native-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-11-24 13:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-24 13:36 ` sergiodj+buildbot
  2018-11-24 13:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 13: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/7000>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.python/py-mi.exp: check tsrvw expression value
PASS -> FAIL: gdb.python/py-mi.exp: check tsrvw varobj value
PASS -> FAIL: gdb.python/py-mi.exp: choose array visualizer for c
PASS -> FAIL: gdb.python/py-mi.exp: choose default visualizer
PASS -> FAIL: gdb.python/py-mi.exp: choose visualizer using expression
PASS -> FAIL: gdb.python/py-mi.exp: clear visualizer
PASS -> FAIL: gdb.python/py-mi.exp: create container varobj
PASS -> FAIL: gdb.python/py-mi.exp: create container varobj, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: create estring varobj
PASS -> FAIL: gdb.python/py-mi.exp: create me varobj
PASS -> FAIL: gdb.python/py-mi.exp: create nscont varobj, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: create nstype varobj
PASS -> FAIL: gdb.python/py-mi.exp: create nstype2 varobj
PASS -> FAIL: gdb.python/py-mi.exp: create outer varobj
PASS -> FAIL: gdb.python/py-mi.exp: create second container varobj
PASS -> FAIL: gdb.python/py-mi.exp: create string_1 varobj
PASS -> FAIL: gdb.python/py-mi.exp: create tsrvw varobj
PASS -> FAIL: gdb.python/py-mi.exp: create varobj for c
PASS -> FAIL: gdb.python/py-mi.exp: delete varobj
PASS -> FAIL: gdb.python/py-mi.exp: evaluate me varobj
PASS -> FAIL: gdb.python/py-mi.exp: examine container children=0
PASS -> FAIL: gdb.python/py-mi.exp: examine container children=0, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: examine nscont children=0, no pretty-printing
PASS -> FAIL: gdb.python/py-mi.exp: list children after listing selected range
PASS -> FAIL: gdb.python/py-mi.exp: list children after setting exception flag
PASS -> FAIL: gdb.python/py-mi.exp: list children after setting update range
PASS -> FAIL: gdb.python/py-mi.exp: list children of c
PASS -> FAIL: gdb.python/py-mi.exp: list children of outer
PASS -> FAIL: gdb.python/py-mi.exp: list children of outer.s
PASS -> FAIL: gdb.python/py-mi.exp: list selected children after setting range
PASS -> FAIL: gdb.python/py-mi.exp: list varobj children after resetting child range
PASS -> FAIL: gdb.python/py-mi.exp: list varobj children after selecting child range
PASS -> FAIL: gdb.python/py-mi.exp: mi runto main
PASS -> FAIL: gdb.python/py-mi.exp: next over change of array element
PASS -> FAIL: gdb.python/py-mi.exp: next over outer update
PASS -> FAIL: gdb.python/py-mi.exp: next over update 1
PASS -> FAIL: gdb.python/py-mi.exp: next over update 2
PASS -> FAIL: gdb.python/py-mi.exp: next over update 3
PASS -> FAIL: gdb.python/py-mi.exp: next over update 4
PASS -> FAIL: gdb.python/py-mi.exp: next over update 5
PASS -> FAIL: gdb.python/py-mi.exp: next over update 6
PASS -> FAIL: gdb.python/py-mi.exp: printer whose children are returned as a list
PASS -> FAIL: gdb.python/py-mi.exp: set update range
PASS -> FAIL: gdb.python/py-mi.exp: set update range with non-zero start
PASS -> FAIL: gdb.python/py-mi.exp: update after next with restricted range
PASS -> FAIL: gdb.python/py-mi.exp: update after type change
PASS -> FAIL: gdb.python/py-mi.exp: update after updating element of outer
PASS -> FAIL: gdb.python/py-mi.exp: update string varobj after assignment
PASS -> FAIL: gdb.python/py-mi.exp: update varobj 2, no children requested
PASS -> FAIL: gdb.python/py-mi.exp: update varobj after element change
PASS -> FAIL: gdb.python/py-mi.exp: update varobj with change outside selected range
PASS -> FAIL: gdb.python/py-mi.exp: update varobj, no children requested
PASS -> FAIL: gdb.python/py-mi.exp: varobj update 1
PASS -> FAIL: gdb.python/py-mi.exp: varobj update 2
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after choosing default
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after choosing via expression
PASS -> FAIL: gdb.python/py-mi.exp: varobj update after clearing
new FAIL: gdb.python/py-mi.exp: wait for stop
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: continue to breakpoint in foo
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: get breakpoint address for foo
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: reload precord save file
PASS -> FAIL: gdb.reverse/consecutive-precsave.exp: run to end of main
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: set bp, 2nd instr
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: set reverse execution
new UNRESOLVED: gdb.reverse/consecutive-precsave.exp: setting breakpoint at foo
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: stopped at bp in reverse, 1st instr
PASS -> UNRESOLVED: gdb.reverse/consecutive-precsave.exp: stopped at bp, 2nd instr
PASS -> FAIL: gdb.reverse/step-reverse.exp: finish out of fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next over call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse next test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step into fn call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step out of called fn
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi from a function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: reverse stepi thru function return
PASS -> FAIL: gdb.reverse/step-reverse.exp: set reverse execution
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple reverse stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: simple stepi
PASS -> FAIL: gdb.reverse/step-reverse.exp: step into call
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 1
PASS -> FAIL: gdb.reverse/step-reverse.exp: step test 2
PASS -> FAIL: gdb.reverse/step-reverse.exp: step up to call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi back from function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: stepi into function call
PASS -> FAIL: gdb.reverse/step-reverse.exp: turn on process record
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/Debian-s390x-native-gdbserver-m64/xfails/master/xfail?id=f92d7f7b>

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=f92d7f7b>




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

* Failures on Fedora-s390x-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-11-24 13:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-24 13:54 ` sergiodj+buildbot
  2018-11-25 22:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-24 13:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Fedora-s390x-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/non-ldr-exit.exp: program exits normally
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: 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/Fedora-s390x-m64/xfails/master/xfail?id=42cc8929>

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/Fedora-s390x-m64/xfails/master/xfail.table?id=42cc8929>




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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-11-24 13:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2018-11-25 22:46 ` sergiodj+buildbot
  2018-11-25 22:46 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 22:46 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/11216>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.base/return2.exp: couldn't run to main
new UNRESOLVED: gdb.base/return2.exp: delete all breakpoints in delete_breakpoints
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=on: 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/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail?id=d39bf374>

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/Fedora-x86_64-native-extended-gdbserver-m32/xfails/master/xfail.table?id=d39bf374>




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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (9 preceding siblings ...)
  2018-11-25 22:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
@ 2018-11-25 22:46 ` sergiodj+buildbot
  2018-11-25 22:53 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 22:46 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/11454>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
new UNRESOLVED: gdb.mi/mi-break.exp: mi-mode=separate:
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: 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/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail?id=388a6813>

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/Fedora-x86_64-native-gdbserver-m64/xfails/master/xfail.table?id=388a6813>




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

* Failures on Ubuntu-Aarch64-native-gdbserver-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (10 preceding siblings ...)
  2018-11-25 22:46 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-25 22:53 ` sergiodj+buildbot
  2018-11-25 22:56 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
  2018-11-25 23:01 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 22:53 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-native-gdbserver-m64/builds/4563>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-native-gdbserver-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>





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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (11 preceding siblings ...)
  2018-11-25 22:53 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
@ 2018-11-25 22:56 ` sergiodj+buildbot
  2018-11-25 23:01 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 22:56 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/11224>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

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

*** Diff to previous build ***
============================
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: 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/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail?id=96664daf>

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/Fedora-x86_64-native-gdbserver-m32/xfails/master/xfail.table?id=96664daf>




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

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
                   ` (12 preceding siblings ...)
  2018-11-25 22:56 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
@ 2018-11-25 23:01 ` sergiodj+buildbot
  13 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 23:01 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Ubuntu-Aarch64-m64/builds/4631>

Commit(s) tested:
	5446094655df842abb4ababac39f34c6342e8da3

Author(s) (in the same order as the commits):
	Philippe Waroquiers <philippe.waroquiers@skynet.be>

Subject:
	Re-fix leak in source.c (open_source_file).

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Ubuntu-Aarch64-m64/54/5446094655df842abb4ababac39f34c6342e8da3/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/abspath.exp: continue to main
new FAIL: gdb.server/abspath.exp: setting breakpoint at main
PASS -> FAIL: gdb.server/ext-run.exp: continue to main
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: 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/Ubuntu-Aarch64-m64/xfails/master/xfail?id=5399459a>

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/Ubuntu-Aarch64-m64/xfails/master/xfail.table?id=5399459a>




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2020-02-24  3:04 [binutils-gdb] Remove the TUI annotation hack gdb-buildbot
@ 2020-02-24  3:11 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2020-02-24  3:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/2151

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        fc96d20b2c6d7ff24349ad015119438077d3f1e9

Subject of commit:
        Remove the TUI annotation hack

*** 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-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-connection.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    test-target.o
  CXX    thread-iter.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    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
../../binutils-gdb/gdb/tui/tui-layout.c:354:40: error: window_factory was not declared in this scope
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                        ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 2 is invalid
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                                      ^
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c: In function tui_gen_win_info* tui_get_window_by_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: error: saved_tui_windows was not declared in this scope
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: note: suggested alternative: all_tui_windows
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
                               all_tui_windows
../../binutils-gdb/gdb/tui/tui-layout.c:365:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:366:35: error: request for member end in * known_window_types, which is of non-class type int
   if (iter == known_window_types->end ())
                                   ^~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function void initialize_known_windows():
../../binutils-gdb/gdb/tui/tui-layout.c:380:60: error: window_factory was not declared in this scope
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                            ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 2 is invalid
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                                          ^
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c:382:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("src",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:385:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("cmd",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:387:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("regs",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:390:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("asm",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:393:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("status", get_locator_window);
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function bool validate_window_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:924:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:925:38: error: request for member end in * known_window_types, which is of non-class type int
   return iter != known_window_types->end ();
                                      ^~~
gmake[2]: *** [Makefile:1597: tui/tui-layout.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:9731: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:853: all] Error 2
program finished with exit code 2
elapsedTime=288.699000
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2020-02-24  2:28 [binutils-gdb] Remove tui_set_win_with_focus gdb-buildbot
@ 2020-02-24  3:04 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2020-02-24  3:04 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/2150

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        935c78c0468215e2f034f39b8285fa8bb17729b8

Subject of commit:
        Remove tui_set_win_with_focus

*** 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-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-connection.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    test-target.o
  CXX    thread-iter.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    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
../../binutils-gdb/gdb/tui/tui-layout.c:354:40: error: window_factory was not declared in this scope
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                        ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 2 is invalid
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                                      ^
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c: In function tui_gen_win_info* tui_get_window_by_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: error: saved_tui_windows was not declared in this scope
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: note: suggested alternative: all_tui_windows
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
                               all_tui_windows
../../binutils-gdb/gdb/tui/tui-layout.c:365:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:366:35: error: request for member end in * known_window_types, which is of non-class type int
   if (iter == known_window_types->end ())
                                   ^~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function void initialize_known_windows():
../../binutils-gdb/gdb/tui/tui-layout.c:380:60: error: window_factory was not declared in this scope
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                            ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 2 is invalid
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                                          ^
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c:382:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("src",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:385:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("cmd",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:387:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("regs",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:390:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("asm",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:393:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("status", get_locator_window);
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function bool validate_window_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:924:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:925:38: error: request for member end in * known_window_types, which is of non-class type int
   return iter != known_window_types->end ();
                                      ^~~
  CXX    tui/tui-regs.o
  CXX    tui/tui-source.o
gmake[2]: *** [Makefile:1597: tui/tui-layout.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:9731: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:853: all] Error 2
program finished with exit code 2
elapsedTime=283.369765
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2020-02-24  2:28 [binutils-gdb] Change how TUI windows are instantiated gdb-buildbot
@ 2020-02-24  2:23 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2020-02-24  2:23 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/2149

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        0240c8f11b06a33a043bacbe2b9e723ae6ad573c

Subject of commit:
        Change how TUI windows are instantiated

*** 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-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-connection.o
  CXX    target-dcache.o
  CXX    target-descriptions.o
  CXX    target-float.o
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    test-target.o
  CXX    thread-iter.o
  CXX    thread.o
  CXX    tid-parse.o
  CXX    top.o
  CXX    tracectf.o
  CXX    tracefile-tfile.o
  CXX    tracefile.o
  CXX    tracepoint.o
  CXX    trad-frame.o
  CXX    tramp-frame.o
  CXX    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
../../binutils-gdb/gdb/tui/tui-layout.c:354:40: error: window_factory was not declared in this scope
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                        ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 2 is invalid
 static std::unordered_map<std::string, window_factory> *known_window_types;
                                                      ^
../../binutils-gdb/gdb/tui/tui-layout.c:354:54: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c: In function tui_gen_win_info* tui_get_window_by_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: error: saved_tui_windows was not declared in this scope
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:361:31: note: suggested alternative: all_tui_windows
   for (tui_win_info *window : saved_tui_windows)
                               ^~~~~~~~~~~~~~~~~
                               all_tui_windows
../../binutils-gdb/gdb/tui/tui-layout.c:365:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:366:35: error: request for member end in * known_window_types, which is of non-class type int
   if (iter == known_window_types->end ())
                                   ^~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function void initialize_known_windows():
../../binutils-gdb/gdb/tui/tui-layout.c:380:60: error: window_factory was not declared in this scope
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                            ^~~~~~~~~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 2 is invalid
   known_window_types = new std::unordered_map<std::string, window_factory>;
                                                                          ^
../../binutils-gdb/gdb/tui/tui-layout.c:380:74: error: template argument 5 is invalid
../../binutils-gdb/gdb/tui/tui-layout.c:382:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("src",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:385:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("cmd",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:387:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("regs",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:390:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("asm",
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c:393:23: error: request for member emplace in * known_window_types, which is of non-class type int
   known_window_types->emplace ("status", get_locator_window);
                       ^~~~~~~
../../binutils-gdb/gdb/tui/tui-layout.c: In function bool validate_window_name(const string&):
../../binutils-gdb/gdb/tui/tui-layout.c:924:35: error: request for member find in * known_window_types, which is of non-class type int
   auto iter = known_window_types->find (name);
                                   ^~~~
../../binutils-gdb/gdb/tui/tui-layout.c:925:38: error: request for member end in * known_window_types, which is of non-class type int
   return iter != known_window_types->end ();
                                      ^~~
gmake[2]: *** [Makefile:1597: tui/tui-layout.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:9731: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:853: all] Error 2
program finished with exit code 2
elapsedTime=292.010413
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-12-13  1:00 [binutils-gdb] Move free_all_objfiles to program_space gdb-buildbot
@ 2019-12-13  1:11 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-12-13  1:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/1408

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.

  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 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*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/gcc/7/include/c++/7.3.0/debug/vector:38:0,
                 from /usr/gcc/7/include/c++/7.3.0/vector:73,
                 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/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
gmake[2]: *** [Makefile:1660: jit.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:584:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:326:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
gmake[1]: *** [Makefile:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=216.835619
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-12-13  0:56 [binutils-gdb] Store objfiles on a std::list gdb-buildbot
@ 2019-12-13  1:00 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-12-13  1:00 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/1407

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.

  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
In file included from ../../binutils-gdb/gdb/progspace.h:29:0,
                 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*> >::_Safe_iterator(__gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> >)
       m_end (std::forward<Arg> (arg2))
                                      ^
In file included from /usr/gcc/7/include/c++/7.3.0/debug/vector:38:0,
                 from /usr/gcc/7/include/c++/7.3.0/vector:73,
                 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/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note: candidate: template<class _MutableIterator> __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, typename _Sequence::iterator::iterator_type>::__value, _Sequence>::__type>&)
  _Safe_iterator(
  ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: note:   template argument deduction/substitution failed:
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h: In substitution of template<class _MutableIterator> __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >::_Safe_iterator(const __gnu_debug::_Safe_iterator<_MutableIterator, typename __gnu_cxx::__enable_if<std::__are_same<_MutableIterator, std::__cxx1998::_List_iterator<objfile*> >::__value, std::__debug::list<objfile*> >::__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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:178:2: error: no type named __type in struct __gnu_cxx::__enable_if<false, std::__debug::list<objfile*> >
../../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*> >; Iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]:
../../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*> > >; typename Range::iterator = __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >]
../../binutils-gdb/gdb/jit.c:1365:62:   required from here
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(__gnu_debug::_Safe_iterator<_Iterator, _Sequence>&&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(_Safe_iterator&& __x) noexcept
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:158:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const __gnu_debug::_Safe_iterator<_Iterator, _Sequence>&) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Safe_iterator& __x) _GLIBCXX_NOEXCEPT
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:140:7: note:   no known conversion for argument 1 from __gnu_debug::_Safe_iterator<std::__cxx1998::_List_const_iterator<objfile*>, std::__debug::list<objfile*> > to const __gnu_debug::_Safe_iterator<std::__cxx1998::_List_iterator<objfile*>, std::__debug::list<objfile*> >&
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, const __gnu_debug::_Safe_sequence_base*) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, const _Safe_sequence_base* __seq)
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:128:7: note:   candidate expects 2 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator() [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator() _GLIBCXX_NOEXCEPT : _Iter_base() { }
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:119:7: note:   candidate expects 0 arguments, 1 provided
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note: candidate: __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Safe_iterator(const _Iterator&, __gnu_debug::_Safe_sequence_base*, __gnu_debug::_Safe_iterator<_Iterator, _Sequence>::_Attach_single) [with _Iterator = std::__cxx1998::_List_iterator<objfile*>; _Sequence = std::__debug::list<objfile*>]
       _Safe_iterator(const _Iterator& __i, _Safe_sequence_base* __seq,
       ^~~~~~~~~~~~~~
/usr/gcc/7/include/c++/7.3.0/debug/safe_iterator.h:104:7: note:   candidate expects 3 arguments, 1 provided
gmake[2]: *** [Makefile:1660: jit.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:584:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:323:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:927:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
gmake[1]: *** [Makefile:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=190.691576
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-12-12 12:19 [binutils-gdb] Fix unused function error gdb-buildbot
@ 2019-12-12 12:17 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-12-12 12:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/1395

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

Commit tested:
        39f34d7b64ee76e07b82a3e57800905d249d8005

Subject of commit:
        Fix unused function error

*** 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    d-namespace.o
  CXX    d-valprint.o
  CXX    dbxread.o
  CXX    dcache.o
  CXX    debug.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    filename-seen-cache.o
  CXX    filesystem.o
  CXX    findcmd.o
  CXX    findvar.o
  CXX    fork-child.o
  CXX    frame-base.o
  CXX    frame-unwind.o
  CXX    frame.o
  CXX    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
  CXX    gdbsupport/selftest.o
  CXX    gdbsupport/signals-state-save-restore.o
  CXX    gdbsupport/signals.o
  CXX    gdbsupport/tdesc.o
  CXX    gdbsupport/thread-pool.o
  CXX    gdbsupport/xml-utils.o
  CXX    gdbtypes.o
  CXX    gnu-v2-abi.o
../../binutils-gdb/gdb/gdbsupport/thread-pool.c:44:1: error: DIAGNOSTIC_IGNORE_UNUSED_FUNCTION does not name a type; did you mean DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION?
 DIAGNOSTIC_IGNORE_UNUSED_FUNCTION
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION
../../binutils-gdb/gdb/gdbsupport/thread-pool.c: In member function void gdb::thread_pool::thread_function():
../../binutils-gdb/gdb/gdbsupport/thread-pool.c:142:52: error: invalid conversion from int (*)(pthread_t, const char*) {aka int (*)(unsigned int, const char*)} to void (*)(const char*) [-fpermissive]
   set_thread_name (pthread_setname_np, "gdb worker");
                                                    ^
../../binutils-gdb/gdb/gdbsupport/thread-pool.c:57:1: note:   initializing argument 1 of void set_thread_name(void (*)(const char*), const char*)
 set_thread_name (void (*set_name) (const char *), const char *name)
 ^~~~~~~~~~~~~~~
gmake[2]: *** [Makefile:1658: gdbsupport/thread-pool.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:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=169.862563
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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:30 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-12-10 19:30 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/1349

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.

yes
checking whether ptsname_r is declared without a macro... no
checking whether qsort_r is declared without a macro... yes
checking whether random is declared without a macro... yes
checking whether random_r is declared without a macro... mv -f .deps/dwarf1.Tpo .deps/dwarf1.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c -o dwarf2.lo -DDEBUGDIR=\"/usr/lib/debug\" ../../binutils-gdb/bfd/dwarf2.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT dwarf2.lo -MD -MP -MF .deps/dwarf2.Tpo -c "-DDEBUGDIR=\"/usr/lib/debug\"" ../../binutils-gdb/bfd/dwarf2.c -o dwarf2.o
no
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... no
checking whether secure_getenv is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether setstate is declared without a macro... yes
checking whether setstate_r is declared without a macro... no
checking whether srandom is declared without a macro... mv -f .deps/elf.Tpo .deps/elf.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c -o elf64-sparc.lo ../../binutils-gdb/bfd/elf64-sparc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64-sparc.lo -MD -MP -MF .deps/elf64-sparc.Tpo -c ../../binutils-gdb/bfd/elf64-sparc.c -o elf64-sparc.o
yes
checking whether srandom_r is declared without a macro... no
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... mv -f .deps/elf64-sparc.Tpo .deps/elf64-sparc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c -o elf64.lo ../../binutils-gdb/bfd/elf64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64.lo -MD -MP -MF .deps/elf64.Tpo -c ../../binutils-gdb/bfd/elf64.c -o elf64.o
yes
checking whether unsetenv is declared without a macro... yes
checking for strchrnul... yes
checking whether strchrnul works... yes
checking for working strerror function... mv -f .deps/dwarf2.Tpo .deps/dwarf2.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c -o elf64-gen.lo ../../binutils-gdb/bfd/elf64-gen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf64-gen.lo -MD -MP -MF .deps/elf64-gen.Tpo -c ../../binutils-gdb/bfd/elf64-gen.c -o elf64-gen.o
yes
checking whether strerror_r is declared... (cached) yes
checking whether strstr works in linear time... mv -f .deps/elf64-gen.Tpo .deps/elf64-gen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c -o elf32-gen.lo ../../binutils-gdb/bfd/elf32-gen.c
mv -f .deps/elflink.Tpo .deps/elflink.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c -o plugin.lo ../../binutils-gdb/bfd/plugin.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT elf32-gen.lo -MD -MP -MF .deps/elf32-gen.Tpo -c ../../binutils-gdb/bfd/elf32-gen.c -o elf32-gen.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT plugin.lo -MD -MP -MF .deps/plugin.Tpo -c ../../binutils-gdb/bfd/plugin.c -o plugin.o
mv -f .deps/elf64.Tpo .deps/elf64.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -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/elf32-gen.Tpo .deps/elf32-gen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DLIBDIR='"/usr/local/lib"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" "-DLIBDIR=\"/usr/local/lib\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/cpu-sparc.Tpo .deps/cpu-sparc.Plo
mv -f .deps/plugin.Tpo .deps/plugin.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O  -release `cat libtool-soversion`   -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: 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 elf32-sparc.o elfxx-sparc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf64-sparc.o elf64.o elf64-gen.o elf32-gen.o plugin.o cpu-sparc.o archive64.o
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/gnu/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
gmake[4]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
gmake[3]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
mkdir -p -- ./libctf
Configuring in ./libctf
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/opcodes'
gmake  all-recursive
gmake[3]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/opcodes'
Making all in .
gmake[4]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/opcodes'
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c -o dis-buf.lo ../../binutils-gdb/opcodes/dis-buf.c
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -o disassemble.lo  -DARCH_sparc ../../binutils-gdb/opcodes/disassemble.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT dis-buf.lo -MD -MP -MF .deps/dis-buf.Tpo -c ../../binutils-gdb/opcodes/dis-buf.c -o dis-buf.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT disassemble.lo -MD -MP -MF .deps/disassemble.Tpo -c -DARCH_sparc ../../binutils-gdb/opcodes/disassemble.c -o disassemble.o
configure: creating cache ./config.cache
checking for sparc-sun-solaris2.11-gcc... gcc
mv -f .deps/dis-buf.Tpo .deps/dis-buf.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c -o dis-init.lo ../../binutils-gdb/opcodes/dis-init.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT dis-init.lo -MD -MP -MF .deps/dis-init.Tpo -c ../../binutils-gdb/opcodes/dis-init.c -o dis-init.o
mv -f .deps/disassemble.Tpo .deps/disassemble.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c -o sparc-dis.lo ../../binutils-gdb/opcodes/sparc-dis.c
checking whether the C compiler works... libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT sparc-dis.lo -MD -MP -MF .deps/sparc-dis.Tpo -c ../../binutils-gdb/opcodes/sparc-dis.c -o sparc-dis.o
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... mv -f .deps/dis-init.Tpo .deps/dis-init.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes  -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c -o sparc-opc.lo ../../binutils-gdb/opcodes/sparc-opc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/opcodes -I. -I../../binutils-gdb/opcodes -I../bfd -I../../binutils-gdb/opcodes/../include -I../../binutils-gdb/opcodes/../bfd -DCP_ACP=1 -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -g -D_GLIBCXX_DEBUG -m64 -O -MT sparc-opc.lo -MD -MP -MF .deps/sparc-opc.Tpo -c ../../binutils-gdb/opcodes/sparc-opc.c -o sparc-opc.o

checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... mv -f .deps/sparc-dis.Tpo .deps/sparc-dis.Plo
yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-09-13  1:14 [binutils-gdb] gdb/testsuite: Make use of exec_has_index_section function gdb-buildbot
@ 2019-09-13  1:20 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:20 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/687

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

Commit tested:
        5fabdcd6801a4567db9c88ceb112ca222544b13f

Subject of commit:
        gdb/testsuite: Make use of exec_has_index_section 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.

/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT cpu-sparc.lo -MD -MP -MF .deps/cpu-sparc.Tpo -c -o cpu-sparc.lo ../../binutils-gdb/bfd/cpu-sparc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -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 gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd  -DBINDIR='"/usr/local/bin"' -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include  -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec   -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c -o archive64.lo ../../binutils-gdb/bfd/archive64.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/bfd "-DBINDIR=\"/usr/local/bin\"" -DCP_ACP=1 -I. -I../../binutils-gdb/bfd -I../../binutils-gdb/bfd/../include -DHAVE_sparc_elf32_sol2_vec -DHAVE_sparc_elf64_sol2_vec -DHAVE_elf64_le_vec -DHAVE_elf64_be_vec -DHAVE_elf32_le_vec -DHAVE_elf32_be_vec -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O -MT archive64.lo -MD -MP -MF .deps/archive64.Tpo -c ../../binutils-gdb/bfd/archive64.c -o archive64.o
mv -f .deps/plugin.Tpo .deps/plugin.Plo
mv -f .deps/elflink.Tpo .deps/elflink.Plo
mv -f .deps/archive64.Tpo .deps/archive64.Plo
/bin/sh ./libtool  --tag=CC   --mode=link gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror -I../../binutils-gdb/bfd/../zlib -g -D_GLIBCXX_DEBUG -m64 -O  -release `cat libtool-soversion`   -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: 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 elf32-sparc.o elfxx-sparc.o elf-vxworks.o elf32.o elf.o elflink.o elf-attrs.o elf-strtab.o elf-eh-frame.o dwarf1.o dwarf2.o elf64-sparc.o elf64.o elf64-gen.o elf32-gen.o plugin.o cpu-sparc.o archive64.o
libtool: link: ranlib .libs/libbfd.a
libtool: link: ( cd ".libs" && rm -f "libbfd.la" && ln -s "../libbfd.la" "libbfd.la" )
libtooldir=`/bin/sh ./libtool --config | /usr/gnu/bin/sed -n -e 's/^objdir=//p'`; \
if [ -f $libtooldir/libbfd.a ]; then \
  cp $libtooldir/libbfd.a libbfd.tmp; \
  ranlib libbfd.tmp; \
  /bin/sh ../../binutils-gdb/bfd/../move-if-change libbfd.tmp libbfd.a; \
else true; fi
touch stamp-lib
gmake[4]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
gmake[3]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/bfd'
mkdir -p -- ./libctf
Configuring in ./libctf
  CXX    go-typeprint.o
  CXX    go-valprint.o
  CXX    guile/guile.o
  CXX    inf-child.o
  CXX    inf-loop.o
  CXX    infcall.o
  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:605:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:314:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint-test-options.o
  CXX    maint-test-settings.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
../../binutils-gdb/gdb/maint.c: In constructor maint_print_section_data::maint_print_section_data(objfile*, const char*, bfd*):
../../binutils-gdb/gdb/maint.c:304:47: error: call of overloaded log10(int&) is ambiguous
     index_digits = ((int) log10 (section_count)) + 1;
                                               ^
In file included from /usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/math.h:24:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/std_abs.h:40,
                 from /usr/gcc/7/include/c++/7.3.0/cstdlib:77,
                 from /usr/gcc/7/include/c++/7.3.0/stdlib.h:36,
                 from ../gnulib/import/stdlib.h:36,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:91,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/maint.c:23:
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:70:15: note: candidate: double std::log10(double)
 extern double log10 __P((double));
               ^~~~~
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:170:15: note: candidate: float std::log10(float)
  inline float log10(float __X) { return __log10f(__X); }
               ^~~~~
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:209:21: note: candidate: long double std::log10(long double)
  inline long double log10(long double __X) { return __log10l(__X); }
                     ^~~~~
gmake[2]: *** [Makefile:1636: maint.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:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=230.578900
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-09-13  1:12 [binutils-gdb] gdb: Have 'maint info sections' print all sections again gdb-buildbot
@ 2019-09-13  1:12 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-09-13  1:12 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/686

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

Commit tested:
        aa17805fb9a3a1983a510ba425b682fba03410c2

Subject of commit:
        gdb: Have 'maint info sections' print all sections again

*** 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    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/posix-strerror.o
  CXX    gdbsupport/print-utils.o
  CXX    gdbsupport/ptid.o
  CXX    gdbsupport/rsp-low.o
  CXX    gdbsupport/run-time-clock.o
  CXX    gdbsupport/scoped_mmap.o
  CXX    gdbsupport/selftest.o
  CXX    gdbsupport/signals-state-save-restore.o
  CXX    gdbsupport/signals.o
  CXX    gdbsupport/tdesc.o
  CXX    gdbsupport/vec.o
  CXX    gdbsupport/xml-utils.o
  CXX    gdbtypes.o
  CXX    gnu-v2-abi.o
  CXX    gnu-v3-abi.o
  CXX    go-exp.o
  CXX    go-lang.o
  CXX    go-typeprint.o
  CXX    go-valprint.o
  CXX    guile/guile.o
  CXX    inf-child.o
  CXX    inf-loop.o
  CXX    infcall.o
  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
  CXX    linespec.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:605:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:314:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:936:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint-test-options.o
  CXX    maint-test-settings.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
../../binutils-gdb/gdb/maint.c: In constructor maint_print_section_data::maint_print_section_data(objfile*, const char*, bfd*):
../../binutils-gdb/gdb/maint.c:304:47: error: call of overloaded log10(int&) is ambiguous
     index_digits = ((int) log10 (section_count)) + 1;
                                               ^
In file included from /usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/math.h:24:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/std_abs.h:40,
                 from /usr/gcc/7/include/c++/7.3.0/cstdlib:77,
                 from /usr/gcc/7/include/c++/7.3.0/stdlib.h:36,
                 from ../gnulib/import/stdlib.h:36,
                 from ../../binutils-gdb/gdb/gdbsupport/common-defs.h:91,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/maint.c:23:
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:70:15: note: candidate: double std::log10(double)
 extern double log10 __P((double));
               ^~~~~
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:170:15: note: candidate: float std::log10(float)
  inline float log10(float __X) { return __log10f(__X); }
               ^~~~~
/usr/gcc/7/lib/gcc/sparcv9-sun-solaris2.11/7.3.0/include-fixed/iso/math_iso.h:209:21: note: candidate: long double std::log10(long double)
  inline long double log10(long double __X) { return __log10l(__X); }
                     ^~~~~
  CXX    memattr.o
gmake[2]: *** [Makefile:1636: maint.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:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=290.041162
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-07-18  1:24 [binutils-gdb] Introduce reset_locator function in tui-layout.c gdb-buildbot
@ 2019-07-18  1:25 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-07-18  1:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/274

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        1bf605de8e9ae4fcf77c21067ddaf4a242a873f7

Subject of commit:
        Introduce reset_locator function in tui-layout.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    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.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:652,
                 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:219: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:779: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.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.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    test-target.o
  CXX    thread-iter.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
../../binutils-gdb/gdb/tui/tui-layout.c: In function void show_data(tui_layout_type):
../../binutils-gdb/gdb/tui/tui-layout.c:678:72: error: no matching function for call to tui_win_info::reset(int&, int, int, int)
     tui_win_list[DATA_WIN]->reset (data_height, tui_term_width (), 0, 0);
                                                                        ^
In file included from ../../binutils-gdb/gdb/tui/tui-layout.c:31:0:
../../binutils-gdb/gdb/tui/tui-data.h:64:16: note: candidate: virtual void tui_gen_win_info::reset(tui_win_type, int, int, int, int)
   virtual void reset (enum tui_win_type win_type,
                ^~~~~
../../binutils-gdb/gdb/tui/tui-data.h:64:16: note:   candidate expects 5 arguments, 4 provided
gmake[2]: *** [Makefile:1632: tui/tui-layout.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:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=366.475668
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-07-18  1:11 [binutils-gdb] Always create an execution info window for a source window gdb-buildbot
@ 2019-07-18  1:11 ` gdb-buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: gdb-buildbot @ 2019-07-18  1:11 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Solaris11-sparcv9-m64

Worker:
        solaris11-sparcv9

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/11/builds/273

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        098f9ed48e1c94a2624c825ba93d72b163d41196

Subject of commit:
        Always create an execution info window for a source window

*** 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    ravenscar-thread.o
  CXX    record-btrace.o
  CXX    record-full.o
  CXX    record.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:652,
                 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:219: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:779: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.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.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    test-target.o
  CXX    thread-iter.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
../../binutils-gdb/gdb/tui/tui-layout.c: In function void show_data(tui_layout_type):
../../binutils-gdb/gdb/tui/tui-layout.c:682:72: error: no matching function for call to tui_win_info::reset(int&, int, int, int)
     tui_win_list[DATA_WIN]->reset (data_height, tui_term_width (), 0, 0);
                                                                        ^
In file included from ../../binutils-gdb/gdb/tui/tui-layout.c:31:0:
../../binutils-gdb/gdb/tui/tui-data.h:64:16: note: candidate: virtual void tui_gen_win_info::reset(tui_win_type, int, int, int, int)
   virtual void reset (enum tui_win_type win_type,
                ^~~~~
../../binutils-gdb/gdb/tui/tui-data.h:64:16: note:   candidate expects 5 arguments, 4 provided
  CXX    tui/tui-regs.o
gmake[2]: *** [Makefile:1632: tui/tui-layout.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:9229: all-gdb] Error 2
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:851: all] Error 2
program finished with exit code 2
elapsedTime=424.235841
==============================================


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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-30 16:46 [binutils-gdb] Two comment fixes in gdbtypes.h sergiodj+buildbot
@ 2019-05-30 20:18 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-30 20:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	bfcdb85206cd3c3b8ad73b13db6bfb2ec608239b

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

Subject:
	Two comment fixes in gdbtypes.h

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

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

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

checking for GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-30 14:19 [binutils-gdb] Initialize variable word in complete sergiodj+buildbot
@ 2019-05-30 14:20 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-30 14:20 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	0ef209f22c24b9243de68c35c576f7111198f915

Author(s) (in the same order as the commits):
	Jan Vrany <jan.vrany@fit.cvut.cz>

Subject:
	Initialize variable word in complete

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/0e/0ef209f22c24b9243de68c35c576f7111198f915/>

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

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

checking for GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-30 11:54 [binutils-gdb] Revert "Sync top level files with versions from gcc." sergiodj+buildbot
@ 2019-05-30 12:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-30 12:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	e3f56a99f66298bb505d0426950b9716a853a5df

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

Subject:
	Revert "Sync top level files with versions from gcc."

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

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

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

checking for GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

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

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	955b06fa576df1a6954263043ea3f3a5b9ad5940

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

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

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/95/955b06fa576df1a6954263043ea3f3a5b9ad5940/>

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/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 sparc-sun-solaris2.11-gcc... gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/gnu/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 build system type... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether we are cross compiling... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
no
yes
checking for C compiler default output file name... a.out
checking for suffix of object files... checking for suffix of executables... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
no
checking for suffix of object files... none needed
checking how to run the C preprocessor... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking whether the C compiler works... checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
gcc -E
yes
checking whether gcc accepts -g... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking for style of include used by gmake... yes
checking for C compiler default output file name... GNU
a.out
checking for suffix of executables... checking dependency style of gcc... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed

checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... checking whether we are cross compiling... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... yes
yes
/usr/bin/ld
checking for sys/types.h... checking whether gcc accepts -g... checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for gcc option to accept ISO C89... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
no
checking for sys/stat.h... checking for suffix of object files... checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... o
autoconf
checking whether we are using the GNU C compiler... checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking for stdlib.h... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... yes
checking for string.h... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc supports -Wwrite-strings... ok
yes
yes
none needed
checking how to run the C preprocessor... checking whether gcc supports -Wstrict-prototypes... checking for memory.h... checking how to run the C preprocessor... yes
yes
checking whether gcc supports -Wmissing-prototypes... gcc -E
checking for strings.h... gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for inttypes.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
checking whether gcc supports -Wcast-qual... yes
yes
checking whether gcc supports -pedantic -Wlong-long... checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking for sys/types.h... no
checking minix/config.h presence... gcc -E
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for sys/stat.h... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
/usr/gnu/bin/grep -E
checking whether gmake sets $(MAKE)... checking for ANSI C header files... yes
yes
checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for stdlib.h... checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/gnu/bin/xgettext
yes
checking for msgmerge... /usr/bin/msgmerge
checking for string.h... yes
checking for string.h... checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... yes
checking for memory.h... yes
checking for memory.h... yes
checking for strings.h... yes
none required
checking for an ANSI C-conforming const... checking for strings.h... yes
checking for sys/types.h... yes
yes
checking for inline... checking for inttypes.h... yes
checking for inttypes.h... yes
checking for sys/stat.h... inline
checking for off_t... yes
checking for stdint.h... yes
yes
checking for stdint.h... checking for stdlib.h... yes
checking for unistd.h... yes
yes
checking for unistd.h... checking for string.h... yes
checking for size_t... yes
yes
checking minix/config.h usability... yes
checking for dlfcn.h... checking for memory.h... yes
no
checking minix/config.h presence... yes
checking for objdir... checking for strings.h... .libs
yes
checking for working alloca.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... 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
checking for alloca... yes
checking if gcc supports -fno-rtti -fno-exceptions... checking for stdint.h... no
checking whether gcc supports -W... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
yes
yes
checking whether gcc supports -Wall... checking for stdlib.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking if gcc static flag -static works... checking whether gcc supports -Wwrite-strings... yes
checking ctype.h usability... yes
yes
checking for getpagesize... checking whether gcc supports -Wc++-compat... no
checking if gcc supports -c -o file.o... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking ctype.h presence... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
yes
checking for working mmap... checking stddef.h usability... yes
checking whether gcc supports -Wshadow=local... yes
checking whether gcc supports -pedantic ... yes
checking stddef.h presence... no
checking dynamic linker characteristics... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether gcc and cc understand -c and -o together... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking stdio.h usability... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... checking for unistd.h... (cached) 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 for inline... inline
checking whether byte ordering is bigendian... yes
yes
checking for inttypes.h... checking for getpagesize... yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for working mmap... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
yes
checking for inttypes.h... checking for sys/file.h... yes
yes
checking for memcpy... checking for sys/param.h... yes
checking for int_fast32_t... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for limits.h... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
no
checking for shared library run path origin... checking for stdlib.h... (cached) yes
yes
checking for malloc.h... yes
checking for uint64_t... checking for strerror... done
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 what to include in gstdint.h... checking for unistd.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... yes
checking for time.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for off_t... yes
configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/resource.h... yes
checking limits.h presence... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for fcntl.h... yes
checking size of int... yes
checking locale.h presence... yes
checking for alloca.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for sys/pstat.h... no
checking for sys/sysmp.h... yes
checking nl_types.h presence... 4
checking size of long... yes
checking for nl_types.h... yes
no
checking malloc.h usability... checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... 8
checking for ANSI C header files... (cached) yes
checking build system type... no
yes
checking for malloc.h... yes
sparc-sun-solaris2.11
checking host system type... checking for sys/table.h... checking stddef.h usability... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... 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... yes
checking for process.h... yes
no
checking for sys/prctl.h... no
checking for fgets_unlocked... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... config.status: creating Makefile
yes
checking for getcwd... no
checking size of int... config.status: executing depfiles commands
config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
yes
checking for getegid... config.status: executing libtool commands
4
mkdir -p -- ./readline
checking size of long... Configuring in ./readline
yes
Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
checking for geteuid... Configuring in sparc-sun-solaris2.11/zlib
8
checking size of size_t... yes
checking for getgid... configure: creating cache ./config.cache
checking build system type... 8
checking for long long... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for getuid... checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
sparc-sun-solaris2.11
checking target system type... checking for mempcpy... yes
checking size of long long... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
no
checking for munmap... 
checking whether we are cross compiling... 8
checking for a 64-bit type... uint64_t
checking for intptr_t... yes
checking for putenv... no
checking for suffix of object files... checking whether the C compiler works... o
checking whether we are using the GNU C compiler... yes
yes
checking whether gcc accepts -g... checking for setenv... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for uintptr_t... yes
checking for gcc option to accept ISO C89... 
yes
checking whether we are cross compiling... checking for setlocale... none needed
checking how to run the C preprocessor... yes
checking for ssize_t... gcc -E
no
checking for suffix of object files... yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc     accepts -g... yes
checking for pid_t... yes
checking for strcasecmp... yes
checking for gcc     option to accept ISO C89... none needed
checking whether gcc     understands -c and -o together... yes
checking for strdup... yes
checking for library containing strerror... yes
yes
checking for style of include used by gmake... checking for sys/types.h... GNU
checking dependency style of gcc    ... yes
checking for strtoul... yes
checking for sys/stat.h... none required
checking for asprintf... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... yes
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... checking for stdlib.h... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for tsearch... yes
checking for atexit... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for string.h... checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for __argz_count... yes
checking for memory.h... yes
checking for basename... yes
no
checking for strings.h... checking for __argz_stringify... ok
yes
checking for bcmp... yes
checking for inttypes.h... checking how to run the C preprocessor... no
checking for __argz_next... yes
checking for stdint.h... gcc     -E
yes
checking for bcopy... no
checking for __fsetlocking... yes
checking for ANSI C header files... checking for unistd.h... yes
yes
checking for iconv... yes
checking for bsearch... checking minix/config.h usability... no
checking minix/config.h presence... yes
checking for bzero... no
yes
checking for minix/config.h... no
checking for iconv declaration... checking whether it is safe to define __EXTENSIONS__... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking whether gcc needs -traditional... yes
checking for sys/types.h... yes
checking for calloc... yes
no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... checking for sys/stat.h... yes
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for stdlib.h... yes
checking for clock... yes
checking for bison... bison
checking version of bison... yes
3.0.4, ok
checking whether NLS is requested... yes
no
checking for working volatile... checking whether included gettext is requested... no
checking for GNU gettext in libc... checking for string.h... yes
checking return type of signal handlers... yes
yes
checking for ffs... checking for memory.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
void
checking for size_t... yes
configure: updating cache ./config.cache
configure: creating ./config.status
checking for strings.h... yes
checking for getcwd... yes
checking for inttypes.h... yes
checking for ssize_t... yes
yes
checking for getpagesize... checking for stdint.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for unistd.h... yes
config.status: creating config.h
checking for gettimeofday... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: executing default-1 commands
yes
checking for dlfcn.h... no
checking for dirent.h that defines DIR... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
yes
checking for index... yes
checking for objdir... .libs
yes
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 library containing opendir... yes
checking for insque... none required
checking for fcntl... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking if gcc     supports -fno-rtti -fno-exceptions... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... checking for memchr... checking for kill... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     static flag -static works... yes
yes
no
checking if gcc     supports -c -o file.o... checking for lstat... checking for memcmp... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memmove... checking for memcpy... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking for putenv... checking for memmem... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for select... checking for memmove... yes
checking for getpagesize... yes
checking for setenv... yes
checking for mempcpy... yes
checking for working mmap... yes
no
checking for setlocale... checking for memset... yes
yes
yes
checking for memcpy... checking for strcasecmp... checking for mkstemps... yes
yes
yes
checking for strpbrk... checking for strerror... checking for putenv... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
yes
checking for random... checking for unistd.h... (cached) yes
checking for tcgetattr... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
yes
checking for rename... checking for vsnprintf... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 for rindex... checking for isascii... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 setenv... yes
checking for isxdigit... yes
checking for snprintf... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 getpwent... yes
checking for sigsetmask... yes
checking for getpwnam... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpcpy... yes
checking for getpwuid... yes
checking for stpncpy... yes
checking for working strcoll... yes
checking for strcasecmp... yes
checking fcntl.h usability... config.status: creating Makefile
config.status: executing default-1 commands
yes
checking fcntl.h presence... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strchr... yes
checking for fcntl.h... yes
checking for unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
no
checking varargs.h presence... checking for strdup... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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
checking limits.h usability... yes
checking for strndup... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strnlen... yes
checking locale.h presence... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
checking for locale.h... yes
checking pwd.h usability... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
yes
checking whether gmake supports nested variables... checking for strrchr... yes
yes
checking pwd.h presence... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... checking for suffix of object files... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for strstr... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtod... yes
checking termios.h presence... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
yes
checking for termios.h... yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h usability... yes
checking for strtol... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h presence... yes
checking for termio.h... yes
checking sys/pte.h usability... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtoul... no
checking sys/pte.h presence... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
yes
checking sys/select.h usability... checking for strtoull... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
yes
mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
checking sys/file.h usability... 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... ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/file.h presence... no
checking for tmpnam... yes
checking for sys/file.h... yes
checking for sys/ptem.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 vasprintf... no
checking for type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
yes
checking whether getpw functions are declared in pwd.h... checking for setproctitle... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking whether signal handlers are of type void... -1
checking for vfork.h... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for fork... no
checking for FIONREAD in sys/ioctl.h... yes
no
checking for speed_t in sys/types.h... checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
yes
checking for langinfo.h... yes
checking for mbrlen... checking for dup3... yes
checking for mbscasecmp... yes
checking for getrlimit... no
checking for mbscmp... yes
checking for getrusage... no
checking for mbsnrtowcs... yes
checking for getsysinfo... yes
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for pipe2... no
checking for wcrtomb... yes
checking for psignal... yes
checking for wcscoll... yes
yes
checking for wcsdup... checking for pstat_getdynamic... no
yes
checking for wcwidth... checking for pstat_getstatic... no
checking for realpath... yes
checking for wctype... yes
yes
checking for wcswidth... checking for setrlimit... yes
yes
checking whether mbrtowc and mbstate_t are properly declared... checking for sbrk... yes
yes
checking for iswlower... checking for spawnve... no
checking for spawnvpe... yes
checking for iswupper... no
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... yes
checking for sysconf... yes
checking for iswctype... yes
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... yes
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... supported
yes
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
yes
checking whether basename is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether ffs is declared... config.status: executing default commands
yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
@ 2019-05-29 17:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 17:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	f49055a52f04f75b6560f304eb975128dd82ad68

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

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

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

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
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 sparc-sun-solaris2.11-gcc... gcc
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
configure: creating ./config.status
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether we are cross compiling... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... no
checking for suffix of object files... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
gcc -E
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... o
checking whether we are using the GNU C compiler... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... 
checking whether we are cross compiling... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for sys/types.h... yes
checking whether gcc accepts -g... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for gcc option to accept ISO C89... checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... yes
checking for sys/stat.h... no
checking for suffix of object files... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
o
checking whether we are using the GNU C compiler... checking whether gcc supports -W... yes
checking for stdlib.h... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... yes
checking for string.h... yes
yes
checking for gcc option to accept ISO C89... ok
checking whether gcc supports -Wwrite-strings... yes
yes
checking how to run the C preprocessor... checking whether gcc supports -Wstrict-prototypes... checking for memory.h... none needed
checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for strings.h... gcc -E
gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for inttypes.h... checking for ANSI C header files... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
yes
checking for stdint.h... checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
yes
checking for sys/types.h... checking for sys/types.h... no
checking minix/config.h presence... gcc -E
yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
yes
checking whether gmake sets $(MAKE)... checking for stdlib.h... checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... yes
/usr/gnu/bin/xgettext
yes
checking for msgmerge... checking for string.h... /usr/bin/msgmerge
checking for string.h... checking build system type... sparc-sun-solaris2.11
checking host system type... yes
yes
sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... checking for memory.h... checking for memory.h... yes
yes
checking for strings.h... checking for strings.h... yes
none required
checking for an ANSI C-conforming const... checking for sys/types.h... yes
yes
yes
checking for inline... checking for inttypes.h... yes
checking for inttypes.h... checking for sys/stat.h... inline
checking for off_t... yes
yes
checking for stdint.h... yes
checking for stdint.h... checking for stdlib.h... yes
yes
yes
checking for unistd.h... checking for unistd.h... checking for string.h... yes
checking for size_t... yes
yes
yes
checking minix/config.h usability... checking for dlfcn.h... checking for memory.h... yes
no
checking minix/config.h presence... yes
checking for objdir... checking for strings.h... .libs
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... 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
yes
checking for alloca... checking for stdint.h... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether gcc supports -W... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
yes
checking whether gcc supports -Wall... checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
checking if gcc static flag -static works... checking for sys/param.h... yes
checking whether gcc supports -Wwrite-strings... yes
checking ctype.h usability... yes
no
checking if gcc supports -c -o file.o... checking whether gcc supports -Wc++-compat... yes
checking for getpagesize... yes
checking ctype.h presence... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
checking stddef.h usability... yes
yes
checking for working mmap... checking whether gcc supports -Wshadow=local... yes
no
checking stddef.h presence... checking dynamic linker characteristics... yes
checking whether gcc supports -pedantic ... yes
checking for stddef.h... yes
solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... checking for string.h... (cached) yes
no
checking if libtool supports 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 stdio.h usability... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether integer division by zero raises SIGFPE... checking for sys/param.h... 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... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
yes
checking for working mmap... checking for stdint.h... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
yes
checking for sys/file.h... yes
checking for inttypes.h... checking for memcpy... yes
checking for int_fast32_t... yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for limits.h... yes
no
checking for ld used by GCC... checking for strerror... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for uint64_t... yes
no
checking for shared library run path origin... checking for stdlib.h... (cached) yes
checking for malloc.h... done
checking argz.h usability... 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
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for sys/time.h... no
checking argz.h presence... 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 for off_t... no
checking for argz.h... no
checking limits.h usability... yes
checking for sys/resource.h... yes
checking limits.h presence... yes
checking for sys/stat.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/mman.h... checking locale.h usability... yes
checking size of int... yes
checking for fcntl.h... yes
checking locale.h presence... yes
checking for alloca.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
4
checking size of long... checking for sys/pstat.h... yes
checking nl_types.h presence... no
checking for sys/sysmp.h... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking for sys/sysinfo.h... yes
8
checking for ANSI C header files... (cached) yes
checking for machine/hal_sysinfo.h... checking build system type... yes
checking malloc.h presence... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... yes
checking for malloc.h... yes
no
checking for sys/table.h... checking stddef.h usability... 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 stdint.h... (cached) checking for string.h... (cached) yes
yes
checking for unistd.h... (cached) yes
checking for stdio_ext.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... yes
checking for process.h... yes
configure: updating cache ./config.cache
no
checking for sys/prctl.h... configure: creating ./config.status
no
checking for fgets_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 getc_unlocked... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking whether errno must be declared... config.status: creating Makefile
yes
config.status: creating config.h
checking for getcwd... no
checking size of int... config.status: executing gstdint.h commands
config.status: executing libtool commands
mkdir -p -- ./readline
yes
Configuring in ./readline
checking for getegid... 4
checking size of long... Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
Configuring in sparc-sun-solaris2.11/zlib
yes
checking for geteuid... 8
checking size of size_t... yes
checking for getgid... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... 8
checking for long long... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for getuid... configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
yes
checking size of long long... checking whether gmake supports nested variables... yes
yes
yes
checking for C compiler default output file name... a.out
checking for mempcpy... checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    

no
checking whether we are cross compiling... checking for munmap... 8
checking for a 64-bit type... checking whether the C compiler works... uint64_t
checking for intptr_t... yes
no
checking for suffix of object files... checking for putenv... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking for setenv... yes
checking for uintptr_t... yes
checking for gcc option to accept ISO C89... 
checking whether we are cross compiling... none needed
checking how to run the C preprocessor... yes
checking for setlocale... no
checking for suffix of object files... gcc -E
yes
checking for ssize_t... o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
checking whether gcc     accepts -g... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for gcc     option to accept ISO C89... yes
checking for pid_t... yes
checking for strcasecmp... none needed
checking whether gcc     understands -c and -o together... yes
checking for style of include used by gmake... yes
GNU
checking dependency style of gcc    ... checking for strdup... yes
checking for library containing strerror... yes
checking for sys/types.h... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... none required
checking for asprintf... yes
yes
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... checking for strtoul... nm
checking the name lister (nm) interface... checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for stdlib.h... yes
yes
checking for atexit... checking for tsearch... yes
checking for string.h... yes
checking for basename... yes
yes
checking for __argz_count... checking for memory.h... ok
yes
checking for strings.h... no
checking how to run the C preprocessor... yes
checking for __argz_stringify... checking for bcmp... yes
checking for inttypes.h... gcc     -E
no
checking for __argz_next... yes
yes
checking for bcopy... checking for ANSI C header files... checking for stdint.h... no
checking for __fsetlocking... yes
checking for unistd.h... yes
checking for bsearch... yes
yes
checking minix/config.h usability... checking for iconv... no
checking minix/config.h presence... yes
checking for bzero... yes
yes
checking for iconv declaration... no
checking for minix/config.h... checking for sys/types.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
yes
checking for nl_langinfo and CODESET... checking whether gcc needs -traditional... yes
checking for calloc... yes
no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... checking for stdlib.h... yes
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
yes
checking for string.h... checking for clock... yes
checking for bison... bison
checking version of bison... yes
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... checking for memory.h... yes
yes
checking return type of signal handlers... checking for ffs... yes
checking for strings.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... void
autoheader
checking for size_t... yes
configure: updating cache ./config.cache
checking for inttypes.h... configure: creating ./config.status
yes
checking for getcwd... yes
checking for stdint.h... yes
checking for ssize_t... yes
checking for getpagesize... yes
checking for unistd.h... config.status: creating Makefile
config.status: creating config.intl
yes
yes
checking for dlfcn.h... checking for gettimeofday... config.status: creating config.h
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: executing default-1 commands
yes
checking for objdir... no
.libs
checking for dirent.h that defines DIR... yes
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
checking for index... gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
yes
checking for library containing opendir... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 insque... checking if gcc     supports -fno-rtti -fno-exceptions... none required
checking for fcntl... no
checking for gcc     option to produce PIC... -fPIC -DPIC
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking if gcc     PIC flag -fPIC -DPIC works... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     static flag -static works... checking for memchr... yes
checking for kill... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -c -o file.o... yes
checking for memcmp... yes
checking for lstat... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 dynamic linker characteristics... checking for memcpy... checking for memmove... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
yes
checking for putenv... checking for memmem... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for getpagesize... yes
checking for select... checking for memmove... yes
yes
checking for working mmap... checking for setenv... yes
checking for mempcpy... yes
no
checking for memset... checking for setlocale... yes
checking for memcpy... yes
yes
checking for strcasecmp... checking for mkstemps... yes
checking for strerror... yes
yes
checking for strpbrk... checking for putenv... yes
checking for unistd.h... (cached) yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
configure: updating cache ./config.cache
yes
checking for random... checking that generated files are newer than configure... done
checking for tcgetattr... configure: creating ./config.status
yes
yes
checking for vsnprintf... checking for rename... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 for rindex... checking for isascii... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for setenv... checking for isxdigit... yes
checking for snprintf... yes
checking for getpwent... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -MT libz_a-gzlib.o -MD -MP -MF .deps/libz_a-gzlib.Tpo -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../binutils-gdb/zlib/'`gzlib.c
yes
yes
checking for sigsetmask... checking for getpwnam... no
checking for stpcpy... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 getpwuid... yes
yes
checking for stpncpy... checking for working strcoll... config.status: creating Makefile
config.status: executing default-1 commands
yes
checking for strcasecmp... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
checking for strchr... Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
yes
checking for fcntl.h... yes
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
mkdir 32
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 unistd.h... (cached) yes
checking for stdlib.h... (cached) yes
checking varargs.h usability... yes
no
checking varargs.h presence... checking for strdup... no
checking for varargs.h... no
checking stdarg.h usability... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stdarg.h presence... yes
checking for strncasecmp... 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... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... yes
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for strnlen... yes
checking locale.h presence... checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for locale.h... yes
yes
checking whether gmake supports nested variables... checking pwd.h usability... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for strrchr... yes
checking pwd.h presence... checking for suffix of object files... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... yes
checking for strstr... gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... yes
checking for strtod... yes
checking termios.h presence... yes
checking for termios.h... yes
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h usability... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtol... yes
checking termio.h presence... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h... yes
checking sys/pte.h usability... yes
checking for strtoul... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoll... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
yes
checking sys/select.h usability... checking for strtoull... yes
checking sys/select.h presence... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
yes
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
yes
checking for sys/select.h... yes
ranlib libz.a
checking for strverscmp... checking sys/file.h usability... gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/file.h presence... no
checking for tmpnam... yes
checking for sys/file.h... yes
checking for sys/ptem.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 vasprintf... no
checking for type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
checking for setproctitle... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... yes
no
checking for sig_atomic_t in signal.h... checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking whether signal handlers are of type void... -1
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... yes
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for dup3... yes
checking for mbscasecmp... yes
checking for getrlimit... no
checking for mbscmp... yes
no
checking for mbsnrtowcs... checking for getrusage... yes
yes
checking for mbsrtowcs... checking for getsysinfo... no
yes
checking for mbschr... checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for pipe2... yes
checking for wcscoll... yes
checking for psignal... yes
checking for wcsdup... yes
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... yes
checking for wctype... no
checking for realpath... yes
checking for wcswidth... yes
checking for setrlimit... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for sbrk... yes
checking for iswlower... yes
checking for spawnve... yes
checking for iswupper... no
checking for spawnvpe... yes
checking for towlower... no
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
yes
checking for iswctype... checking for sysconf... yes
yes
checking for nl_langinfo and CODESET... checking for sysctl... no
yes
checking for wchar_t in wchar.h... checking for sysmp... 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
yes
checking for wait3... yes
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
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... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
@ 2019-05-29 16:44 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 16:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	fa9c3fa035433debc24503e32c59688650ffcdbb

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

Subject:
	Make some DWARF complaints clearer

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

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
mkdir -p -- ./libiberty
mkdir -p -- ./intl
mkdir -p -- ./zlib
mkdir -p -- ./etc
Configuring in ./zlib
Configuring in ./libiberty
Configuring in ./intl
Configuring in ./etc
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/gnu/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... checking for makeinfo... gcc
makeinfo --split-size=5000000
checking build system type... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile
checking whether the C compiler works... 
checking whether we are cross compiling... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
no
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... checking for perl... perl
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking whether gcc accepts -g... gcc -E
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... 
checking whether we are cross compiling... checking whether the C compiler works... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... yes
checking for C compiler default output file name... a.out
no
checking for suffix of executables... checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... 
checking whether we are cross compiling... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether gcc accepts -g... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for sys/types.h... yes
checking for gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... no
checking for suffix of object files... yes
checking for sys/stat.h... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... yes
yes
checking for gcc option to accept ISO C89... checking whether gcc supports -Wwrite-strings... yes
checking for string.h... ok
yes
checking whether gcc supports -Wstrict-prototypes... none needed
checking how to run the C preprocessor... yes
checking how to run the C preprocessor... checking for memory.h... yes
checking whether gcc supports -Wmissing-prototypes... gcc -E
yes
gcc -E
yes
checking for strings.h... checking whether gcc supports -Wold-style-definition... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
/usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... checking for ANSI C header files... checking for inttypes.h... yes
checking whether gcc supports -Wcast-qual... yes
checking for stdint.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
yes
checking whether gcc supports -fno-lto... checking for unistd.h... yes
checking how to run the C preprocessor... yes
checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for sys/types.h... gcc -E
no
checking minix/config.h presence... yes
yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... yes
yes
/usr/gnu/bin/xgettext
checking for string.h... checking for msgmerge... checking for string.h... /usr/bin/msgmerge
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
yes
sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... checking for memory.h... checking for memory.h... yes
yes
yes
checking for sys/types.h... checking for strings.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
checking for inttypes.h... checking for sys/stat.h... checking for inttypes.h... yes
checking for inline... inline
checking for off_t... yes
yes
yes
checking for stdlib.h... checking for stdint.h... checking for stdint.h... yes
yes
yes
checking for string.h... checking for unistd.h... checking for unistd.h... yes
checking for size_t... yes
yes
checking for memory.h... checking for dlfcn.h... yes
checking minix/config.h usability... yes
yes
checking for strings.h... checking for objdir... no
checking minix/config.h presence... .libs
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... 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
checking for stdint.h... yes
checking for alloca... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether gcc supports -W... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for unistd.h... yes
checking whether gcc supports -Wall... yes
checking for stdlib.h... (cached) yes
yes
checking if gcc static flag -static works... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking whether gcc supports -Wwrite-strings... checking ctype.h usability... no
checking if gcc supports -c -o file.o... yes
yes
checking whether gcc supports -Wc++-compat... checking for getpagesize... yes
checking ctype.h presence... yes
checking for ctype.h... yes
yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking whether gcc supports -Wstrict-prototypes... checking stddef.h usability... yes
yes
checking for working mmap... checking whether gcc supports -Wshadow=local... yes
checking stddef.h presence... no
checking dynamic linker characteristics... yes
checking for stddef.h... yes
yes
checking whether gcc supports -pedantic ... checking for string.h... (cached) yes
checking stdio.h usability... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
yes
checking whether gcc and cc understand -c and -o together... yes
checking stdio.h presence... yes
checking whether we are using the GNU C Library 2.1 or newer... 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... no
checking whether integer division by zero raises SIGFPE... checking for sys/param.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for uintptr_t... yes
checking for inttypes.h... yes
checking for working mmap... yes
checking for stdint.h... yes
checking for int_least32_t... yes
checking for unsigned long long... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
yes
checking for sys/file.h... checking for memcpy... yes
checking for inttypes.h... yes
checking for int_fast32_t... yes
checking for sys/param.h... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for limits.h... yes
no
checking for ld used by GCC... checking for strerror... yes
checking for uint64_t... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
no
checking for shared library run path origin... checking for stdlib.h... (cached) yes
checking for malloc.h... done
checking argz.h usability... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking what to include in gstdint.h... checking for strings.h... (cached) yes
stdint.h (already complete)
checking for an ANSI C-conforming const... checking for unistd.h... (cached) yes
checking for sys/time.h... no
checking argz.h presence... yes
yes
checking for off_t... checking for time.h... 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 for sys/resource.h... yes
checking limits.h presence... yes
checking for sys/stat.h... (cached) yes
yes
checking for limits.h... yes
checking for sys/mman.h... checking locale.h usability... yes
checking size of int... yes
checking for fcntl.h... yes
checking locale.h presence... yes
checking for alloca.h... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking for sys/pstat.h... 4
checking size of long... no
yes
checking nl_types.h presence... checking for sys/sysmp.h... yes
checking for nl_types.h... yes
no
checking malloc.h usability... checking for sys/sysinfo.h... yes
checking for machine/hal_sysinfo.h... 8
checking for ANSI C header files... (cached) yes
yes
checking malloc.h presence... checking build system type... sparc-sun-solaris2.11
checking host system type... no
sparc-sun-solaris2.11
checking target system type... checking for sys/table.h... yes
checking for malloc.h... yes
sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... checking stddef.h usability... 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 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
checking for feof_unlocked... yes
checking for process.h... yes
no
checking for sys/prctl.h... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for fgets_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... yes
checking whether time.h and sys/time.h may both be included... yes
config.status: creating Makefile
checking whether errno must be declared... config.status: executing depfiles commands
config.status: creating Makefile
yes
checking for getcwd... no
checking size of int... config.status: creating config.h
config.status: executing gstdint.h commands
config.status: executing libtool commands
yes
checking for getegid... mkdir -p -- ./readline
Configuring in ./readline
4
checking size of long... Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
yes
checking for geteuid... Configuring in sparc-sun-solaris2.11/zlib
8
checking size of size_t... yes
checking for getgid... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... 8
checking for long long... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for getuid... checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for mempcpy... yes
checking size of long long... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
no
checking for munmap... 
checking whether we are cross compiling... 8
checking for a 64-bit type... yes
uint64_t
checking for intptr_t... checking whether the C compiler works... no
checking for suffix of object files... checking for putenv... o
checking whether we are using the GNU C compiler... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
yes
checking whether gcc accepts -g... checking for setenv... yes
checking for uintptr_t... yes
checking for gcc option to accept ISO C89... 
checking whether we are cross compiling... yes
none needed
checking how to run the C preprocessor... checking for setlocale... no
yes
checking for ssize_t... checking for suffix of object files... gcc -E
yes
checking for stpcpy... o
checking whether we are using the GNU C compiler... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc     accepts -g... yes
yes
checking for pid_t... yes
checking for gcc     option to accept ISO C89... checking for strcasecmp... none needed
checking whether gcc     understands -c and -o together... yes
checking for strdup... yes
yes
checking for style of include used by gmake... checking for library containing strerror... GNU
checking dependency style of gcc    ... yes
checking for sys/types.h... yes
gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... checking for strtoul... /usr/gnu/bin/sed
none required
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for asprintf... checking for egrep... yes
/usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... checking for sys/stat.h... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for stdlib.h... yes
1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... yes
ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for tsearch... checking for atexit... yes
checking for string.h... yes
yes
checking for __argz_count... checking for basename... yes
checking for memory.h... ok
yes
no
checking for __argz_stringify... checking for strings.h... yes
checking for bcmp... checking how to run the C preprocessor... yes
checking for inttypes.h... no
checking for __argz_next... gcc     -E
yes
yes
checking for bcopy... checking for stdint.h... checking for ANSI C header files... no
checking for __fsetlocking... yes
checking for unistd.h... yes
checking for bsearch... yes
checking for iconv... yes
checking minix/config.h usability... yes
no
checking minix/config.h presence... checking for bzero... yes
checking for iconv declaration... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/types.h... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
yes
checking whether gcc needs -traditional... yes
checking for calloc... checking for sys/stat.h... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for stdlib.h... yes
checking for LC_MESSAGES... yes
checking for clock... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for string.h... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
no
checking for working volatile... checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
yes
checking for memory.h... checking for ffs... yes
checking return type of signal handlers... yes
checking for strings.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
void
checking for size_t... yes
checking for getcwd... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for inttypes.h... yes
checking for stdint.h... yes
checking for getpagesize... yes
checking for ssize_t... yes
checking for unistd.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for gettimeofday... yes
checking for dlfcn.h... config.status: creating config.h
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: executing default-1 commands
yes
no
checking for objdir... checking for dirent.h that defines DIR... .libs
yes
checking for index... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
yes
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 library containing opendir... yes
checking for insque... checking if gcc     supports -fno-rtti -fno-exceptions... none required
checking for fcntl... no
checking for gcc     option to produce PIC... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
-fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memchr... yes
checking if gcc     static flag -static works... yes
mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 kill... no
checking if gcc     supports -c -o file.o... yes
checking for memcmp... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for lstat... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 dynamic linker characteristics... checking for memcpy... yes
checking for memmove... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking for stdlib.h... (cached) yes
checking for memmem... yes
checking for unistd.h... (cached) yes
checking for putenv... checking for sys/param.h... yes
checking for getpagesize... yes
checking for memmove... yes
checking for select... yes
checking for working mmap... yes
checking for mempcpy... yes
checking for setenv... no
checking for memset... yes
yes
checking for setlocale... checking for memcpy... yes
checking for mkstemps... yes
yes
checking for strcasecmp... checking for strerror... yes
checking for putenv... yes
yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 unistd.h... (cached) yes
checking for strpbrk... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for random... yes
checking for tcgetattr... yes
checking for rename... yes
checking for vsnprintf... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 rindex... yes
checking for isascii... yes
checking for setenv... yes
checking for isxdigit... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 snprintf... yes
checking for getpwent... yes
checking for sigsetmask... yes
checking for getpwnam... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpcpy... yes
checking for getpwuid... yes
checking for stpncpy... config.status: creating Makefile
yes
checking for working strcoll... config.status: executing default-1 commands
yes
checking for strcasecmp... yes
checking fcntl.h usability... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
checking fcntl.h presence... yes
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... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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
checking limits.h usability... yes
configure: creating cache ./config.cache
checking for strndup... checking build system type... sparc-sun-solaris2.11
checking host system type... yes
checking limits.h presence... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
yes
checking for limits.h... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... checking locale.h usability... yes
checking whether gmake supports nested variables... yes
yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
checking for strnlen... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for suffix of object files... checking pwd.h usability... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for strrchr... yes
checking pwd.h presence... yes
checking for pwd.h... yes
gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memory.h... (cached) yes
checking termcap.h usability... yes
checking for strstr... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -MT libz_a-trees.o -MD -MP -MF .deps/libz_a-trees.Tpo -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../binutils-gdb/zlib/'`trees.c
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtod... yes
checking termios.h presence... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
checking for termios.h... yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h usability... yes
checking for strtol... yes
checking termio.h presence... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
yes
checking for termio.h... yes
yes
checking sys/pte.h usability... checking for strtoul... no
checking sys/pte.h presence... no
checking for sys/pte.h... no
yes
checking sys/stream.h usability... checking for strtoll... yes
checking sys/stream.h presence... yes
yes
checking for sys/stream.h... yes
checking for strtoull... checking sys/select.h usability... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/select.h presence... yes
checking for strverscmp... yes
checking for sys/select.h... yes
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
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... no
checking for type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
checking for setproctitle... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... yes
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... yes
checking whether signal handlers are of type void... -1
checking for vfork.h... no
checking for fork... 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 vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for dup3... yes
checking for mbscasecmp... yes
checking for getrlimit... no
checking for mbscmp... yes
checking for getrusage... no
checking for mbsnrtowcs... yes
checking for getsysinfo... yes
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for pipe2... yes
yes
checking for wcscoll... checking for psignal... yes
checking for wcsdup... yes
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
yes
checking for wctype... checking for realpath... yes
yes
checking for wcswidth... checking for setrlimit... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for sbrk... yes
checking for iswlower... yes
checking for spawnve... no
yes
checking for spawnvpe... checking for iswupper... no
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... yes
checking for sysconf... yes
checking for iswctype... yes
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... yes
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... no
checking for times... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for wait3... yes
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
yes
config.status: creating examples/Makefile
checking whether basename is declared... config.status: creating shlib/Makefile
config.status: creating config.h
no
config.status: executing default commands
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 16:22 [binutils-gdb] Fix crash in cp_print_value_fields sergiodj+buildbot
@ 2019-05-29 16:26 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 16:26 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	4330d61dfb05d77fd925efdca45091f12e3a6266

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

Subject:
	Fix crash in cp_print_value_fields

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/43/4330d61dfb05d77fd925efdca45091f12e3a6266/>

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/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 sparc-sun-solaris2.11-gcc... gcc
configure: creating cache ./config.cache
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... checking for makeinfo... /usr/gnu/bin/install -c
makeinfo --split-size=5000000
checking build system type... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether we are cross compiling... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... no
checking for suffix of object files... yes
checking for sparc-sun-solaris2.11-gcc... gcc
none needed
checking how to run the C preprocessor... checking for perl... perl
o
checking whether we are using the GNU C compiler... checking build system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
gcc -E
yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... 
/usr/gnu/bin/grep -E
checking for fgrep... checking whether we are cross compiling... /usr/gnu/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
yes
checking whether gcc accepts -g... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/types.h... yes
checking for gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... no
checking for sys/stat.h... checking for suffix of object files... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
yes
checking whether gcc accepts -g... checking whether gcc supports -Wall... yes
checking for string.h... yes
checking for gcc option to accept ISO C89... yes
checking whether gcc supports -Wwrite-strings... ok
yes
yes
checking whether gcc supports -Wstrict-prototypes... none needed
checking how to run the C preprocessor... checking for memory.h... checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... yes
gcc -E
checking for strings.h... gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... checking for inttypes.h... checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
yes
checking for sys/types.h... checking for sys/types.h... no
checking minix/config.h presence... gcc -E
yes
yes
checking for sys/stat.h... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... yes
yes
/usr/gnu/bin/xgettext
checking for string.h... checking for string.h... checking for msgmerge... /usr/bin/msgmerge
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
yes
sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... checking for memory.h... checking for memory.h... yes
yes
checking for strings.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
checking for inline... yes
checking for sys/stat.h... inline
checking for off_t... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for stdlib.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for string.h... yes
checking for size_t... yes
yes
checking minix/config.h usability... checking for dlfcn.h... yes
checking for memory.h... no
checking minix/config.h presence... yes
checking for objdir... .libs
yes
checking for strings.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 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 alloca... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for stdint.h... checking whether gcc supports -W... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
yes
checking for stdlib.h... (cached) yes
checking whether gcc supports -Wall... yes
checking for unistd.h... (cached) yes
checking for unistd.h... checking for sys/param.h... yes
yes
checking if gcc static flag -static works... checking whether gcc supports -Wwrite-strings... yes
yes
checking ctype.h usability... yes
checking for getpagesize... checking whether gcc supports -Wc++-compat... no
checking if gcc supports -c -o file.o... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking ctype.h presence... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for ctype.h... yes
checking for working mmap... yes
checking stddef.h usability... checking whether gcc supports -Wshadow=local... yes
checking whether gcc supports -pedantic ... no
checking dynamic linker characteristics... yes
checking stddef.h presence... yes
checking for stddef.h... yes
solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking whether gcc and cc understand -c and -o together... checking for string.h... (cached) yes
no
checking if libtool supports 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 stdio.h usability... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking whether integer division by zero raises SIGFPE... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... 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... yes
checking for inline... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for working mmap... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for sys/file.h... yes
checking for inttypes.h... yes
yes
checking for memcpy... checking for sys/param.h... yes
checking for int_fast32_t... yes
checking whether the inttypes.h PRIxNN macros are broken... yes
checking for limits.h... no
checking for ld used by GCC... yes
/usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... checking for stdlib.h... (cached) yes
yes
no
checking for shared library run path origin... checking for malloc.h... checking for strerror... yes
checking for uint64_t... done
yes
checking argz.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
no
checking argz.h presence... yes
yes
checking what to include in gstdint.h... stdint.h (already complete)
checking for an ANSI C-conforming const... checking for time.h... no
checking for argz.h... no
configure: updating cache ./config.cache
checking limits.h usability... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for sys/resource.h... yes
checking for off_t... yes
checking for sys/stat.h... (cached) yes
yes
checking limits.h presence... checking for sys/mman.h... yes
checking for limits.h... yes
yes
checking locale.h usability... checking for fcntl.h... yes
checking size of int... yes
checking for alloca.h... yes
checking locale.h presence... yes
yes
checking for locale.h... yes
checking nl_types.h usability... checking for sys/pstat.h... no
checking for sys/sysmp.h... 4
checking size of long... yes
checking nl_types.h presence... no
checking for sys/sysinfo.h... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking for machine/hal_sysinfo.h... yes
checking malloc.h presence... 8
no
checking for ANSI C header files... (cached) yes
checking for sys/table.h... checking build system type... sparc-sun-solaris2.11
checking host system type... yes
checking for malloc.h... yes
sparc-sun-solaris2.11
checking target system type... checking stddef.h usability... no
sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... 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
checking for unistd.h... (cached) yes
yes
checking for process.h... checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/prctl.h... yes
no
configure: updating cache ./config.cache
checking for sys/wait.h that is POSIX.1 compatible... no
configure: creating ./config.status
checking for fgets_unlocked... yes
checking whether time.h and sys/time.h may both be included... no
checking for getc_unlocked... yes
checking whether errno must be declared... config.status: creating Makefile
config.status: executing depfiles commands
no
checking size of int... config.status: creating Makefile
yes
checking for getcwd... config.status: creating config.h
config.status: executing gstdint.h commands
config.status: executing libtool commands
4
checking size of long... yes
mkdir -p -- ./readline
checking for getegid... Configuring in ./readline
Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
Configuring in sparc-sun-solaris2.11/zlib
yes
checking for geteuid... 8
checking size of size_t... yes
checking for getgid... 8
checking for long long... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for getuid... configure: creating cache ./config.cache
checking whether the C compiler works... checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... yes
checking size of long long... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
yes
checking for mempcpy... checking whether gmake supports nested variables... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
8
checking for a 64-bit type... no
checking for munmap... 
checking whether we are cross compiling... uint64_t
checking for intptr_t... checking whether the C compiler works... yes
checking for putenv... no
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.out
checking for suffix of executables... yes
checking for uintptr_t... yes
yes
checking whether gcc accepts -g... checking for setenv... 
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... yes
none needed
checking how to run the C preprocessor... checking for setlocale... yes
checking for ssize_t... no
checking for suffix of object files... gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether gcc     accepts -g... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
checking for pid_t... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for gcc     option to accept ISO C89... yes
none needed
checking whether gcc     understands -c and -o together... checking for strcasecmp... yes
checking for library containing strerror... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc    ... yes
checking for strdup... none required
checking for asprintf... yes
gcc3
checking how to print strings... checking for sys/types.h... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
yes
checking for strtoul... checking for sys/stat.h... yes
checking for atexit... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for stdlib.h... yes
checking for tsearch... yes
yes
checking for basename... checking for string.h... yes
yes
checking for memory.h... ok
checking for __argz_count... yes
checking for bcmp... checking how to run the C preprocessor... yes
checking for strings.h... no
checking for __argz_stringify... gcc     -E
yes
yes
checking for bcopy... checking for inttypes.h... no
checking for __argz_next... checking for ANSI C header files... yes
checking for stdint.h... yes
checking for bsearch... yes
no
checking for __fsetlocking... checking for unistd.h... yes
yes
checking minix/config.h usability... checking for bzero... yes
checking for iconv... 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 calloc... yes
checking for iconv declaration... yes
checking for sys/stat.h... yes
checking whether gcc needs -traditional... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for stdlib.h... yes
checking for clock... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for string.h... yes
checking for LC_MESSAGES... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for ffs... yes
checking for memory.h... no
checking for working volatile... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for strings.h... yes
checking return type of signal handlers... yes
checking for getcwd... void
yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for size_t... checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for inttypes.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for getpagesize... yes
checking for stdint.h... yes
yes
checking for ssize_t... checking for unistd.h... yes
checking for gettimeofday... yes
checking for dlfcn.h... config.status: creating Makefile
config.status: creating config.intl
yes
config.status: creating config.h
yes
yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... checking for index... checking for objdir... .libs
config.status: executing default-1 commands
no
checking for dirent.h that defines DIR... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
yes
yes
checking for insque... checking for library containing opendir... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -fno-rtti -fno-exceptions... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... none required
yes
checking for fcntl... checking for memchr... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
checking if gcc     static flag -static works... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
no
checking if gcc     supports -c -o file.o... checking for kill... yes
checking for memcmp... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for lstat... yes
checking for memcpy... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
checking if libtool supports 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
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memmove... yes
checking for memmem... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for putenv... yes
checking for memmove... yes
checking for getpagesize... yes
checking for select... yes
yes
checking for working mmap... checking for mempcpy... yes
no
checking for setenv... checking for memset... yes
checking for memcpy... yes
yes
checking for setlocale... checking for mkstemps... yes
checking for strerror... yes
yes
checking for strcasecmp... checking for putenv... yes
checking for unistd.h... (cached) yes
yes
yes
checking for random... checking for strpbrk... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
configure: updating cache ./config.cache
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 that generated files are newer than configure... done
configure: creating ./config.status
yes
yes
checking for rename... checking for tcgetattr... yes
yes
checking for rindex... checking for vsnprintf... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 setenv... yes
checking for isascii... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -MT libz_a-gzwrite.o -MD -MP -MF .deps/libz_a-gzwrite.Tpo -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../binutils-gdb/zlib/'`gzwrite.c
yes
yes
checking for snprintf... checking for isxdigit... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 sigsetmask... checking for getpwent... no
checking for stpcpy... yes
checking for getpwnam... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpncpy... yes
checking for getpwuid... config.status: creating Makefile
yes
yes
checking for strcasecmp... checking for working strcoll... config.status: executing default-1 commands
yes
checking for strchr... yes
checking fcntl.h usability... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
checking fcntl.h presence... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strdup... 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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
checking stdarg.h usability... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
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... configure: creating cache ./config.cache
yes
checking build system type... sparc-sun-solaris2.11
checking host system type... checking for strnlen... sparc-sun-solaris2.11
checking target system type... yes
checking limits.h presence... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
yes
checking for limits.h... checking for gawk... gawk
yes
checking whether gmake sets $(MAKE)... checking locale.h usability... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for strrchr... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for suffix of object files... checking pwd.h usability... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for strstr... yes
checking pwd.h presence... yes
checking for pwd.h... yes
gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memory.h... (cached) yes
checking termcap.h usability... yes
checking for strtod... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtol... yes
checking termios.h presence... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termios.h... yes
checking termio.h usability... yes
checking for strtoul... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
yes
checking termio.h presence... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h... yes
checking sys/pte.h usability... yes
checking for strtoll... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
no
checking sys/pte.h presence... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking for strtoull... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
yes
checking sys/select.h usability... checking for strverscmp... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/select.h presence... no
checking for tmpnam... yes
checking for sys/select.h... yes
checking sys/file.h usability... yes
yes
checking sys/file.h presence... checking for vasprintf... yes
checking for sys/file.h... yes
checking for sys/ptem.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 vfprintf... no
checking for type of signal functions... yes
checking for vprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vsnprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsprintf... present
checking for lstat... yes
checking for waitpid... yes
checking whether or not strcoll and strcmp differ... yes
no
checking whether the ctype macros accept non-ascii characters... checking for setproctitle... no
checking whether alloca needs Cray hooks... yes
checking whether getpw functions are declared in pwd.h... no
checking stack direction for C alloca... yes
checking whether termios.h defines TIOCGWINSZ... yes
checking for sig_atomic_t in signal.h... -1
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... yes
checking for vfork... no
checking for FIONREAD in sys/ioctl.h... no
checking for speed_t in sys/types.h... yes
checking for working fork... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working vfork... (cached) yes
checking for _doprnt... termios.h
checking for struct dirent.d_ino... yes
checking for sys_errlist... yes
checking for struct dirent.d_fileno... no
checking for tgetent... no
checking for sys_nerr... no
checking for tgetent in -ltermcap... no
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... yes
checking for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for dup3... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for getrlimit... yes
checking for mbscasecmp... yes
checking for getrusage... no
checking for mbscmp... yes
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbsrtowcs... no
checking for pipe2... yes
checking for mbschr... yes
checking for psignal... no
checking for wcrtomb... yes
yes
checking for wcscoll... checking for pstat_getdynamic... no
checking for pstat_getstatic... yes
checking for wcsdup... no
checking for realpath... yes
checking for wcwidth... yes
checking for wctype... yes
checking for setrlimit... yes
checking for wcswidth... yes
checking for sbrk... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnve... yes
checking for iswlower... no
checking for spawnvpe... no
checking for strerror... yes
checking for iswupper... yes
yes
checking for strsignal... checking for towlower... yes
checking for sysconf... yes
checking for towupper... yes
checking for sysctl... yes
checking for iswctype... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for table... yes
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 for wait3... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for wait4... yes
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
yes
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... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

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

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	33a6bc350f5b4f03d586ba9d32667b6fea1dce4a

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

Subject:
	Add new GCC 9 warnings to warnings.m4

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

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/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 a BSD-compatible install... /usr/gnu/bin/install -c
checking for sparc-sun-solaris2.11-gcc... gcc
checking build system type... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether the C compiler works... checking whether we are cross compiling... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... no
checking for suffix of object files... yes
checking for sparc-sun-solaris2.11-gcc... gcc
none needed
checking how to run the C preprocessor... checking for perl... perl
checking build system type... o
checking whether we are using the GNU C compiler... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking whether gcc accepts -g... gcc -E
yes
checking for C compiler default output file name... a.out
yes
checking for gcc option to accept ISO C89... checking for suffix of executables... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking for style of include used by gmake... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... GNU
checking dependency style of gcc... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... 
/usr/gnu/bin/sed
checking whether we are cross compiling... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether gcc accepts -g... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for sys/types.h... yes
checking for gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... no
checking for suffix of object files... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... checking for sys/stat.h... o
checking whether we are using the GNU C compiler... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking for stdlib.h... yes
checking whether gcc accepts -g... yes
checking whether gcc supports -Wall... yes
checking for gcc option to accept ISO C89... yes
checking for string.h... yes
checking whether gcc supports -Wwrite-strings... ok
yes
none needed
checking how to run the C preprocessor... yes
checking whether gcc supports -Wstrict-prototypes... checking for memory.h... checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... yes
gcc -E
checking for strings.h... gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... checking for inttypes.h... /usr/gnu/bin/grep -E
checking for ANSI C header files... checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
checking for stdint.h... yes
checking whether gcc supports -Wcast-qual... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
checking minix/config.h usability... yes
checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking for sys/types.h... no
checking minix/config.h presence... gcc -E
yes
yes
checking for sys/stat.h... checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... yes
yes
checking for string.h... /usr/gnu/bin/xgettext
checking for string.h... checking for msgmerge... /usr/bin/msgmerge
checking build system type... yes
yes
sparc-sun-solaris2.11
checking host system type... checking for memory.h... checking for memory.h... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... yes
yes
checking for strings.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
checking for sys/types.h... yes
yes
checking for inttypes.h... checking for inttypes.h... yes
checking for inline... yes
checking for sys/stat.h... inline
checking for off_t... yes
yes
checking for stdint.h... checking for stdint.h... yes
checking for stdlib.h... yes
yes
checking for unistd.h... checking for unistd.h... yes
checking for string.h... yes
checking for size_t... yes
yes
checking minix/config.h usability... checking for dlfcn.h... yes
checking for memory.h... no
checking minix/config.h presence... yes
checking for objdir... .libs
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for strings.h... yes
checking for working alloca.h... 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
checking for alloca... checking if gcc supports -fno-rtti -fno-exceptions... no
yes
checking whether gcc supports -W... checking for stdint.h... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking whether gcc supports -Wall... yes
yes
checking for stdlib.h... (cached) yes
checking for unistd.h... checking for unistd.h... (cached) yes
yes
checking if gcc static flag -static works... checking for sys/param.h... yes
checking whether gcc supports -Wwrite-strings... no
checking if gcc supports -c -o file.o... yes
yes
checking ctype.h usability... checking whether gcc supports -Wc++-compat... yes
checking for getpagesize... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking ctype.h presence... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether gcc supports -Wshadow=local... yes
checking for working mmap... no
checking dynamic linker characteristics... yes
checking whether gcc supports -pedantic ... yes
checking stddef.h presence... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
yes
checking for stddef.h... yes
yes
checking whether gcc and cc understand -c and -o together... checking for string.h... (cached) yes
checking stdio.h usability... checking for stdlib.h... (cached) yes
yes
checking whether we are using the GNU C Library 2.1 or newer... checking for unistd.h... (cached) yes
yes
checking stdio.h presence... yes
checking for an ANSI C-conforming const... checking for sys/param.h... no
checking whether integer division by zero raises SIGFPE... 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 for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for working mmap... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
yes
checking for sys/file.h... checking for memcpy... yes
checking for inttypes.h... yes
checking for sys/param.h... yes
checking for int_fast32_t... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for limits.h... yes
checking for strerror... yes
checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... checking for malloc.h... yes
checking for uint64_t... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
done
checking for strings.h... (cached) yes
yes
checking argz.h usability... checking for unistd.h... (cached) yes
checking for sys/time.h... yes
checking for 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
checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking argz.h presence... yes
checking for sys/resource.h... yes
checking for off_t... no
checking for argz.h... no
checking limits.h usability... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking limits.h presence... yes
checking for fcntl.h... yes
checking for limits.h... yes
checking locale.h usability... yes
checking size of int... yes
checking for alloca.h... yes
yes
checking locale.h presence... checking for sys/pstat.h... yes
checking for locale.h... yes
no
checking for sys/sysmp.h... checking nl_types.h usability... 4
checking size of long... no
checking for sys/sysinfo.h... yes
checking nl_types.h presence... yes
checking for machine/hal_sysinfo.h... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking for sys/table.h... 8
checking for ANSI C header files... (cached) yes
checking build system type... sparc-sun-solaris2.11
checking host system type... no
yes
checking malloc.h presence... sparc-sun-solaris2.11
checking target system type... checking for sys/sysctl.h... sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... yes
checking for malloc.h... yes
no
checking for sys/systemcfg.h... checking stddef.h usability... no
checking for stdint.h... (cached) yes
checking for stdio_ext.h... yes
checking stddef.h presence... yes
checking for process.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
no
checking for sys/prctl.h... checking for unistd.h... (cached) yes
yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... configure: updating cache ./config.cache
no
checking for sys/wait.h that is POSIX.1 compatible... configure: creating ./config.status
yes
checking whether time.h and sys/time.h may both be included... no
checking for fgets_unlocked... yes
checking whether errno must be declared... config.status: creating Makefile
config.status: executing depfiles commands
no
checking for getc_unlocked... no
checking size of int... config.status: creating Makefile
config.status: creating config.h
config.status: executing gstdint.h commands
config.status: executing libtool commands
yes
checking for getcwd... 4
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
yes
Configuring in sparc-sun-solaris2.11/zlib
checking for getegid... 8
checking size of size_t... yes
checking for geteuid... 8
checking for long long... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... yes
yes
checking for sparc-sun-solaris2.11-gcc... gcc
checking for getgid... configure: creating cache ./config.cache
checking build system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... yes
/usr/gnu/bin/install -c
checking whether build environment is sane... checking size of long long... yes
yes
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... checking for getuid... yes
checking whether gmake supports nested variables... yes
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
8
checking for a 64-bit type... yes
checking for mempcpy... 
checking whether we are cross compiling... uint64_t
checking for intptr_t... checking whether the C compiler works... no
checking for munmap... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes
yes
checking for uintptr_t... checking for putenv... yes
checking whether gcc accepts -g... 
checking whether we are cross compiling... yes
checking for gcc option to accept ISO C89... yes
checking for setenv... yes
checking for ssize_t... none needed
checking how to run the C preprocessor... no
checking for suffix of object files... gcc -E
yes
o
checking whether we are using the GNU C compiler... checking for setlocale... yes
checking whether gcc     accepts -g... checking for grep that handles long lines and -e... yes
checking for pid_t... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for gcc     option to accept ISO C89... yes
checking for stpcpy... none needed
checking whether gcc     understands -c and -o together... yes
checking for library containing strerror... yes
checking for strcasecmp... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc    ... none required
checking for asprintf... yes
checking for sys/types.h... yes
gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for strdup... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/stat.h... yes
checking for atexit... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for stdlib.h... checking for strtoul... yes
yes
checking for string.h... checking for basename... yes
checking for tsearch... yes
checking for memory.h... yes
ok
checking for bcmp... yes
checking how to run the C preprocessor... yes
checking for strings.h... checking for __argz_count... yes
yes
gcc     -E
checking for inttypes.h... checking for bcopy... no
checking for __argz_stringify... yes
checking for ANSI C header files... checking for stdint.h... yes
no
checking for __argz_next... checking for bsearch... yes
checking for unistd.h... no
yes
checking for __fsetlocking... checking minix/config.h usability... yes
checking for bzero... no
checking minix/config.h presence... yes
checking for iconv... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for sys/types.h... checking for calloc... yes
yes
checking whether gcc needs -traditional... checking for sys/stat.h... yes
checking for iconv declaration... yes
yes
checking for clock... checking for stdlib.h... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for string.h... yes
checking for ffs... no
checking for working volatile... yes
yes
checking for LC_MESSAGES... checking for memory.h... yes
checking return type of signal handlers... yes
yes
checking for strings.h... checking for getcwd... void
yes
checking for bison... bison
checking version of bison... checking for size_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 inttypes.h... yes
checking for getpagesize... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for stdint.h... yes
checking for ssize_t... configure: updating cache ./config.cache
configure: creating ./config.status
yes
yes
checking for unistd.h... checking for gettimeofday... yes
checking for dlfcn.h... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... yes
checking for index... no
config.status: creating Makefile
checking for dirent.h that defines DIR... yes
checking for objdir... .libs
config.status: creating config.intl
config.status: creating config.h
yes
checking for library containing opendir... config.status: executing default-1 commands
yes
checking for insque... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
none required
checking if gcc     supports -fno-rtti -fno-exceptions... checking for fcntl... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memchr... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
yes
checking if gcc     static flag -static works... checking for kill... yes
no
checking if gcc     supports -c -o file.o... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memcmp... yes
checking for lstat... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memcpy... yes
no
checking dynamic linker characteristics... checking for memmove... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking for memmem... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 putenv... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for memmove... yes
yes
checking for getpagesize... checking for select... yes
checking for mempcpy... yes
yes
checking for working mmap... checking for setenv... no
checking for memset... yes
checking for setlocale... yes
checking for memcpy... yes
checking for mkstemps... yes
checking for strcasecmp... yes
checking for strerror... yes
checking for putenv... yes
checking for strpbrk... yes
checking for unistd.h... (cached) yes
configure: updating cache ./config.cache
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
checking for random... yes
checking for tcgetattr... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 rename... yes
checking for vsnprintf... yes
checking for rindex... yes
checking for isascii... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 setenv... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 isxdigit... yes
checking for snprintf... yes
checking for getpwent... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 sigsetmask... yes
checking for getpwnam... no
checking for stpcpy... yes
checking for getpwuid... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpncpy... yes
checking for working strcoll... config.status: creating Makefile
config.status: executing default-1 commands
yes
checking for strcasecmp... yes
checking fcntl.h usability... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
checking fcntl.h presence... yes
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... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
checking for limits.h... yes
sparc-sun-solaris2.11
checking target system type... checking locale.h usability... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
yes
checking for strnlen... checking whether gmake supports nested variables... yes
yes
checking locale.h presence... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for locale.h... yes
checking pwd.h usability... checking for suffix of object files... yes
configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
checking for strrchr... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
checking termcap.h usability... gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strstr... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... yes
checking for strtod... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking for strtol... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h presence... yes
checking for termio.h... yes
checking sys/pte.h usability... yes
mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtoul... no
checking sys/pte.h presence... no
checking for sys/pte.h... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
no
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
checking sys/stream.h usability... yes
checking for strtoll... yes
checking sys/stream.h presence... yes
checking for sys/stream.h... yes
checking sys/select.h usability... yes
checking for strtoull... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
yes
checking sys/select.h presence... ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking for sys/select.h... yes
yes
checking sys/file.h usability... 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... 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 vasprintf... no
checking for type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
checking for setproctitle... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... yes
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... yes
checking whether signal handlers are of type void... -1
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... yes
checking for vfork... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for struct dirent.d_fileno... yes
checking for working vfork... (cached) yes
checking for _doprnt... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for dup3... yes
checking for mbscasecmp... yes
checking for getrlimit... no
checking for mbscmp... no
checking for mbsnrtowcs... yes
checking for getrusage... yes
checking for mbsrtowcs... yes
checking for getsysinfo... yes
checking for mbschr... no
checking for gettimeofday... (cached) yes
checking for on_exit... no
checking for wcrtomb... no
checking for pipe2... yes
checking for wcscoll... yes
checking for psignal... yes
checking for wcsdup... yes
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... yes
checking for wctype... no
checking for realpath... yes
checking for wcswidth... yes
checking for setrlimit... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for sbrk... yes
checking for iswlower... yes
checking for spawnve... yes
checking for iswupper... no
checking for spawnvpe... yes
checking for towlower... no
checking for strerror... yes
checking for towupper... yes
checking for strsignal... yes
checking for iswctype... yes
checking for sysconf... yes
checking for nl_langinfo and CODESET... yes
checking for sysctl... yes
checking for wchar_t in wchar.h... no
checking for sysmp... 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
yes
checking for wait3... yes
config.status: creating Makefile
checking for wait4... config.status: creating doc/Makefile
config.status: creating examples/Makefile
config.status: creating shlib/Makefile
yes
checking whether basename is declared... config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 15:38 [binutils-gdb] Add "set print finish" sergiodj+buildbot
@ 2019-05-29 15:40 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 15:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	000439d52897541ad00a84026ac471b4f8cb3c97

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

Subject:
	Add "set print finish"

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/00/000439d52897541ad00a84026ac471b4f8cb3c97/>

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
mkdir -p -- ./zlib
mkdir -p -- ./libiberty
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/gnu/bin/install -c
configure: creating cache ./config.cache
checking for sparc-sun-solaris2.11-gcc... 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... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether we are cross compiling... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
no
yes
checking for C compiler default output file name... a.out
checking for suffix of object files... checking for suffix of executables... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
no
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... checking for perl... perl
checking build system type... gcc -E
sparc-sun-solaris2.11
checking host system type... yes
checking whether gcc accepts -g... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking for gcc option to accept ISO C89... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... 
checking whether we are cross compiling... checking whether the C compiler works... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... 
checking whether we are cross compiling... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether gcc accepts -g... yes
no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... checking for sys/types.h... yes
checking for gcc option to accept ISO C89... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... checking for sys/stat.h... no
checking for suffix of object files... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... yes
checking for string.h... yes
checking whether gcc supports -Wwrite-strings... yes
checking for gcc option to accept ISO C89... ok
yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for memory.h... checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for strings.h... gcc -E
gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for inttypes.h... checking for ANSI C header files... checking for grep that handles long lines and -e... yes
/usr/gnu/bin/grep
checking for egrep... checking whether gcc supports -Wmissing-format-attribute... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
yes
checking how to run the C preprocessor... checking minix/config.h usability... yes
checking for sys/types.h... yes
checking for sys/types.h... no
checking minix/config.h presence... gcc -E
yes
yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for sys/stat.h... checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... yes
yes
/usr/gnu/bin/xgettext
checking for string.h... checking for string.h... checking for msgmerge... /usr/bin/msgmerge
checking build system type... sparc-sun-solaris2.11
checking host system type... yes
yes
sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... checking for memory.h... checking for memory.h... yes
yes
checking for strings.h... checking for strings.h... yes
checking for sys/types.h... none required
checking for an ANSI C-conforming const... yes
yes
yes
yes
checking for inline... checking for inttypes.h... checking for inttypes.h... checking for sys/stat.h... inline
checking for off_t... yes
yes
yes
checking for stdint.h... checking for stdlib.h... checking for stdint.h... yes
yes
yes
checking for string.h... checking for unistd.h... checking for unistd.h... yes
checking for size_t... yes
yes
checking for dlfcn.h... yes
checking for memory.h... checking minix/config.h usability... yes
yes
checking for objdir... checking for strings.h... no
checking minix/config.h presence... .libs
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
yes
checking for working alloca.h... 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 stdint.h... checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for alloca... no
checking whether gcc supports -W... yes
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking for unistd.h... yes
checking whether gcc supports -Wall... yes
checking if gcc static flag -static works... yes
checking for stdlib.h... (cached) yes
yes
checking for unistd.h... (cached) yes
yes
checking ctype.h usability... checking for sys/param.h... checking whether gcc supports -Wwrite-strings... no
checking if gcc supports -c -o file.o... yes
checking whether gcc supports -Wc++-compat... yes
checking ctype.h presence... yes
checking for getpagesize... yes
checking for ctype.h... yes
yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking whether gcc supports -Wstrict-prototypes... checking stddef.h usability... yes
checking whether gcc supports -Wshadow=local... yes
checking stddef.h presence... yes
checking for working mmap... no
checking dynamic linker characteristics... yes
checking for stddef.h... yes
yes
checking whether gcc supports -pedantic ... checking for string.h... (cached) yes
solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports 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 stdio.h usability... yes
checking whether gcc and cc understand -c and -o together... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for stdio.h... yes
yes
checking whether we are using the GNU C Library 2.1 or newer... looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
checking for an ANSI C-conforming const... no
checking whether integer division by zero raises SIGFPE... yes
checking for getpagesize... yes
checking for inline... inline
checking whether byte ordering is bigendian... yes
checking for uintptr_t... yes
checking for inttypes.h... yes
checking for working mmap... yes
checking for stdint.h... yes
checking for int_least32_t... yes
checking for unsigned long long... yes
yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for memcpy... checking for sys/file.h... yes
checking for int_fast32_t... yes
checking for inttypes.h... yes
checking for sys/param.h... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for limits.h... yes
checking for strerror... yes
yes
checking for uint64_t... checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... checking for malloc.h... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
yes
done
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking argz.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... yes
configure: updating cache ./config.cache
checking for time.h... yes
checking for off_t... checking that generated files are newer than configure... done
configure: creating ./config.status
no
checking argz.h presence... yes
checking for sys/resource.h... no
checking for argz.h... no
checking limits.h usability... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking limits.h presence... yes
checking size of int... yes
yes
checking for limits.h... yes
checking for fcntl.h... checking locale.h usability... yes
checking for alloca.h... yes
checking locale.h presence... yes
4
checking for sys/pstat.h... checking size of long... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysmp.h... no
checking for sys/sysinfo.h... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
8
checking for ANSI C header files... (cached) yes
yes
checking malloc.h usability... checking build system type... checking for machine/hal_sysinfo.h... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... 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... no
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
yes
checking for stdlib.h... (cached) yes
checking for process.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for sys/prctl.h... checking for feof_unlocked... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for fgets_unlocked... config.status: creating Makefile
yes
checking whether time.h and sys/time.h may both be included... config.status: executing depfiles commands
yes
checking whether errno must be declared... no
config.status: creating Makefile
checking for getc_unlocked... config.status: creating config.h
no
checking size of int... config.status: executing gstdint.h commands
config.status: executing libtool commands
yes
checking for getcwd... mkdir -p -- ./readline
Configuring in ./readline
Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
4
checking size of long... Configuring in sparc-sun-solaris2.11/zlib
yes
checking for getegid... 8
checking size of size_t... yes
checking for geteuid... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... 8
yes
checking for sparc-sun-solaris2.11-gcc... gcc
checking for long long... configure: creating cache ./config.cache
yes
checking build system type... checking for getgid... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
yes
checking for getuid... yes
checking size of long long... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes

checking for mempcpy... checking whether we are cross compiling... checking whether the C compiler works... 8
checking for a 64-bit type... uint64_t
no
checking for intptr_t... checking for munmap... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... yes

yes
checking whether gcc accepts -g... checking for putenv... checking whether we are cross compiling... yes
checking for uintptr_t... yes
checking for gcc option to accept ISO C89... no
checking for suffix of object files... yes
checking for setenv... none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... gcc -E
yes
checking for ssize_t... yes
checking whether gcc     accepts -g... yes
checking for setlocale... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
checking for gcc     option to accept ISO C89... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
none needed
checking whether gcc     understands -c and -o together... yes
checking for pid_t... checking for stpcpy... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc    ... yes
checking for strcasecmp... yes
checking for library containing strerror... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... yes
/usr/gnu/bin/grep -F
checking for ld used by gcc    ... checking for sys/types.h... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
none required
checking for strdup... checking for asprintf... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... checking for sys/stat.h... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for stdlib.h... yes
yes
checking for atexit... checking for strtoul... yes
checking for string.h... ok
yes
yes
checking for basename... yes
checking for tsearch... checking for memory.h... checking how to run the C preprocessor... yes
checking for strings.h... yes
yes
gcc     -E
checking for bcmp... checking for __argz_count... yes
checking for inttypes.h... checking for ANSI C header files... no
checking for __argz_stringify... yes
yes
checking for bcopy... checking for stdint.h... no
checking for __argz_next... yes
checking for unistd.h... yes
checking for bsearch... no
yes
checking for __fsetlocking... checking minix/config.h usability... yes
checking for sys/types.h... yes
no
checking minix/config.h presence... checking for bzero... yes
checking for iconv... yes
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... yes
checking whether gcc needs -traditional... checking for calloc... yes
checking for iconv declaration... yes
checking for string.h... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... checking for clock... yes
checking for memory.h... no
checking for working volatile... yes
checking for LC_MESSAGES... yes
checking for strings.h... yes
checking for ffs... yes
checking return type of signal handlers... yes
checking for inttypes.h... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... void
checking for size_t... yes
yes
checking for getcwd... checking for stdint.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
yes
checking for unistd.h... yes
configure: updating cache ./config.cache
yes
checking for ssize_t... configure: creating ./config.status
checking for getpagesize... yes
checking for dlfcn.h... yes
checking for gettimeofday... yes
checking for objdir... .libs
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... yes
config.status: creating config.intl
checking for index... config.status: creating config.h
config.status: executing default-1 commands
yes
checking for library containing opendir... checking if gcc     supports -fno-rtti -fno-exceptions... yes
no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... checking for insque... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
none required
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 fcntl... yes
checking if gcc     static flag -static works... yes
no
checking if gcc     supports -c -o file.o... checking for memchr... yes
checking for kill... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memcmp... yes
checking for lstat... no
checking dynamic linker characteristics... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking for memcpy... yes
checking for memmove... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memmem... yes
checking for putenv... checking for getpagesize... yes
yes
checking for working mmap... yes
checking for memmove... checking for select... yes
yes
checking for mempcpy... checking for setenv... yes
checking for memcpy... no
checking for memset... yes
checking for setlocale... yes
checking for strerror... yes
checking for mkstemps... yes
checking for strcasecmp... yes
checking for unistd.h... (cached) yes
yes
checking for putenv... configure: updating cache ./config.cache
checking that generated files are newer than configure... done
yes
configure: creating ./config.status
checking for strpbrk... yes
checking for random... yes
mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 tcgetattr... yes
checking for rename... yes
checking for vsnprintf... yes
checking for rindex... yes
checking for isascii... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 setenv... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 isxdigit... yes
checking for snprintf... yes
checking for getpwent... yes
mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 sigsetmask... yes
checking for getpwnam... no
checking for stpcpy... yes
checking for getpwuid... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpncpy... config.status: executing default-1 commands
yes
checking for working strcoll... yes
checking for strcasecmp... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
yes
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
checking fcntl.h usability... Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
checking fcntl.h presence... yes
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... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stdarg.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking limits.h usability... configure: creating cache ./config.cache
yes
checking build system type... checking for strndup... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... yes
checking limits.h presence... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... yes
checking for limits.h... /usr/gnu/bin/mkdir -p
yes
checking for gawk... gawk
checking whether gmake sets $(MAKE)... checking locale.h usability... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for strnlen... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for suffix of object files... checking pwd.h usability... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for strrchr... yes
checking pwd.h presence... yes
checking for pwd.h... yes
gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memory.h... (cached) yes
checking termcap.h usability... yes
checking for strstr... no
checking termcap.h presence... no
checking for termcap.h... no
checking termios.h usability... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtod... yes
checking termios.h presence... yes
checking for termios.h... yes
checking termio.h usability... yes
checking for strtol... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h presence... yes
checking for termio.h... yes
yes
checking sys/pte.h usability... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 strtoul... no
checking sys/pte.h presence... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
yes
checking for strtoll... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking sys/stream.h presence... yes
checking for strtoull... yes
checking for sys/stream.h... yes
checking sys/select.h usability... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/select.h presence... yes
checking for strverscmp... yes
checking for sys/select.h... yes
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... 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 type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
checking for setproctitle... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking for sig_atomic_t in signal.h... -1
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... yes
checking for vfork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
yes
checking for wchar.h... yes
checking langinfo.h usability... checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
yes
checking for langinfo.h... yes
checking for mbrlen... checking for dup3... yes
yes
checking for mbscasecmp... checking for getrlimit... no
checking for mbscmp... yes
checking for getrusage... no
checking for mbsnrtowcs... yes
checking for getsysinfo... yes
checking for mbsrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbschr... no
checking for pipe2... no
checking for wcrtomb... yes
checking for psignal... yes
checking for wcscoll... yes
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... yes
checking for wctype... yes
checking for setrlimit... yes
checking for wcswidth... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for sbrk... yes
yes
checking for iswlower... checking for spawnve... no
checking for spawnvpe... yes
checking for iswupper... no
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... yes
checking for sysconf... yes
checking for iswctype... yes
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... yes
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... supported
yes
checking for wait3... configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for wait4... config.status: creating Makefile
yes
config.status: creating doc/Makefile
checking whether basename is declared... config.status: creating examples/Makefile
config.status: creating shlib/Makefile
no
config.status: creating config.h
checking whether ffs is declared... config.status: executing default commands
yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 13:07 [binutils-gdb] Update release tools with libctf support sergiodj+buildbot
@ 2019-05-29 13:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 13:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	e33f2313bf63b77763739732be14b469b4b647b7

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

Subject:
	Update release tools with libctf support.

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

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
mkdir -p -- ./libiberty
mkdir -p -- ./zlib
mkdir -p -- ./intl
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 whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... checking for makeinfo... gcc
makeinfo --split-size=5000000
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
configure: creating ./config.status
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether the C compiler works... checking whether we are cross compiling... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... no
checking for suffix of object files... yes
checking for sparc-sun-solaris2.11-gcc... gcc
none needed
checking how to run the C preprocessor... o
checking whether we are using the GNU C compiler... checking for perl... perl
checking build system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking whether gcc accepts -g... gcc -E
yes
checking for gcc option to accept ISO C89... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... checking whether the C compiler works... 
checking whether we are cross compiling... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... 
checking whether we are cross compiling... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking whether gcc accepts -g... yes
checking for sys/types.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... yes
checking for gcc option to accept ISO C89... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... yes
no
checking for sys/stat.h... checking for suffix of object files... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... o
checking whether we are using the GNU C compiler... yes
checking for stdlib.h... yes
checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... yes
checking for string.h... yes
yes
checking whether gcc supports -Wwrite-strings... checking for gcc option to accept ISO C89... ok
yes
checking whether gcc supports -Wstrict-prototypes... checking how to run the C preprocessor... yes
none needed
checking how to run the C preprocessor... checking for memory.h... yes
checking whether gcc supports -Wmissing-prototypes... gcc -E
yes
gcc -E
checking for strings.h... yes
checking whether gcc supports -Wold-style-definition... checking for ANSI C header files... yes
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... checking for inttypes.h... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... yes
yes
checking whether gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
yes
checking minix/config.h usability... checking how to run the C preprocessor... yes
checking for sys/types.h... yes
checking for sys/types.h... no
checking minix/config.h presence... gcc -E
yes
checking for sys/stat.h... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... yes
checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
yes
checking for xgettext... checking for string.h... /usr/gnu/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
yes
checking for string.h... checking build system type... sparc-sun-solaris2.11
checking host system type... yes
sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... checking for memory.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for sys/types.h... yes
none required
checking for an ANSI C-conforming const... checking for strings.h... yes
yes
checking for inline... yes
checking for inttypes.h... checking for sys/stat.h... yes
checking for inttypes.h... inline
checking for off_t... yes
yes
checking for stdlib.h... checking for stdint.h... yes
checking for stdint.h... yes
yes
checking for string.h... checking for unistd.h... yes
checking for unistd.h... yes
checking for size_t... yes
checking for memory.h... yes
checking for dlfcn.h... yes
checking minix/config.h usability... yes
checking for strings.h... yes
checking for objdir... .libs
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__... checking for inttypes.h... yes
yes
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 stdint.h... checking if gcc supports -fno-rtti -fno-exceptions... no
no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking whether gcc supports -W... checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
yes
yes
checking if gcc static flag -static works... checking whether gcc supports -Wall... checking for sys/param.h... yes
checking ctype.h usability... yes
checking whether gcc supports -Wwrite-strings... no
checking if gcc supports -c -o file.o... yes
checking for getpagesize... yes
yes
checking ctype.h presence... checking whether gcc supports -Wc++-compat... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for ctype.h... yes
checking stddef.h usability... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for working mmap... yes
checking whether gcc supports -Wshadow=local... yes
checking stddef.h presence... no
checking dynamic linker characteristics... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether gcc supports -pedantic ... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports 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 stdio.h usability... yes
checking whether gcc and cc understand -c and -o together... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking stdio.h presence... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
no
checking whether integer division by zero raises SIGFPE... checking for sys/param.h... 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... yes
checking for getpagesize... yes
checking for inline... yes
checking for inttypes.h... yes
checking for uintptr_t... inline
checking whether byte ordering is bigendian... yes
checking for working mmap... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
yes
checking for inttypes.h... checking for memcpy... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for sys/file.h... yes
checking for int_fast32_t... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for sys/param.h... yes
yes
no
checking for ld used by GCC... checking for limits.h... checking for strerror... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for uint64_t... no
checking for shared library run path origin... yes
checking for stdlib.h... (cached) yes
checking for malloc.h... done
checking argz.h usability... yes
yes
checking for unistd.h... (cached) yes
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
no
checking argz.h presence... checking for sys/time.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 argz.h... no
yes
checking limits.h usability... checking for time.h... yes
checking for sys/resource.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking locale.h usability... checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking size of int... yes
checking for fcntl.h... yes
checking locale.h presence... yes
checking for locale.h... yes
yes
checking nl_types.h usability... checking for alloca.h... yes
4
checking size of long... checking for sys/pstat.h... yes
checking nl_types.h presence... no
checking for sys/sysmp.h... yes
checking for nl_types.h... yes
checking malloc.h usability... no
checking for sys/sysinfo.h... 8
checking for ANSI C header files... (cached) yes
yes
yes
checking malloc.h presence... checking build system type... checking for machine/hal_sysinfo.h... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... yes
checking for malloc.h... yes
sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... 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 sys/param.h... (cached) yes
checking for stdint.h... (cached) yes
checking for feof_unlocked... checking for stdio_ext.h... yes
yes
checking for process.h... configure: updating cache ./config.cache
no
configure: creating ./config.status
checking for fgets_unlocked... no
checking for sys/prctl.h... no
checking for sys/wait.h that is POSIX.1 compatible... no
checking for getc_unlocked... yes
checking whether time.h and sys/time.h may both be included... config.status: creating Makefile
config.status: executing depfiles commands
yes
checking whether errno must be declared... config.status: creating Makefile
yes
config.status: creating config.h
checking for getcwd... no
checking size of int... config.status: executing gstdint.h commands
config.status: executing libtool commands
yes
mkdir -p -- ./readline
Configuring in ./readline
checking for getegid... 4
Checking multilib configuration for zlib...
checking size of long... mkdir -p -- sparc-sun-solaris2.11/zlib
Configuring in sparc-sun-solaris2.11/zlib
yes
checking for geteuid... 8
checking size of size_t... yes
checking for getgid... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... 8
checking for long long... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
configure: creating cache ./config.cache
checking for getuid... checking build system type... sparc-sun-solaris2.11
checking host system type... checking whether the C compiler works... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
yes
checking size of long long... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for mempcpy... no

checking for munmap... checking whether we are cross compiling... 8
checking for a 64-bit type... checking whether the C compiler works... uint64_t
checking for intptr_t... yes
no
checking for suffix of object files... checking for putenv... yes
checking for C compiler default output file name... a.out
o
checking whether we are using the GNU C compiler... checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking for setenv... yes
checking for uintptr_t... 
yes
checking for gcc option to accept ISO C89... checking whether we are cross compiling... yes
none needed
checking how to run the C preprocessor... checking for setlocale... no
checking for suffix of object files... gcc -E
yes
checking for ssize_t... o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... yes
checking whether gcc     accepts -g... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for gcc     option to accept ISO C89... yes
checking for pid_t... yes
checking for strcasecmp... none needed
checking whether gcc     understands -c and -o together... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc    ... yes
yes
checking for library containing strerror... checking for strdup... yes
checking for sys/types.h... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... none required
checking for asprintf... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for strtoul... checking for sys/stat.h... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... yes
checking for stdlib.h... yes
checking for atexit... yes
checking for tsearch... yes
checking for string.h... yes
checking for basename... yes
yes
checking for __argz_count... checking for memory.h... ok
checking how to run the C preprocessor... yes
checking for strings.h... no
yes
checking for __argz_stringify... checking for bcmp... gcc     -E
yes
checking for inttypes.h... no
checking for __argz_next... checking for ANSI C header files... yes
yes
checking for bcopy... checking for stdint.h... no
checking for __fsetlocking... yes
checking for unistd.h... yes
checking for bsearch... yes
yes
checking minix/config.h usability... checking for iconv... yes
no
checking minix/config.h presence... checking for bzero... yes
checking for sys/types.h... yes
checking for iconv declaration... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for sys/stat.h... yes

         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for calloc... checking for nl_langinfo and CODESET... yes
checking whether gcc needs -traditional... yes
checking for stdlib.h... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... yes
checking for LC_MESSAGES... yes
yes
checking for clock... checking for string.h... yes
checking for function prototypes... yes
checking whether char is unsigned... yes
yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... checking for memory.h... no
checking for GNU gettext in libc... no
checking for working volatile... yes
checking for ffs... yes
checking return type of signal handlers... yes
checking for strings.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
void
checking for size_t... yes
yes
checking for getcwd... configure: updating cache ./config.cache
checking for inttypes.h... configure: creating ./config.status
yes
checking for stdint.h... yes
checking for getpagesize... yes
checking for ssize_t... yes
checking for unistd.h... config.status: creating Makefile
yes
config.status: creating config.intl
checking for gettimeofday... yes
checking for dlfcn.h... 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 objdir... .libs
yes
checking for index... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
no
checking for dirent.h that defines DIR... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 library containing opendir... yes
checking for insque... checking if gcc     supports -fno-rtti -fno-exceptions... none required
mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
checking for fcntl... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... yes
checking for memchr... yes
checking if gcc     static flag -static works... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -c -o file.o... checking for kill... yes
checking for memcmp... yes
checking if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
checking for lstat... yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 dynamic linker characteristics... checking for memcpy... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
checking for memmove... yes
checking for stdlib.h... (cached) yes
checking for memmem... checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for putenv... yes
checking for getpagesize... yes
checking for memmove... yes
checking for select... yes
checking for working mmap... yes
checking for mempcpy... yes
checking for setenv... no
checking for memset... yes
checking for memcpy... yes
checking for setlocale... yes
checking for mkstemps... yes
yes
checking for strerror... checking for strcasecmp... yes
checking for putenv... yes
checking for unistd.h... (cached) yes
yes
checking for strpbrk... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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: updating cache ./config.cache
checking that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for random... yes
checking for tcgetattr... yes
checking for rename... yes
checking for vsnprintf... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 rindex... yes
mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 isascii... yes
checking for setenv... yes
checking for isxdigit... yes
checking for snprintf... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 getpwent... yes
checking for sigsetmask... yes
checking for getpwnam... no
checking for stpcpy... mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 getpwuid... yes
checking for stpncpy... config.status: creating Makefile
yes
config.status: executing default-1 commands
checking for working strcoll... yes
checking for strcasecmp... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
yes
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
checking fcntl.h usability... Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
mkdir 32
yes
checking for strchr... yes
checking fcntl.h presence... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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
mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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... configure: creating cache ./config.cache
checking build system type... checking for strndup... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... yes
checking limits.h presence... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking for limits.h... yes
yes
checking locale.h usability... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
checking for strnlen... yes
checking locale.h presence... checking for suffix of object files... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strrchr... gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strstr... no
checking termcap.h presence... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termcap.h... no
yes
checking termios.h usability... checking for strtod... yes
checking termios.h presence... yes
checking for termios.h... yes
yes
checking termio.h usability... checking for strtol... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h presence... yes
yes
checking for termio.h... yes
checking for strtoul... checking sys/pte.h usability... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 sys/pte.h presence... yes
mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
no
checking for sys/pte.h... no
checking for strtoll... checking sys/stream.h usability... yes
checking sys/stream.h presence... yes
checking for strtoull... yes
checking for sys/stream.h... yes
checking sys/select.h usability... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking sys/select.h presence... yes
checking for strverscmp... yes
checking for sys/select.h... yes
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
yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... checking for vasprintf... no
checking for type of signal functions... yes
checking for vfprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsnprintf... present
checking for lstat... yes
checking for vsprintf... yes
checking whether or not strcoll and strcmp differ... yes
checking for waitpid... no
checking whether the ctype macros accept non-ascii characters... yes
checking for setproctitle... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... no
checking whether alloca needs Cray hooks... yes
checking for sig_atomic_t in signal.h... no
checking stack direction for C alloca... yes
checking whether signal handlers are of type void... -1
checking for vfork.h... no
checking for fork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for vfork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working fork... termios.h
checking for struct dirent.d_ino... yes
checking for working vfork... (cached) yes
checking for _doprnt... yes
checking for struct dirent.d_fileno... no
checking for tgetent... yes
checking for sys_errlist... no
checking for tgetent in -ltermcap... no
checking for sys_nerr... yes
checking which library has the termcap functions... using libtermcap
checking wctype.h usability... no
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... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for canonicalize_file_name... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for dup3... yes
checking for mbscasecmp... yes
checking for getrlimit... no
checking for mbscmp... yes
checking for getrusage... no
checking for mbsnrtowcs... yes
yes
checking for mbsrtowcs... checking for getsysinfo... no
yes
checking for gettimeofday... (cached) yes
checking for mbschr... checking for on_exit... no
checking for wcrtomb... no
checking for pipe2... yes
checking for wcscoll... yes
checking for psignal... yes
checking for wcsdup... yes
checking for pstat_getdynamic... yes
checking for wcwidth... no
checking for pstat_getstatic... no
checking for realpath... yes
checking for wctype... yes
checking for wcswidth... yes
checking for setrlimit... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for sbrk... yes
checking for iswlower... yes
checking for spawnve... no
checking for spawnvpe... yes
checking for iswupper... no
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
checking for towupper... yes
checking for sysconf... yes
checking for iswctype... yes
checking for sysctl... yes
checking for nl_langinfo and CODESET... no
checking for sysmp... yes
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... no
checking for times... yes
checking configuration for building shared libraries... supported
configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for wait3... yes
checking for wait4... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
yes
checking whether basename is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
no
checking whether ffs is declared... yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
@ 2019-05-29 13:02 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 13:02 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	f948b2de97884bfb4e5fc11d40a6bea9e0b096ae

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

Subject:
	Sync top level files with versions from gcc.

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

*** Failed to compiled GDB.  ***
============================
gmake[1]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/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... configure: creating cache ./config.cache
/usr/gnu/bin/install -c
configure: creating cache ./config.cache
configure: creating cache ./config.cache
checking for sparc-sun-solaris2.11-gcc... gcc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo --split-size=5000000
checking build system type... sparc-sun-solaris2.11
checking host system type... configure: updating cache ./config.cache
sparc-sun-solaris2.11
checking target system type... configure: creating ./config.status
sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking whether the C compiler works... checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for C compiler default output file name... a.out
checking for suffix of executables... config.status: creating Makefile

checking whether we are cross compiling... checking whether the C compiler works... mkdir -p -- ./libdecnumber
Configuring in ./libdecnumber
no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... 
checking whether we are cross compiling... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... configure: creating cache ./config.cache
checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
no
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... checking for perl... perl
checking build system type... gcc -E
sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking whether to install libiberty headers and static library... no
configure: target_header_dir = 
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking whether gcc accepts -g... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... checking for grep that handles long lines and -e... yes
checking for gcc option to accept ISO C89... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... none needed
checking whether gcc understands -c and -o together... 
checking whether we are cross compiling... checking whether the C compiler works... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc... no
checking for suffix of object files... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... o
checking whether we are using the GNU C compiler... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc... yes

checking for sys/types.h... yes
checking whether gcc accepts -g... checking whether we are cross compiling... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for gcc option to accept ISO C89... yes
BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for sys/stat.h... checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... no
checking for strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc object... no
checking for suffix of object files... none needed
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking whether gcc supports -W... yes
checking for stdlib.h... o
checking whether we are using the GNU C compiler... yes
checking whether gcc supports -Wall... yes
checking whether gcc accepts -g... yes
checking for string.h... yes
checking whether gcc supports -Wwrite-strings... yes
ok
checking for gcc option to accept ISO C89... yes
yes
checking whether gcc supports -Wstrict-prototypes... checking for memory.h... checking how to run the C preprocessor... none needed
checking how to run the C preprocessor... yes
checking whether gcc supports -Wmissing-prototypes... yes
checking for strings.h... gcc -E
gcc -E
yes
checking whether gcc supports -Wold-style-definition... yes
checking for inttypes.h... checking for ANSI C header files... yes
checking whether gcc supports -Wmissing-format-attribute... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
yes
checking whether gcc supports -Wcast-qual... checking for stdint.h... yes
checking whether gcc supports -pedantic -Wlong-long... yes
checking for unistd.h... yes
checking whether gcc supports -fno-lto... yes
checking how to run the C preprocessor... yes
checking minix/config.h usability... yes
checking for sys/types.h... gcc -E
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__... checking for sys/stat.h... yes
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... checking for sys/stat.h... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking for stdlib.h... yes
checking whether gmake sets $(MAKE)... yes
checking for stdlib.h... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether NLS is requested... yes
checking for msgfmt... /usr/gnu/bin/msgfmt
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/gnu/bin/xgettext
yes
checking for msgmerge... yes
/usr/bin/msgmerge
checking for string.h... checking for string.h... checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for library containing strerror... yes
yes
checking for memory.h... checking for memory.h... yes
yes
yes
checking for sys/types.h... checking for strings.h... checking for strings.h... none required
checking for an ANSI C-conforming const... yes
yes
checking for inline... yes
yes
checking for sys/stat.h... checking for inttypes.h... checking for inttypes.h... inline
checking for off_t... yes
yes
yes
checking for stdint.h... checking for stdlib.h... checking for stdint.h... yes
yes
yes
checking for string.h... checking for unistd.h... checking for unistd.h... yes
checking for size_t... yes
yes
checking minix/config.h usability... yes
checking for memory.h... checking for dlfcn.h... yes
no
checking minix/config.h presence... checking for strings.h... yes
checking for objdir... .libs
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for working alloca.h... 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
yes
checking for alloca... checking for stdint.h... checking if gcc supports -fno-rtti -fno-exceptions... no
checking whether gcc supports -W... yes
checking for unistd.h... no
checking for gcc option to produce PIC... yes
-fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... checking whether gcc supports -Wall... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking if gcc static flag -static works... checking whether gcc supports -Wwrite-strings... yes
checking ctype.h usability... yes
checking whether gcc supports -Wc++-compat... no
checking if gcc supports -c -o file.o... yes
checking for getpagesize... yes
checking ctype.h presence... yes
checking whether gcc supports -Wstrict-prototypes... yes
checking for ctype.h... yes
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... checking stddef.h usability... yes
checking whether gcc supports -Wshadow=local... yes
checking for working mmap... yes
checking stddef.h presence... yes
checking whether gcc supports -pedantic ... no
checking dynamic linker characteristics... yes
checking for stddef.h... yes
checking for string.h... (cached) yes
yes
checking whether gcc and cc understand -c and -o together... checking stdio.h usability... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc -E
yes
checking stdio.h presence... yes
checking whether we are using the GNU C Library 2.1 or newer... checking for stdlib.h... (cached) yes
yes
checking for an ANSI C-conforming const... no
checking whether integer division by zero raises SIGFPE... 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... yes
checking for inline... yes
checking for getpagesize... inline
checking whether byte ordering is bigendian... yes
checking for inttypes.h... yes
checking for uintptr_t... yes
checking for stdint.h... yes
checking for working mmap... yes
checking for unsigned long long... yes
checking for int_least32_t... yes
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for sys/file.h... yes
checking for inttypes.h... yes
yes
checking for memcpy... checking for sys/param.h... yes
checking for int_fast32_t... yes
yes
checking whether the inttypes.h PRIxNN macros are broken... checking for limits.h... yes
checking for stdlib.h... (cached) yes
no
checking for ld used by GCC... yes
checking for malloc.h... checking for strerror... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for uint64_t... no
checking for shared library run path origin... 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
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 for time.h... no
checking argz.h presence... yes
configure: updating cache ./config.cache
no
checking for argz.h... no
checking for sys/resource.h... checking that generated files are newer than configure... done
configure: creating ./config.status
checking limits.h usability... yes
checking for off_t... yes
checking for sys/stat.h... (cached) yes
checking for sys/mman.h... yes
checking limits.h presence... yes
yes
checking for limits.h... yes
checking for fcntl.h... checking locale.h usability... yes
checking size of int... yes
checking for alloca.h... yes
checking locale.h presence... yes
checking for sys/pstat.h... yes
checking for locale.h... yes
checking nl_types.h usability... no
checking for sys/sysmp.h... 4
checking size of long... yes
checking nl_types.h presence... no
checking for sys/sysinfo.h... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking for machine/hal_sysinfo.h... 8
no
checking for ANSI C header files... (cached) yes
checking for sys/table.h... checking build system type... yes
checking malloc.h presence... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... no
sparc-sun-solaris2.11
checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
dpd
checking whether byte ordering is bigendian... checking for sys/sysctl.h... yes
checking for malloc.h... yes
checking stddef.h usability... 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
yes
checking for string.h... (cached) yes
checking for process.h... checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for feof_unlocked... no
checking for sys/prctl.h... yes
no
checking for sys/wait.h that is POSIX.1 compatible... configure: updating cache ./config.cache
configure: creating ./config.status
no
checking for fgets_unlocked... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether errno must be declared... no
checking for getc_unlocked... config.status: creating Makefile
no
checking size of int... config.status: creating Makefile
config.status: executing depfiles commands
config.status: creating config.h
yes
config.status: executing gstdint.h commands
checking for getcwd... 4
config.status: executing libtool commands
checking size of long... mkdir -p -- ./readline
Configuring in ./readline
yes
checking for getegid... Checking multilib configuration for zlib...
mkdir -p -- sparc-sun-solaris2.11/zlib
Configuring in sparc-sun-solaris2.11/zlib
8
checking size of size_t... yes
checking for geteuid... 8
yes
checking for long long... checking for getgid... configure: creating cache ./config.cache
checking build system type... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11

Beginning configuration for readline-6.2 for sparc-sun-solaris2.11

checking whether gmake sets $(MAKE)... yes
checking for sparc-sun-solaris2.11-gcc... gcc
yes
checking for getuid... checking whether the C compiler works... configure: creating cache ./config.cache
checking build system type... yes
checking size of long long... sparc-sun-solaris2.11
checking host system type... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
yes
checking for C compiler default output file name... a.out
yes
checking for suffix of executables... checking whether gmake supports nested variables... yes
checking for mempcpy... checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc    
8
checking for a 64-bit type... 
checking whether we are cross compiling... no
checking for munmap... uint64_t
checking for intptr_t... checking whether the C compiler works... no
checking for suffix of object files... yes
checking for putenv... o
checking whether we are using the GNU C compiler... yes
checking for uintptr_t... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... yes
checking whether gcc accepts -g... yes
checking for setenv... yes
checking for gcc option to accept ISO C89... 
checking whether we are cross compiling... yes
checking for ssize_t... none needed
checking how to run the C preprocessor... yes
checking for setlocale... no
checking for suffix of object files... gcc -E
o
checking whether we are using the GNU C compiler... yes
checking for stpcpy... checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... yes
checking for pid_t... /usr/gnu/bin/grep -E
checking for ANSI C header files... yes
checking whether gcc     accepts -g... yes
checking for gcc     option to accept ISO C89... yes
checking for strcasecmp... none needed
checking whether gcc     understands -c and -o together... yes
checking for library containing strerror... yes
checking for style of include used by gmake... GNU
checking dependency style of gcc    ... yes
checking for strdup... none required
checking for asprintf... yes
checking for sys/types.h... gcc3
checking how to print strings... print -r
checking for a sed that does not truncate output... /usr/gnu/bin/sed
checking for grep that handles long lines and -e... /usr/gnu/bin/grep
checking for egrep... /usr/gnu/bin/grep -E
checking for fgrep... /usr/gnu/bin/grep -F
checking for ld used by gcc    ... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
no
checking for BSD- or MS-compatible name lister (nm)... nm
checking the name lister (nm) interface... yes
checking for sys/stat.h... checking for strtoul... yes
checking for atexit... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572480
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
yes
checking for /usr/bin/ld option to reload object files... -r
checking for sparc-sun-solaris2.11-objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for sparc-sun-solaris2.11-ar... ar
checking for sparc-sun-solaris2.11-strip... strip
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking command to parse nm output from gcc     object... checking for stdlib.h... yes
yes
checking for tsearch... checking for basename... yes
checking for string.h... yes
checking for memory.h... yes
yes
checking for __argz_count... checking for bcmp... ok
yes
checking how to run the C preprocessor... checking for strings.h... no
checking for __argz_stringify... yes
yes
checking for bcopy... gcc     -E
checking for inttypes.h... no
checking for __argz_next... yes
checking for ANSI C header files... checking for stdint.h... yes
checking for bsearch... no
yes
checking for __fsetlocking... checking for unistd.h... yes
yes
checking for bzero... checking minix/config.h usability... yes
checking for iconv... no
checking minix/config.h presence... yes
checking for sys/types.h... yes
no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... checking for calloc... yes
checking for iconv declaration... yes
checking for sys/stat.h... yes
checking whether gcc needs -traditional... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
yes
checking for clock... checking for stdlib.h... no
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking for ar... ar
checking for sparc-sun-solaris2.11-ranlib... ranlib
checking for an ANSI C-conforming const... yes
yes
checking for function prototypes... yes
checking whether char is unsigned... yes
checking for LC_MESSAGES... checking for string.h... yes
checking for ffs... yes
checking for memory.h... no
checking for working volatile... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking return type of signal handlers... yes
yes
checking for strings.h... checking for getcwd... void
checking for size_t... yes
yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... aclocal
checking for autoconf... autoconf
checking for autoheader... autoheader
checking for inttypes.h... configure: updating cache ./config.cache
yes
configure: creating ./config.status
checking for getpagesize... yes
checking for stdint.h... yes
checking for ssize_t... yes
yes
checking for unistd.h... checking for gettimeofday... yes
checking for dlfcn.h... config.status: creating Makefile
config.status: creating config.intl
yes
checking for index... yes
checking for ANSI C header files... (cached) yes
checking whether stat file-mode macros are broken... config.status: creating config.h
yes
checking for objdir... config.status: executing default-1 commands
.libs
no
checking for dirent.h that defines DIR... yes
gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/intl'
checking for insque... yes
checking for library containing opendir... gmake[2]: Entering directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -fno-rtti -fno-exceptions... yes
none required
checking for fcntl... checking for memchr... no
checking for gcc     option to produce PIC... -fPIC -DPIC
checking if gcc     PIC flag -fPIC -DPIC works... mv -f .deps/libz_a-adler32.Tpo .deps/libz_a-adler32.Po
yes
checking if gcc     static flag -static works... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 kill... checking for memcmp... no
checking if gcc     supports -c -o file.o... mv -f .deps/libz_a-compress.Tpo .deps/libz_a-compress.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 if gcc     supports -c -o file.o... (cached) yes
checking whether the gcc     linker (/usr/bin/ld -64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... yes
yes
checking for lstat... checking for memcpy... no
checking dynamic linker characteristics... solaris2.11 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C preprocessor... gcc     -E
yes
mv -f .deps/libz_a-crc32.Tpo .deps/libz_a-crc32.Po
yes
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 memmove... checking for memmem... checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
yes
checking for putenv... checking for memmove... yes
checking for getpagesize... yes
yes
checking for select... checking for mempcpy... yes
checking for working mmap... no
checking for memset... yes
checking for setenv... yes
checking for memcpy... yes
yes
checking for mkstemps... checking for setlocale... yes
yes
yes
checking for putenv... checking for strerror... checking for strcasecmp... yes
yes
checking for unistd.h... (cached) yes
checking for random... yes
checking for strpbrk... mv -f .deps/libz_a-deflate.Tpo .deps/libz_a-deflate.Po
configure: updating cache ./config.cache
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 that generated files are newer than configure... done
configure: creating ./config.status
yes
checking for rename... yes
checking for tcgetattr... yes
checking for rindex... yes
checking for vsnprintf... mv -f .deps/libz_a-gzread.Tpo .deps/libz_a-gzread.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 setenv... yes
checking for isascii... mv -f .deps/libz_a-gzclose.Tpo .deps/libz_a-gzclose.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 snprintf... yes
checking for isxdigit... yes
checking for sigsetmask... mv -f .deps/libz_a-gzwrite.Tpo .deps/libz_a-gzwrite.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 getpwent... no
checking for stpcpy... yes
checking for getpwnam... yes
mv -f .deps/libz_a-gzlib.Tpo .deps/libz_a-gzlib.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 stpncpy... yes
checking for getpwuid... config.status: creating Makefile
yes
checking for strcasecmp... config.status: executing default-1 commands
yes
checking for working strcoll... yes
checking for strchr... Adding multilib support to Makefile in ../../../binutils-gdb/zlib
multidirs=32
with_multisubdir=
Running configure in multilib subdirs 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/zlib
Running configure in multilib subdir 32
pwd: /opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11
yes
mkdir 32
checking fcntl.h usability... yes
checking for strdup... mv -f .deps/libz_a-infback.Tpo .deps/libz_a-infback.Po
yes
checking fcntl.h presence... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 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... mv -f .deps/libz_a-inffast.Tpo .deps/libz_a-inffast.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 varargs.h... no
checking stdarg.h usability... yes
checking for strndup... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for string.h... (cached) yes
configure: creating cache ./config.cache
checking for strings.h... (cached) yes
checking build system type... checking limits.h usability... yes
sparc-sun-solaris2.11
checking host system type... checking for strnlen... sparc-sun-solaris2.11
checking target system type... sparc-sun-solaris2.11
checking for a BSD-compatible install... /usr/gnu/bin/install -c
checking whether build environment is sane... yes
checking for sparc-sun-solaris2.11-strip... strip
checking for a thread-safe mkdir -p... /usr/gnu/bin/mkdir -p
checking for gawk... gawk
checking whether gmake sets $(MAKE)... yes
checking limits.h presence... yes
checking whether gmake supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sparc-sun-solaris2.11-gcc... gcc  -m32
yes
checking for limits.h... yes
checking locale.h usability... yes
checking for strrchr... checking for suffix of object files... configure: error: in `/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/sparc-sun-solaris2.11/32/zlib':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details
yes
checking locale.h presence... yes
checking for locale.h... yes
checking pwd.h usability... yes
checking for strstr... gmake[1]: *** [Makefile:12688: configure-target-zlib] Error 1
gmake[1]: *** Waiting for unfinished jobs....
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 pwd.h presence... yes
checking for pwd.h... yes
checking for memory.h... (cached) yes
yes
checking termcap.h usability... checking for strtod... mv -f .deps/libz_a-inftrees.Tpo .deps/libz_a-inftrees.Po
no
checking termcap.h presence... gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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
no
checking for termcap.h... no
checking termios.h usability... checking for strtol... yes
checking termios.h presence... mv -f .deps/libz_a-inflate.Tpo .deps/libz_a-inflate.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termios.h... yes
yes
checking termio.h usability... checking for strtoul... yes
checking termio.h presence... mv -f .deps/libz_a-uncompr.Tpo .deps/libz_a-uncompr.Po
gcc -DPACKAGE_NAME=\"zlib\" -DPACKAGE_TARNAME=\"zlib\" -DPACKAGE_VERSION=\"1.1.4\" -DPACKAGE_STRING=\"zlib\ 1.1.4\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../binutils-gdb/zlib      -g -D_GLIBCXX_DEBUG -m64 -O -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 termio.h... yes
checking for strtoll... checking sys/pte.h usability... mv -f .deps/libz_a-zutil.Tpo .deps/libz_a-zutil.Po
true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_BUILD=-g -D_GLIBCXX_DEBUG -m64 -O" "CFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "INSTALL=/usr/gnu/bin/install -c" "INSTALL_DATA=/usr/gnu/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/gnu/bin/install -c" "INSTALL_SCRIPT=/usr/gnu/bin/install -c" "LDFLAGS=" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "LIBCFLAGS_FOR_TARGET=-O2 -g -D_GLIBCXX_DEBUG -m64 -O" "MAKE=gmake" "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/sparc-sun-solaris2.11" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld" "LIBCFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # gmake
no
checking sys/pte.h presence... yes
checking for strtoull... no
checking for sys/pte.h... no
checking sys/stream.h usability... yes
checking sys/stream.h presence... mv -f .deps/libz_a-trees.Tpo .deps/libz_a-trees.Po
rm -f libz.a
yes
ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o 
ar: `u' modifier ignored since `D' is the default (see `U')
ranlib libz.a
checking for strverscmp... gmake[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/zlib'
yes
checking for sys/stream.h... yes
checking sys/select.h usability... no
checking for tmpnam... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
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... 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 type of signal functions... yes
checking for vprintf... posix
checking if signal handlers must be reinstalled when invoked... yes
checking for vsnprintf... no
checking for presence of POSIX-style sigsetjmp/siglongjmp... yes
checking for vsprintf... present
checking for lstat... yes
checking for waitpid... yes
checking whether or not strcoll and strcmp differ... yes
checking for setproctitle... no
checking whether the ctype macros accept non-ascii characters... no
checking whether alloca needs Cray hooks... no
checking stack direction for C alloca... yes
checking whether getpw functions are declared in pwd.h... yes
checking whether termios.h defines TIOCGWINSZ... -1
checking for vfork.h... yes
checking for sig_atomic_t in signal.h... no
checking for fork... yes
checking whether signal handlers are of type void... yes
checking for vfork... yes
checking for TIOCSTAT in sys/ioctl.h... no
checking for FIONREAD in sys/ioctl.h... yes
checking for working fork... no
checking for speed_t in sys/types.h... no
checking for struct winsize in sys/ioctl.h and termios.h... yes
checking for working vfork... (cached) yes
checking for _doprnt... termios.h
checking for struct dirent.d_ino... yes
checking for sys_errlist... yes
checking for struct dirent.d_fileno... no
checking for sys_nerr... no
checking for tgetent... no
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 for canonicalize_file_name... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking langinfo.h usability... yes
checking for dup3... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for mbrlen... yes
checking for getrlimit... yes
checking for mbscasecmp... yes
checking for getrusage... no
checking for mbscmp... yes
checking for getsysinfo... no
checking for mbsnrtowcs... no
checking for gettimeofday... (cached) yes
checking for on_exit... yes
checking for mbsrtowcs... no
checking for pipe2... yes
checking for mbschr... no
checking for wcrtomb... yes
checking for psignal... yes
checking for wcscoll... yes
checking for pstat_getdynamic... yes
checking for wcsdup... no
checking for pstat_getstatic... yes
checking for wcwidth... no
checking for realpath... yes
checking for wctype... yes
checking for setrlimit... yes
checking for wcswidth... yes
checking for sbrk... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for spawnve... yes
checking for iswlower... no
checking for spawnvpe... yes
checking for iswupper... no
checking for strerror... yes
checking for towlower... yes
checking for strsignal... yes
yes
checking for towupper... checking for sysconf... yes
yes
checking for iswctype... checking for sysctl... no
checking for sysmp... yes
checking for nl_langinfo and CODESET... no
checking for table... yes
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
yes
checking configuration for building shared libraries... checking for wait3... supported
configure: updating cache ./config.cache
configure: creating ./config.status
yes
checking for wait4... yes
checking whether basename is declared... config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating examples/Makefile
no
checking whether ffs is declared... config.status: creating shlib/Makefile
config.status: creating config.h
config.status: executing default commands
yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether snprintf is declared... yes
checking whether vsnprintf is declared... yes
checking whether calloc is declared... yes
checking whether getenv is declared... yes
checking whether getopt is declared... yes
checking whether malloc is declared... yes
checking whether realloc is declared... yes
checking whether sbrk is declared... yes
checking whether strtol is declared... yes
checking whether strtoul is declared... yes
checking whether strtoll is declared... yes
checking whether strtoull is declared... yes
checking whether strverscmp is declared... no
checking whether strnlen is declared... yes
checking whether canonicalize_file_name must be declared... no
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... yes
checking for working strncmp... yes
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: executing default commands
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:929: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 11:42 [binutils-gdb] Do not build libctf for targets that do not use the ELF file format sergiodj+buildbot
@ 2019-05-29 11:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 11:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	90bd54236cb8b1c31c3662977159be971044c20d

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

Subject:
	Do not build libctf for targets that do not use the ELF file format.

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

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

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

checking for GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29 10:40 [binutils-gdb] Fix libctf build on non-ELF targets sergiodj+buildbot
@ 2019-05-29 10:43 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29 10:43 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29  1:13 [binutils-gdb] MIPS/LD: Skip overflow check for %pcrel_hi relocations sergiodj+buildbot
@ 2019-05-29  1:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29  1:10 [binutils-gdb] x86: Add CheckRegSize to AVX512_BF16 instructions with Disp8ShiftVL sergiodj+buildbot
@ 2019-05-29  1:10 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:10 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
@ 2019-05-29  1:04 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:04 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  1:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  1:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
@ 2019-05-29  0:39 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2019-05-29  0:39 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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 GNU regex... no
checking for struct thread.td_pcb... no
checking for struct lwp... no
checking for struct reg in machine/reg.h... no
checking for struct reg.r_fs... no
checking for struct reg.r_gs... no
checking for struct user_regs_struct.fs_base... no
checking for struct user_regs_struct.gs_base... no
checking for PTRACE_GETREGS... no
checking for PTRACE_GETFPXREGS... no
checking for PT_GETDBREGS... no
checking for PT_GETXMMREGS... no
checking for struct ptrace_lwpinfo.pl_tdname... no
checking for struct ptrace_lwpinfo.pl_syscall_code... no
checking for gregset_t in sys/procfs.h... yes
checking for fpregset_t in sys/procfs.h... yes
checking for prgregset_t in sys/procfs.h... yes
checking for prfpregset_t in sys/procfs.h... yes
checking for prgregset32_t in sys/procfs.h... yes
checking for lwpid_t in sys/procfs.h... no
checking for psaddr_t in sys/procfs.h... no
checking for elf_fpregset_t in sys/procfs.h... no
checking for long long support in compiler... yes
checking for long long support in printf... yes
checking for decfloat support in printf... no
checking for long double support in compiler... yes
checking for long double support in printf... yes
checking for long double support in scanf... yes
checking for the dynamic export flag... -rdynamic
checking whether <thread_db.h> has TD_NOTALLOC... no
checking whether <thread_db.h> has TD_VERSION... no
checking whether <thread_db.h> has TD_NOTLS... yes
checking whether ADDR_NO_RANDOMIZE is declared... 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-unknown-pragmas -Wno-deprecated-declarations -Werror
checking for cygwin... no
checking for ELF support in BFD... yes
checking for library containing dlopen... (cached) none required
checking for Mach-O support in BFD... no
checking whether to use lzma... auto
checking for liblzma... yes
checking how to link with liblzma... -llzma
checking for X... libraries , headers 
enable_sim = no
enableval = no
checking whether gdbserver is supported on this host... no
checking whether to use babeltrace... auto
checking for libbabeltrace... no
configure: WARNING: babeltrace is missing or unusable; GDB is unable to read CTF data.
checking for xsltproc... /usr/bin/xsltproc
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating jit-reader.h
config.status: creating gcore
config.status: creating Makefile
config.status: creating gdb-gdb.gdb
config.status: creating gdb-gdb.py
config.status: creating doc/Makefile
config.status: creating data-directory/Makefile
config.status: creating config.h
config.status: linking ../../binutils-gdb/gdb/config/sparc/nm-sol2.h to nm.h
config.status: executing depdir commands
mkdir -p -- .deps
=== configuring in testsuite (/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/testsuite)
configure: running /bin/sh ../../../binutils-gdb/gdb/testsuite/configure --disable-option-checking '--prefix=/usr/local'  '--disable-binutils' '--disable-ld' '--disable-gold' '--disable-gas' '--disable-sim' '--disable-gprof' '--with-separate-debug-dir=/usr/lib/debug' '--program-transform-name=s,y,y,' '--build=sparc-sun-solaris2.11' '--host=sparc-sun-solaris2.11' '--target=sparc-sun-solaris2.11' 'build_alias=sparc-sun-solaris2.11' 'host_alias=sparc-sun-solaris2.11' 'target_alias=sparc-sun-solaris2.11' 'CC=gcc' 'CFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'LDFLAGS= ' 'CXX=g++' 'CXXFLAGS=-g -D_GLIBCXX_DEBUG -m64 -O' 'MAKEINFO=makeinfo --split-size=5000000' 'YACC=bison -y' --cache-file=.././config.cache --srcdir=../../../binutils-gdb/gdb/testsuite
configure: loading cache .././config.cache
checking build system type... (cached) sparc-sun-solaris2.11
checking host system type... (cached) sparc-sun-solaris2.11
checking target system type... (cached) sparc-sun-solaris2.11
checking for sparc-sun-solaris2.11-gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking how to run the C preprocessor... (cached) gcc -E
checking for grep that handles long lines and -e... (cached) /usr/gnu/bin/grep
checking for egrep... (cached) /usr/gnu/bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
configure: updating cache .././config.cache
configure: creating ./config.status
config.status: creating lib/pdtrace
config.status: creating Makefile
gmake[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake: *** [Makefile:850: all] Error 2
============================




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

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

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/99/99f20f08682ecc7be882774ff78409530802d000/>

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

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

  CXX    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    test-target.o
  CXX    thread-iter.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    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    valarith.o
  CXX    valops.o
  CXX    valprint.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
gmake[2]: *** [Makefile:1641: utils.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] 70+ messages in thread

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

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/05/053af8c9034f92d6e36a1180655ba22a65c56437/>

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

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

../../binutils-gdb/gdb/symtab.c:4600:41: note: *((void*)& l +4) was declared here
   scoped_switch_to_sym_language_if_auto l (sym);
                                         ^
In file included from ../../binutils-gdb/gdb/frame.h:72:0,
                 from ../../binutils-gdb/gdb/gdbarch.h:39,
                 from ../../binutils-gdb/gdb/defs.h:526,
                 from ../../binutils-gdb/gdb/symtab.c:20:
../../binutils-gdb/gdb/language.h: In function bool treg_matches_sym_type_name(const compiled_regex&, const symbol*):
../../binutils-gdb/gdb/language.h:735:20: warning: *((void*)& l +4) may be used uninitialized in this function [-Wmaybe-uninitialized]
       set_language (m_lang);
       ~~~~~~~~~~~~~^~~~~~~~
../../binutils-gdb/gdb/symtab.c:4292:43: note: *((void*)& l +4) was declared here
     scoped_switch_to_sym_language_if_auto l (sym);
                                           ^
  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    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    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    valarith.o
  CXX    valops.o
  CXX    valprint.o
  CXX    value.o
  CXX    varobj.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  CXX    init.o
  CXXLD  gdb
Undefined			first referenced
 symbol  			    in file
cplus_demangle_opname               gdbtypes.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:1891: gdb] Error 1
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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
@ 2018-12-28 23:54 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/2c/2cd8cc0b66ca297bce4d08e4f712f86d9f1a2fb6/>

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

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

  CXX    procfs.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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:670,
                 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:216: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:786: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.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.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
gmake[2]: *** [Makefile:1639: source-cache.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] 70+ messages in thread

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

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/14/140a4bc099820c909da0eac1df0f56ec468ad3dd/>

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

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

  CXX    procfs.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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:670,
                 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:216: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:786: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.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.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
gmake[2]: *** [Makefile:1639: source-cache.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
@ 2018-12-28 23:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-12-28 23:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/62/62f29fda90cf1d5a1899f57ef78452471c707fd6/>

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

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

  CXX    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
In file included from ../../binutils-gdb/gdb/exceptions.h:23:0,
                 from ../../binutils-gdb/gdb/utils.h:24,
                 from ../../binutils-gdb/gdb/defs.h:670,
                 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:216: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:786: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.o
  CXX    reggroups.o
  CXX    registry.o
  CXX    remote-fileio.o
  CXX    remote-notif.o
  CXX    remote.o
  CXX    reverse.o
  CXX    rust-exp.o
  CXX    rust-lang.o
  CXX    selftest-arch.o
  CXX    sentinel-frame.o
  CXX    ser-base.o
  CXX    ser-event.o
  CXX    ser-pipe.o
  CXX    ser-tcp.o
  CXX    ser-uds.o
  CXX    ser-unix.o
  CXX    serial.o
  CXX    skip.o
  CXX    sol-thread.o
  CXX    sol2-tdep.o
  CXX    solib-svr4.o
  CXX    solib-target.o
  CXX    solib.o
  CXX    source-cache.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)
 ^~~~~~~~~~~~~~~~~
  CXX    source.o
cc1plus: all warnings being treated as errors
gmake[2]: *** [Makefile:1639: source-cache.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-25 23:41 [binutils-gdb] Implement timestamp'ed output on "make check" sergiodj+buildbot
@ 2018-11-25 23:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 23:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	f63c03b470036353c8c6c657e15f5ebd62ab67dd

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

Subject:
	Implement timestamp'ed output on "make check"

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

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

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

  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1629: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-25 23:04 [binutils-gdb] Remove obsolete comments from field_fmt sergiodj+buildbot
@ 2018-11-25 23:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-25 23:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	b5b12e1dbe0f2739624f91621828df73ef55e900

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

Subject:
	Remove obsolete comments from field_fmt

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

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

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

  CXX    infcall.o
  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
  CXX    linespec.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
gmake[2]: *** [Makefile:1629: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-23 14:34 [binutils-gdb] gdbserver: AArch64: Remove cannot_fetch/store_register sergiodj+buildbot
@ 2018-11-23 14:46 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-23 14:46 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	5013824590f59374106007d4c9724d5767911d75

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

Subject:
	gdbserver: AArch64: Remove cannot_fetch/store_register

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/50/5013824590f59374106007d4c9724d5767911d75/>

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

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

  CXX    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
  CXX    progspace.o
gmake[2]: *** [Makefile:1629: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-23 14:22 [binutils-gdb] Remove declarations of is_running/is_stopped/is_exited sergiodj+buildbot
@ 2018-11-23 14:28 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-23 14:28 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	6af05e645ab7fbbb4e0b663f50febf052e6d09a0

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

Subject:
	Remove declarations of is_running/is_stopped/is_exited

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/6a/6af05e645ab7fbbb4e0b663f50febf052e6d09a0/>

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

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

  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:589:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
../../binutils-gdb/gdb/procfs.c: In function int procfs_notice_thread(procinfo*, procinfo*, void*):
../../binutils-gdb/gdb/procfs.c:3136:41: error: is_exited was not declared in this scope
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3136:41: note: suggested alternative: inf_exited
   if (!in_thread_list (gdb_threadid) || is_exited (gdb_threadid))
                                         ^~~~~~~~~
                                         inf_exited
gmake[2]: *** [Makefile:1629: procfs.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]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
gmake[1]: *** [Makefile:8792: all-gdb] Error 2
gmake: *** [Makefile:849: all] Error 2
============================




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

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-11-22 16:58 [binutils-gdb] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc sergiodj+buildbot
@ 2018-11-22 16:50 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-11-22 16:50 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	080363310650c93ad8e93018bcb6760ba5d32d1c

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

Subject:
	Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/08/080363310650c93ad8e93018bcb6760ba5d32d1c/>

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

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

       set_language (m_lang);
       ~~~~~~~~~~~~~^~~~~~~~
../../binutils-gdb/gdb/symtab.c:4600:41: note: *((void*)& l +4) was declared here
   scoped_switch_to_sym_language_if_auto l (sym);
                                         ^
In file included from ../../binutils-gdb/gdb/frame.h:72:0,
                 from ../../binutils-gdb/gdb/gdbarch.h:39,
                 from ../../binutils-gdb/gdb/defs.h:526,
                 from ../../binutils-gdb/gdb/symtab.c:20:
../../binutils-gdb/gdb/language.h: In function bool treg_matches_sym_type_name(const compiled_regex&, const symbol*):
../../binutils-gdb/gdb/language.h:735:20: warning: *((void*)& l +4) may be used uninitialized in this function [-Wmaybe-uninitialized]
       set_language (m_lang);
       ~~~~~~~~~~~~~^~~~~~~~
../../binutils-gdb/gdb/symtab.c:4292:43: note: *((void*)& l +4) was declared here
     scoped_switch_to_sym_language_if_auto l (sym);
                                           ^
  CXX    target-memory.o
  CXX    target.o
  CXX    target/waitstatus.o
  CXX    thread-fsm.o
  CXX    thread-iter.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/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/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
  CXX    varobj.o
  CXX    version.o
  CXX    xml-builtin.o
  CXX    xml-support.o
  CXX    xml-syscall.o
  CXX    xml-tdesc.o
  GEN    init.c
  CXX    init.o
  CXXLD  gdb
Undefined			first referenced
 symbol  			    in file
is_exited(ptid_t)                   procfs.o
ld: fatal: symbol referencing errors
collect2: error: ld returned 1 exit status
gmake[2]: *** [Makefile:1912: gdb] Error 1
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] 70+ messages in thread

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

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	970d89d8fdd84b31decaf3bd84e785aad057ea32

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

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

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/97/970d89d8fdd84b31decaf3bd84e785aad057ea32/>

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

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

  CC       save-cwd.o
  CC       strnlen1.o
  CC       sys_socket.o
  CC       tempname.o
  CC       unistd.o
  CC       dup-safer.o
  CC       fd-safer.o
  CC       pipe-safer.o
  CC       wctype-h.o
  CC       chdir-long.o
  CC       error.o
  CC       fnmatch.o
  CC       glob.o
  CC       memmem.o
  CC       mempcpy.o
  CC       memrchr.o
  CC       mkostemp.o
  CC       openat-proc.o
  CC       rawmemchr.o
  CC       strstr.o
  CC       unsetenv.o
  GEN      charset.alias
  GEN      ref-add.sed
  GEN      ref-del.sed
  AR       libgnu.a
gmake[8]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/build-gnulib/import'
gmake[7]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/build-gnulib/import'
gmake[6]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/build-gnulib/import'
gmake[5]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/build-gnulib'
gmake[4]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb/build-gnulib'
gmake[3]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
  CXX    gdb.o
  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    annotate.o
  CXX    arch-utils.o
  CXX    auto-load.o
  CXX    auxv.o
  CXX    ax-gdb.o
  CXX    ax-general.o
  CXX    bcache.o
  CXX    bfd-target.o
  CXX    block.o
  CXX    blockframe.o
  CXX    break-catch-sig.o
  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.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
../../binutils-gdb/gdb/common/filestuff.c: In function gdb_file_up gdb_fopen_cloexec(const char*, const char*):
../../binutils-gdb/gdb/common/filestuff.c:306:36: error: O_NOINHERIT was not declared in this scope
     O_CLOEXEC == 0 || O_CLOEXEC == O_NOINHERIT;
                                    ^~~~~~~~~~~
gmake[2]: *** [Makefile:1626: common/filestuff.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  8:24 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-29  8:24 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
  CXX    prologue-value.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-28 11:34 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-28 11:34 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    progspace.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-27 20:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 20:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    progspace.o
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:36 [binutils-gdb] Cache a copy of the user's shell on macOS sergiodj+buildbot
@ 2018-10-27 18:37 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:37 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    infcmd.o
  CXX    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    progspace.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:30 [binutils-gdb] Do not reopen temporary files sergiodj+buildbot
@ 2018-10-27 18:36 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:36 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
@ 2018-10-27 18:29 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:29 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:18 [binutils-gdb] Move mkdir_recursive to common/filestuff.c sergiodj+buildbot
@ 2018-10-27 18:19 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:19 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1622: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:16 [binutils-gdb] Move make_temp_filename to common/pathstuff.c sergiodj+buildbot
@ 2018-10-27 18:16 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:16 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
  CXX    progspace.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1621: procfs.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-27 18:10 [binutils-gdb] Unify shell-finding logic sergiodj+buildbot
@ 2018-10-27 18:15 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:15 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    inferior.o
  CXX    inflow.o
  CXX    infrun.o
  CXX    inline-frame.o
  CXX    interps.o
  CXX    jit.o
  CXX    language.o
In file included from ../../binutils-gdb/gdb/infrun.c:26:0:
../../binutils-gdb/gdb/inferior.h: In function void handle_vfork_child_exec_or_exit(int):
../../binutils-gdb/gdb/inferior.h:567:26: warning: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_inferior (m_saved_inf); }
     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+40).scoped_restore_current_inferior::m_saved_inf was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../../binutils-gdb/gdb/inferior.h:49:0,
                 from ../../binutils-gdb/gdb/infrun.c:26:
../../binutils-gdb/gdb/progspace.h:285:31: warning: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace may be used uninitialized in this function [-Wmaybe-uninitialized]
   { set_current_program_space (m_saved_pspace); }
     ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
../../binutils-gdb/gdb/infrun.c:931:6: note: *((void*)(& maybe_restore_inferior)+32).scoped_restore_current_program_space::m_saved_pspace was declared here
      maybe_restore_inferior;
      ^~~~~~~~~~~~~~~~~~~~~~
  CXX    linespec.o
  CXX    location.o
  CXX    m2-exp.o
  CXX    m2-lang.o
  CXX    m2-typeprint.o
  CXX    m2-valprint.o
  CXX    macrocmd.o
  CXX    macroexp.o
  CXX    macroscope.o
  CXX    macrotab.o
  CXX    main.o
  CXX    maint.o
  CXX    mdebugread.o
  CXX    mem-break.o
  CXX    memattr.o
  CXX    memory-map.o
  CXX    memrange.o
  CXX    mi/mi-cmd-break.o
  CXX    mi/mi-cmd-catch.o
  CXX    mi/mi-cmd-disas.o
  CXX    mi/mi-cmd-env.o
  CXX    mi/mi-cmd-file.o
  CXX    mi/mi-cmd-info.o
  CXX    mi/mi-cmd-stack.o
  CXX    mi/mi-cmd-target.o
  CXX    mi/mi-cmd-var.o
  CXX    mi/mi-cmds.o
  CXX    mi/mi-common.o
  CXX    mi/mi-console.o
  CXX    mi/mi-getopt.o
  CXX    mi/mi-interp.o
  CXX    mi/mi-main.o
  CXX    mi/mi-out.o
  CXX    mi/mi-parse.o
  CXX    mi/mi-symbol-cmds.o
  CXX    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-exp.o
  CXX    p-lang.o
  CXX    p-typeprint.o
  CXX    p-valprint.o
  CXX    parse.o
  CXX    posix-hdep.o
  CXX    printcmd.o
  CXX    probe.o
  CXX    proc-api.o
  CXX    proc-events.o
  CXX    proc-flags.o
  CXX    proc-why.o
  CXX    procfs.o
  CXX    producer.o
  CXX    progspace-and-thread.o
../../binutils-gdb/gdb/procfs.c: In member function virtual void procfs_target::create_inferior(const char*, const string&, char**, int):
../../binutils-gdb/gdb/procfs.c:3038:28: error: get_shell was not declared in this scope
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
../../binutils-gdb/gdb/procfs.c:3038:28: note: suggested alternative: getusershell
   const char *shell_file = get_shell ();
                            ^~~~~~~~~
                            getusershell
  CXX    progspace.o
  CXX    prologue-value.o
gmake[2]: *** [Makefile:1621: procfs.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] 70+ 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:09 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ 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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-08 22:02 [binutils-gdb] Add FreeBSD/riscv architecture sergiodj+buildbot
@ 2018-10-08 22:03 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 22:03 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    solib-svr4.o
  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
cc1plus: all warnings being treated as errors
gmake[2]: *** [Makefile:1621: 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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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 21:57 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 21:57 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    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:1618: 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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-10-08 21:42 [binutils-gdb] Finding data member in virtual base class sergiodj+buildbot
@ 2018-10-08 21:42 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-10-08 21:42 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

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/Solaris11-sparcv9-m64/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    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:1618: 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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-09-23 16:28 [binutils-gdb] Handle missing Solaris auxv entries sergiodj+buildbot
@ 2018-09-24 10:12 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-09-24 10:12 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	3d282ac37064ec0105d3aa3f379f7fb8af98759c

Author(s) (in the same order as the commits):
	Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>

Subject:
	Handle missing Solaris auxv entries

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/3d/3d282ac37064ec0105d3aa3f379f7fb8af98759c/>

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

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

            ^~~~~~~
In file included from /usr/gcc/7/include/c++/7.3.0/ext/string_conversions.h:43:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/basic_string.h:6349,
                 from /usr/gcc/7/include/c++/7.3.0/string:52,
                 from ../../binutils-gdb/gdb/common/common-utils.h:23,
                 from ../../binutils-gdb/gdb/common/common-defs.h:101,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/gcc/7/include/c++/7.3.0/cstdio:130:11: error: 'int puts(const char*)' conflicts with a previous declaration
   using ::puts;
           ^~~~
In file included from /usr/gcc/7/lib/gcc/sparcv9-solaris2.11/7.3.0/include-fixed/stdio.h:75:0,
                 from build-gnulib/import/stdio.h:43,
                 from ../../binutils-gdb/gdb/common/common-defs.h:75,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/include/iso/stdio_iso.h:275:12: note: previous declaration 'int std::puts(const char*)'
 extern int puts(const char *);
            ^~~~
In file included from /usr/gcc/7/include/c++/7.3.0/ext/string_conversions.h:43:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/basic_string.h:6349,
                 from /usr/gcc/7/include/c++/7.3.0/string:52,
                 from ../../binutils-gdb/gdb/common/common-utils.h:23,
                 from ../../binutils-gdb/gdb/common/common-defs.h:101,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/gcc/7/include/c++/7.3.0/cstdio:132:11: error: 'int rename(const char*, const char*)' conflicts with a previous declaration
   using ::rename;
           ^~~~~~
In file included from /usr/gcc/7/lib/gcc/sparcv9-solaris2.11/7.3.0/include-fixed/stdio.h:75:0,
                 from build-gnulib/import/stdio.h:43,
                 from ../../binutils-gdb/gdb/common/common-defs.h:75,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/include/iso/stdio_iso.h:235:12: note: previous declaration 'int std::rename(const char*, const char*)'
 extern int rename(const char *, const char *);
            ^~~~~~
In file included from /usr/gcc/7/include/c++/7.3.0/ext/string_conversions.h:43:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/basic_string.h:6349,
                 from /usr/gcc/7/include/c++/7.3.0/string:52,
                 from ../../binutils-gdb/gdb/common/common-utils.h:23,
                 from ../../binutils-gdb/gdb/common/common-defs.h:101,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/gcc/7/include/c++/7.3.0/cstdio:134:11: error: 'int scanf(const char*, ...)' conflicts with a previous declaration
   using ::scanf;
           ^~~~~
In file included from /usr/gcc/7/lib/gcc/sparcv9-solaris2.11/7.3.0/include-fixed/stdio.h:75:0,
                 from build-gnulib/import/stdio.h:43,
                 from ../../binutils-gdb/gdb/common/common-defs.h:75,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/include/iso/stdio_iso.h:253:12: note: previous declaration 'int std::scanf(const char*, ...)'
 extern int scanf(const char *_RESTRICT_KYWD, ...);
            ^~~~~
In file included from /usr/gcc/7/include/c++/7.3.0/ext/string_conversions.h:43:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/basic_string.h:6349,
                 from /usr/gcc/7/include/c++/7.3.0/string:52,
                 from ../../binutils-gdb/gdb/common/common-utils.h:23,
                 from ../../binutils-gdb/gdb/common/common-defs.h:101,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/gcc/7/include/c++/7.3.0/cstdio:144:11: error: 'int vfprintf(std::FILE*, const char*, __va_list)' conflicts with a previous declaration
   using ::vfprintf;
           ^~~~~~~~
In file included from /usr/gcc/7/lib/gcc/sparcv9-solaris2.11/7.3.0/include-fixed/stdio.h:75:0,
                 from build-gnulib/import/stdio.h:43,
                 from ../../binutils-gdb/gdb/common/common-defs.h:75,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/include/iso/stdio_iso.h:259:12: note: previous declaration 'int std::vfprintf(std::FILE*, const char*, __va_list)'
 extern int vfprintf(FILE *_RESTRICT_KYWD, const char *_RESTRICT_KYWD,
            ^~~~~~~~
In file included from /usr/gcc/7/include/c++/7.3.0/ext/string_conversions.h:43:0,
                 from /usr/gcc/7/include/c++/7.3.0/bits/basic_string.h:6349,
                 from /usr/gcc/7/include/c++/7.3.0/string:52,
                 from ../../binutils-gdb/gdb/common/common-utils.h:23,
                 from ../../binutils-gdb/gdb/common/common-defs.h:101,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/gcc/7/include/c++/7.3.0/cstdio:145:11: error: 'int vprintf(const char*, __va_list)' conflicts with a previous declaration
   using ::vprintf;
           ^~~~~~~
In file included from /usr/gcc/7/lib/gcc/sparcv9-solaris2.11/7.3.0/include-fixed/stdio.h:75:0,
                 from build-gnulib/import/stdio.h:43,
                 from ../../binutils-gdb/gdb/common/common-defs.h:75,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/unittests/string_view-selftests.c:26:
/usr/include/iso/stdio_iso.h:261:12: note: previous declaration 'int std::vprintf(const char*, __va_list)'
 extern int vprintf(const char *_RESTRICT_KYWD, __va_list);
            ^~~~~~~
  CXX    unittests/unpack-selftests.o
  CXX    unittests/utils-selftests.o
gmake[2]: *** [Makefile:1618: unittests/string_view-selftests.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] 70+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE ***
  2018-09-23 15:49 [binutils-gdb] Bug 23686, two segment faults in nm sergiodj+buildbot
@ 2018-09-24  9:59 ` sergiodj+buildbot
  0 siblings, 0 replies; 70+ messages in thread
From: sergiodj+buildbot @ 2018-09-24  9:59 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-sparcv9

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

Commit(s) tested:
	30838132997e6a3cfe3ec11c58b32b22f6f6b102

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

Subject:
	Bug 23686, two segment faults in nm

Testsuite log (gdb.sum and gdb.log) URL(s):
	<http://gdb-build.sergiodj.net/results/Solaris11-sparcv9-m64/30/30838132997e6a3cfe3ec11c58b32b22f6f6b102/>

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

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

  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/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/posix-strerror.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
  CXX    common/signals-state-save-restore.o
  CXX    common/signals.o
  CXX    common/tdesc.o
  CXX    common/vec.o
  CXX    common/xml-utils.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
In file included from ../../binutils-gdb/gdb/cris-tdep.c:36:0:
../../binutils-gdb/gdb/../include/opcode/cris.h:34:0: error: "REG_SP" redefined [-Werror]
 #define REG_SP (14)
 
In file included from /usr/include/sys/ucontext.h:15:0,
                 from /usr/include/sys/signal.h:197,
                 from /usr/include/sys/procset.h:17,
                 from /usr/include/sys/wait.h:22,
                 from /usr/include/stdlib.h:16,
                 from /usr/gcc/7/include/c++/7.3.0/cstdlib:75,
                 from /usr/gcc/7/include/c++/7.3.0/stdlib.h:36,
                 from build-gnulib/import/stdlib.h:36,
                 from ../../binutils-gdb/gdb/common/common-defs.h:76,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/cris-tdep.c:23:
/usr/include/sys/regset.h:63:0: note: this is the location of the previous definition
 #define REG_SP REG_O6
 
In file included from ../../binutils-gdb/gdb/cris-tdep.c:36:0:
../../binutils-gdb/gdb/../include/opcode/cris.h:35:0: error: "REG_PC" redefined [-Werror]
 #define REG_PC (15)
 
In file included from /usr/include/sys/ucontext.h:15:0,
                 from /usr/include/sys/signal.h:197,
                 from /usr/include/sys/procset.h:17,
                 from /usr/include/sys/wait.h:22,
                 from /usr/include/stdlib.h:16,
                 from /usr/gcc/7/include/c++/7.3.0/cstdlib:75,
                 from /usr/gcc/7/include/c++/7.3.0/stdlib.h:36,
                 from build-gnulib/import/stdlib.h:36,
                 from ../../binutils-gdb/gdb/common/common-defs.h:76,
                 from ../../binutils-gdb/gdb/defs.h:28,
                 from ../../binutils-gdb/gdb/cris-tdep.c:23:
/usr/include/sys/regset.h:36:0: note: this is the location of the previous definition
 #define REG_PC (1)
 
  CXX    csky-tdep.o
  CXX    ctf.o
  CXX    d-exp.o
cc1plus: all warnings being treated as errors
make[2]: *** [Makefile:1618: cris-tdep.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build/gdb'
make[1]: *** [Makefile:8792: all-gdb] Error 2
make[1]: Leaving directory '/opt/gdb-buildbot/home/solaris11-sparcv9/solaris11-sparcv9-m64/build'
make: *** [Makefile:849: all] Error 2
============================




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

end of thread, other threads:[~2020-02-24  2:28 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-24 12:23 [binutils-gdb] Re-fix leak in source.c (open_source_file) sergiodj+buildbot
2018-11-24 12:43 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-24 12:47 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, " sergiodj+buildbot
2018-11-24 12:52 ` Failures on Fedora-i686, branch master sergiodj+buildbot
2018-11-24 12:55 ` Failures on RHEL-s390x-m64, " sergiodj+buildbot
2018-11-24 12:57 ` Failures on Debian-s390x-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-24 13:05 ` Failures on Ubuntu-Aarch64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-24 13:30 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " sergiodj+buildbot
2018-11-24 13:36 ` Failures on Debian-s390x-native-gdbserver-m64, " sergiodj+buildbot
2018-11-24 13:54 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2018-11-25 22:46 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " sergiodj+buildbot
2018-11-25 22:46 ` Failures on Fedora-x86_64-native-gdbserver-m64, " sergiodj+buildbot
2018-11-25 22:53 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " sergiodj+buildbot
2018-11-25 22:56 ` Failures on Fedora-x86_64-native-gdbserver-m32, " sergiodj+buildbot
2018-11-25 23:01 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  -- strict thread matches above, loose matches on Subject: below --
2020-02-24  3:04 [binutils-gdb] Remove the TUI annotation hack gdb-buildbot
2020-02-24  3:11 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2020-02-24  2:28 [binutils-gdb] Remove tui_set_win_with_focus gdb-buildbot
2020-02-24  3:04 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2020-02-24  2:28 [binutils-gdb] Change how TUI windows are instantiated gdb-buildbot
2020-02-24  2:23 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-12-13  1:00 [binutils-gdb] Move free_all_objfiles to program_space gdb-buildbot
2019-12-13  1:11 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-12-13  0:56 [binutils-gdb] Store objfiles on a std::list gdb-buildbot
2019-12-13  1:00 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-12-12 12:19 [binutils-gdb] Fix unused function error gdb-buildbot
2019-12-12 12:17 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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:30 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-09-13  1:14 [binutils-gdb] gdb/testsuite: Make use of exec_has_index_section function gdb-buildbot
2019-09-13  1:20 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-09-13  1:12 [binutils-gdb] gdb: Have 'maint info sections' print all sections again gdb-buildbot
2019-09-13  1:12 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-07-18  1:24 [binutils-gdb] Introduce reset_locator function in tui-layout.c gdb-buildbot
2019-07-18  1:25 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-07-18  1:11 [binutils-gdb] Always create an execution info window for a source window gdb-buildbot
2019-07-18  1:11 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** gdb-buildbot
2019-05-30 16:46 [binutils-gdb] Two comment fixes in gdbtypes.h sergiodj+buildbot
2019-05-30 20:18 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-30 14:19 [binutils-gdb] Initialize variable word in complete sergiodj+buildbot
2019-05-30 14:20 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-30 11:54 [binutils-gdb] Revert "Sync top level files with versions from gcc." sergiodj+buildbot
2019-05-30 12:04 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 21:49 [binutils-gdb] Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' sergiodj+buildbot
2019-05-29 21:52 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 17:24 [binutils-gdb] Fix failure in gdb.ada/complete.exp sergiodj+buildbot
2019-05-29 17:37 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:38 [binutils-gdb] Make some DWARF complaints clearer sergiodj+buildbot
2019-05-29 16:44 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:22 [binutils-gdb] Fix crash in cp_print_value_fields sergiodj+buildbot
2019-05-29 16:26 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 16:06 [binutils-gdb] Add new GCC 9 warnings to warnings.m4 sergiodj+buildbot
2019-05-29 16:06 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 15:38 [binutils-gdb] Add "set print finish" sergiodj+buildbot
2019-05-29 15:40 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 13:07 [binutils-gdb] Update release tools with libctf support sergiodj+buildbot
2019-05-29 13:15 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 12:50 [binutils-gdb] Sync top level files with versions from gcc sergiodj+buildbot
2019-05-29 13:02 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 11:42 [binutils-gdb] Do not build libctf for targets that do not use the ELF file format sergiodj+buildbot
2019-05-29 11:42 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29 10:40 [binutils-gdb] Fix libctf build on non-ELF targets sergiodj+buildbot
2019-05-29 10:43 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  1:29 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  1:10 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  1:04 [binutils-gdb] Remove find_old_style_renaming_symbol sergiodj+buildbot
2019-05-29  1:04 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  1:03 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-29  0:50 [binutils-gdb] libctf: build system sergiodj+buildbot
2019-05-29  0:39 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-05-08 17:01 [binutils-gdb] Fix style bug when paging sergiodj+buildbot
2019-05-08 17:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2019-01-07 13:26 [binutils-gdb] Sync libiberty sources with master version in gcc repository. Updated stabs demangling and cxxfilt tests to match sergiodj+buildbot
2019-01-07 13:29 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:52 [binutils-gdb] Fix a crash in jit.c sergiodj+buildbot
2018-12-28 23:54 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:46 [binutils-gdb] Document the "set style" commands sergiodj+buildbot
2018-12-28 23:46 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-12-28 23:31 [binutils-gdb] Highlight source code using GNU Source Highlight sergiodj+buildbot
2018-12-28 23:36 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-25 23:41 [binutils-gdb] Implement timestamp'ed output on "make check" sergiodj+buildbot
2018-11-25 23:42 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-25 23:04 [binutils-gdb] Remove obsolete comments from field_fmt sergiodj+buildbot
2018-11-25 23:29 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-23 14:34 [binutils-gdb] gdbserver: AArch64: Remove cannot_fetch/store_register sergiodj+buildbot
2018-11-23 14:46 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-23 14:22 [binutils-gdb] Remove declarations of is_running/is_stopped/is_exited sergiodj+buildbot
2018-11-23 14:28 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-22 16:58 [binutils-gdb] Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc sergiodj+buildbot
2018-11-22 16:50 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-11-20 16:57 [binutils-gdb] Avoid "Invalid parameter passed to C runtime function" warning sergiodj+buildbot
2018-11-20 16:58 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-29  8:24 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-28 11:34 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-27 20:59 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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-27 18:37 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:30 [binutils-gdb] Do not reopen temporary files sergiodj+buildbot
2018-10-27 18:36 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
2018-10-27 18:29 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:18 [binutils-gdb] Move mkdir_recursive to common/filestuff.c sergiodj+buildbot
2018-10-27 18:19 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:16 [binutils-gdb] Move make_temp_filename to common/pathstuff.c sergiodj+buildbot
2018-10-27 18:16 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-27 18:10 [binutils-gdb] Unify shell-finding logic sergiodj+buildbot
2018-10-27 18:15 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:07 [binutils-gdb] Add native target for FreeBSD/riscv sergiodj+buildbot
2018-10-08 22:09 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-08 22:02 [binutils-gdb] Add FreeBSD/riscv architecture sergiodj+buildbot
2018-10-08 22:03 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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 21:57 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, 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:42 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-23 16:28 [binutils-gdb] Handle missing Solaris auxv entries sergiodj+buildbot
2018-09-24 10:12 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
2018-09-23 15:49 [binutils-gdb] Bug 23686, two segment faults in nm sergiodj+buildbot
2018-09-24  9:59 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).