public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Use mkostemp, not mkstemp
@ 2018-10-27 18:24 sergiodj+buildbot
  2018-10-27 18:29 ` *** COMPILATION FAILED *** Failures on Solaris11-sparcv9-m64, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:24 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT b3279b601e67ce47263082ef86cfc86e25607c5e ***

Author: Tom Tromey <tom@tromey.com>
Branch: master
Commit: b3279b601e67ce47263082ef86cfc86e25607c5e

Use mkostemp, not mkstemp

I noticed that gdb could leak file descriptors coming from mkstemp.
This patch fixes the problem by importing the gnulib mkostemp instead,
and then changing gdb to pass O_CLOEXEC.

A small gnulib patch was needed.  This has already been accepted
upstream.

gdb/ChangeLog
2018-10-27  Tom Tromey  <tom@tromey.com>

	* unittests/scoped_mmap-selftests.c (test_normal): Use
	gdb_mkostemp_cloexec.
	* unittests/scoped_fd-selftests.c (test_destroy, test_release):
	Use gdb_mkostemp_cloexec.
	* gnulib/aclocal-m4-deps.mk, gnulib/aclocal.m4,
	gnulib/config.in, gnulib/configure,
	gnulib/import/Makefile.am, gnulib/import/Makefile.in,
	gnulib/import/m4/gnulib-cache.m4,
	gnulib/import/m4/gnulib-comp.m4: Update.
	* gnulib/import/m4/mkostemp.m4: New file.
	* gnulib/import/m4/mkstemp.m4: Remove.
	* gnulib/import/mkostemp.c: New file.
	* gnulib/import/mkstemp.m4: Remove.
	* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
	mkstemp, add mkostemp.  Apply new patch.
	* gnulib/import/stdlib.in.h: Apply patch.
	* gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-error-in-C-mode-o.patch:
	New file.
	* dwarf-index-write.c (write_psymtabs_to_index): Use
	gdb_mkostemp_cloexec.
	* common/filestuff.h (gdb_mkostemp_cloexec): New function.


^ permalink raw reply	[flat|nested] 11+ 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
  2018-10-27 18:44 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ 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] 11+ messages in thread

* *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, branch master *** BREAKAGE ***
  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:44 ` sergiodj+buildbot
  2018-10-27 19:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 18:44 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	solaris11-amd64

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

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-amd64-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
  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-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] 11+ messages in thread

* Failures on RHEL-s390x-m64, branch master
  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:44 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
@ 2018-10-27 19:46 ` sergiodj+buildbot
  2018-10-28  1:47 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-27 19:46 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/8681>

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/RHEL-s390x-m64/b3/b3279b601e67ce47263082ef86cfc86e25607c5e/>

*** Diff to previous build ***
============================
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/RHEL-s390x-m64/xfails/master/xfail?id=3813e63e>

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

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




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

* Failures on Fedora-s390x-m64, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (2 preceding siblings ...)
  2018-10-27 19:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
@ 2018-10-28  1:47 ` sergiodj+buildbot
  2018-10-31 12:18 ` Failures on Fedora-i686, " sergiodj+buildbot
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-28  1:47 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	marist-fedora-s390x

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

*** Diff to previous build ***
============================
new FAIL: gdb.server/ext-run.exp: setting breakpoint at main
============================


*** 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=bda5971e>

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




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

* Failures on Fedora-i686, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (3 preceding siblings ...)
  2018-10-28  1:47 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
@ 2018-10-31 12:18 ` sergiodj+buildbot
  2018-10-31 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 12:18 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

*** 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=off: cond_bp_target=1: 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-i686/xfails/master/xfail?id=f72ecb42>

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




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

* *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE ***
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (4 preceding siblings ...)
  2018-10-31 12:18 ` Failures on Fedora-i686, " sergiodj+buildbot
@ 2018-10-31 12:21 ` sergiodj+buildbot
  2018-10-31 14:40 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 12:21 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-2

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

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

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

  CXX    amd64-sol2-tdep.o
  CXX    amd64-tdep.o
  CXX    amd64-windows-nat.o
  CXX    amd64-windows-tdep.o
  CXX    annotate.o
  CXX    arc-tdep.o
  CXX    arch-utils.o
  CXX    arch/aarch64-insn.o
  CXX    arch/aarch64.o
  CXX    arch/amd64.o
  CXX    arch/arm-get-next-pcs.o
  CXX    arch/arm-linux.o
  CXX    arch/arm.o
  CXX    arch/i386.o
  CXX    arch/ppc-linux-common.o
  CXX    arm-bsd-tdep.o
  CXX    arm-fbsd-tdep.o
  CXX    arm-linux-tdep.o
  CXX    arm-nbsd-tdep.o
  CXX    arm-obsd-tdep.o
  CXX    arm-symbian-tdep.o
  CXX    arm-tdep.o
  CXX    arm-wince-tdep.o
  CXX    auto-load.o
  CXX    auxv.o
  CXX    avr-tdep.o
  CXX    ax-gdb.o
  CXX    ax-general.o
  CXX    bcache.o
  CXX    bfd-target.o
  CXX    bfin-linux-tdep.o
  CXX    bfin-tdep.o
  CXX    block.o
  CXX    blockframe.o
  CXX    break-catch-sig.o
  CXX    break-catch-syscall.o
  CXX    break-catch-throw.o
  CXX    breakpoint.o
  CXX    bsd-uthread.o
  CXX    btrace.o
  CXX    build-id.o
  CXX    buildsym-legacy.o
  CXX    buildsym.o
  CXX    c-exp.o
  CXX    c-lang.o
  CXX    c-typeprint.o
  CXX    c-valprint.o
  CXX    c-varobj.o
  CXX    charset.o
  CXX    cli-out.o
  CXX    cli/cli-cmds.o
  CXX    cli/cli-decode.o
  CXX    cli/cli-dump.o
  CXX    cli/cli-interp.o
  CXX    cli/cli-logging.o
  CXX    cli/cli-script.o
  CXX    cli/cli-setshow.o
  CXX    cli/cli-utils.o
  CXX    coff-pe-read.o
  CXX    coffread.o
  CXX    common/agent.o
  CXX    common/btrace-common.o
  CXX    common/buffer.o
  CXX    common/cleanups.o
  CXX    common/common-debug.o
  CXX    common/common-exceptions.o
  CXX    common/common-regcache.o
  CXX    common/common-utils.o
  CXX    common/environ.o
  CXX    common/errors.o
  CXX    common/fileio.o
  CXX    common/filestuff.o
  CXX    common/format.o
  CXX    common/gdb_tilde_expand.o
  CXX    common/gdb_vecs.o
  CXX    common/job-control.o
  CXX    common/mingw-strerror.o
  CXX    common/netstuff.o
  CXX    common/new-op.o
  CXX    common/pathstuff.o
  CXX    common/print-utils.o
  CXX    common/ptid.o
  CXX    common/rsp-low.o
  CXX    common/run-time-clock.o
../../binutils-gdb/gdb/common/netstuff.c: In function 'parsed_connection_spec parse_connection_spec(const char*, addrinfo*)':
../../binutils-gdb/gdb/common/netstuff.c:148:18: error: 'AF_LOCAL' was not declared in this scope
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
../../binutils-gdb/gdb/common/netstuff.c:148:18: note: suggested alternative: 'CF_LOCALE'
       { "unix:", AF_LOCAL,  SOCK_STREAM },
                  ^~~~~~~~
                  CF_LOCALE
  CXX    common/scoped_mmap.o
make[2]: *** [Makefile:1620: common/netstuff.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build/gdb'
make[1]: *** [Makefile:8480: all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-2/fedora-x86-64-mingw32/build'
make: *** [Makefile:857: all] Error 2
============================




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

* Failures on Fedora-x86_64-m32, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (5 preceding siblings ...)
  2018-10-31 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
@ 2018-10-31 14:40 ` sergiodj+buildbot
  2018-10-31 14:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-4

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/ext-attach.exp: attach to remote program 2
PASS -> FAIL: gdb.server/ext-attach.exp: backtrace with no program
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
new FAIL: gdb.server/ext-wrapper.exp: setting breakpoint at marker
PASS -> FAIL: gdb.server/server-kill.exp: continue to breakpoint: after server_pid assignment
PASS -> FAIL: gdb.server/server-kill.exp: p server_pid
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=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-m32/xfails/master/xfail?id=31648968>

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-m32/xfails/master/xfail.table?id=31648968>




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

* Failures on Fedora-x86_64-m64, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (6 preceding siblings ...)
  2018-10-31 14:40 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
@ 2018-10-31 14:40 ` sergiodj+buildbot
  2018-10-31 15:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
  2018-11-01  8:54 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 14:40 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.server/connect-with-no-symbol-file.exp: sysroot=: action=delete: setup: adjust sysroot
new FAIL: gdb.server/ext-restart.exp: setting breakpoint at main
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=0: inferior 1 exited
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-m64/xfails/master/xfail?id=6282d182>

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-m64/xfails/master/xfail.table?id=6282d182>




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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (7 preceding siblings ...)
  2018-10-31 14:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
@ 2018-10-31 15:25 ` sergiodj+buildbot
  2018-11-01  8:54 ` Failures on Ubuntu-Aarch64-m64, " sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-10-31 15:25 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	fedora-x86-64-1

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

Commit(s) tested:
	b3279b601e67ce47263082ef86cfc86e25607c5e

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

Subject:
	Use mkostemp, not mkstemp

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

*** Diff to previous build ***
============================
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-cc-with-index/xfails/master/xfail?id=4b1c024f>

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-cc-with-index/xfails/master/xfail.table?id=4b1c024f>




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

* Failures on Ubuntu-Aarch64-m64, branch master
  2018-10-27 18:24 [binutils-gdb] Use mkostemp, not mkstemp sergiodj+buildbot
                   ` (8 preceding siblings ...)
  2018-10-31 15:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
@ 2018-11-01  8:54 ` sergiodj+buildbot
  9 siblings, 0 replies; 11+ messages in thread
From: sergiodj+buildbot @ 2018-11-01  8:54 UTC (permalink / raw)
  To: gdb-testers

Buildslave:
	ubuntu16-aarch64

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

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/Ubuntu-Aarch64-m64/b3/b3279b601e67ce47263082ef86cfc86e25607c5e/>

*** Diff to previous build ***
============================
PASS -> FAIL: gdb.threads/multi-create.exp: continue to breakpoint 16
============================


*** 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=e5cda6ba>

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




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

end of thread, other threads:[~2018-11-01  8:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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:44 ` *** COMPILATION FAILED *** Failures on Solaris11-amd64-m64, " sergiodj+buildbot
2018-10-27 19:46 ` Failures on RHEL-s390x-m64, branch master sergiodj+buildbot
2018-10-28  1:47 ` Failures on Fedora-s390x-m64, " sergiodj+buildbot
2018-10-31 12:18 ` Failures on Fedora-i686, " sergiodj+buildbot
2018-10-31 12:21 ` *** COMPILATION FAILED *** Failures on Fedora-x86_64-w64-mingw32, branch master *** BREAKAGE *** sergiodj+buildbot
2018-10-31 14:40 ` Failures on Fedora-x86_64-m32, branch master sergiodj+buildbot
2018-10-31 14:40 ` Failures on Fedora-x86_64-m64, " sergiodj+buildbot
2018-10-31 15:25 ` Failures on Fedora-x86_64-cc-with-index, " sergiodj+buildbot
2018-11-01  8:54 ` Failures on Ubuntu-Aarch64-m64, " 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).