public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove an unnecessary NULL check from the TUI
@ 2019-06-25 18:56 gdb-buildbot
  2019-06-25 19:08 ` Failures on Fedora-i686, branch master gdb-buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 18:56 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT ec328aa512ee09ab326d59b417836bb950083230 ***

commit ec328aa512ee09ab326d59b417836bb950083230
Author:     Tom Tromey <tom@tromey.com>
AuthorDate: Sun Jun 16 10:23:10 2019 -0600
Commit:     Tom Tromey <tom@tromey.com>
CommitDate: Tue Jun 25 07:48:25 2019 -0600

    Remove an unnecessary NULL check from the TUI
    
    In init_and_make_win, opaque_win_info can't be NULL after a new window
    is allocated.  This patch removes an unnecessary NULL check.
    
    gdb/ChangeLog
    2019-06-25  Tom Tromey  <tom@tromey.com>
    
            * tui/tui-layout.c (init_and_make_win): Remove NULL check.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d01d1184d9..45415df087 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2019-06-25  Tom Tromey  <tom@tromey.com>
 
+	* tui/tui-layout.c (init_and_make_win): Remove NULL check.
+
+2019-06-25  Tom Tromey  <tom@tromey.com>
+
 	* tui/tui-data.h (struct tui_win_info): Make constructor
 	protected.  Make destructor virtual.  Add initializers.
 	(tui_source_window, tui_data_window, tui_cmd_window): New
diff --git a/gdb/tui/tui-layout.c b/gdb/tui/tui-layout.c
index bcae819e51..695c56012c 100644
--- a/gdb/tui/tui-layout.c
+++ b/gdb/tui/tui-layout.c
@@ -842,18 +842,16 @@ init_and_make_win (void *opaque_win_info,
   else
     generic = &((struct tui_win_info *) opaque_win_info)->generic;
 
-  if (opaque_win_info != NULL)
+  init_gen_win_info (generic, win_type, height, width, origin_x, origin_y);
+  if (!tui_win_is_auxillary (win_type))
     {
-      init_gen_win_info (generic, win_type, height, width, origin_x, origin_y);
-      if (!tui_win_is_auxillary (win_type))
-	{
-	  if (generic->type == CMD_WIN)
-	    ((struct tui_win_info *) opaque_win_info)->can_highlight = FALSE;
-	  else
-	    ((struct tui_win_info *) opaque_win_info)->can_highlight = TRUE;
-	}
-      tui_make_window (generic, box_it);
+      if (generic->type == CMD_WIN)
+	((struct tui_win_info *) opaque_win_info)->can_highlight = FALSE;
+      else
+	((struct tui_win_info *) opaque_win_info)->can_highlight = TRUE;
     }
+  tui_make_window (generic, box_it);
+
   return opaque_win_info;
 }
 


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

* Failures on Fedora-i686, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
@ 2019-06-25 19:08 ` gdb-buildbot
  2019-06-25 19:13 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:08 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-i686

Worker:
        fedora-x86-64-4

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-i686/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
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=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-i686/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-i686/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
  2019-06-25 19:08 ` Failures on Fedora-i686, branch master gdb-buildbot
  2019-06-25 19:13 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
@ 2019-06-25 19:13 ` gdb-buildbot
  2019-06-25 19:18 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-3

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-m32, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
  2019-06-25 19:08 ` Failures on Fedora-i686, branch master gdb-buildbot
@ 2019-06-25 19:13 ` gdb-buildbot
  2019-06-25 19:13 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:13 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m32

Worker:
        fedora-x86-64-2

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/corefile.exp: core-file warning-free
PASS -> KFAIL: gdb.threads/process-dies-while-handling-bp.exp: non_stop=off: cond_bp_target=0: inferior 1 exited
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-m64, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
                   ` (2 preceding siblings ...)
  2019-06-25 19:13 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2019-06-25 19:18 ` gdb-buildbot
  2019-06-25 19:25 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:18 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m64

Worker:
        fedora-x86-64-1

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
PASS -> FAIL: gdb.threads/process-dies-while-detaching.exp: single-process: continue: killed outside: continue
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://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-extended-gdbserver-m32, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
                   ` (3 preceding siblings ...)
  2019-06-25 19:18 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
@ 2019-06-25 19:25 ` gdb-buildbot
  2019-06-25 19:33 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:25 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-extended-gdbserver-m32

Worker:
        fedora-x86-64-4

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=main: mi=separate: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=main: force-fail=1: run failure detected
UNRESOLVED -> FAIL: gdb.mi/mi-exec-run.exp: inferior-tty=separate: mi=separate: force-fail=1: run failure detected
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
                   ` (4 preceding siblings ...)
  2019-06-25 19:25 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
@ 2019-06-25 19:33 ` gdb-buildbot
  2019-06-25 19:38 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  2019-07-09 18:06 ` *** COMPILATION FAILED *** Failures on NetBSD-x86_64-m64, branch master *** BREAKAGE *** gdb-buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:33 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-2

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/corefile.exp: core-file warning-free
==============================================

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

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
                   ` (5 preceding siblings ...)
  2019-06-25 19:33 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2019-06-25 19:38 ` gdb-buildbot
  2019-07-09 18:06 ` *** COMPILATION FAILED *** Failures on NetBSD-x86_64-m64, branch master *** BREAKAGE *** gdb-buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-25 19:38 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-1

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

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

Testsuite logs (gdb.sum, gdb.log and others):
        https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/ec/ec328aa512ee09ab326d59b417836bb950083230

*** Diff to previous build ***
==============================================
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://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.gz>

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

        <https://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/ec/ec328aa512ee09ab326d59b417836bb950083230/xfail.table.gz>


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

* *** COMPILATION FAILED *** Failures on NetBSD-x86_64-m64, branch master *** BREAKAGE ***
  2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
                   ` (6 preceding siblings ...)
  2019-06-25 19:38 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
@ 2019-07-09 18:06 ` gdb-buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-07-09 18:06 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        NetBSD-x86_64-m64

Worker:
        gdb-amd64-netbsd

Full Build URL:
	https://gdb-buildbot.osci.io/#builders/10/builds/24

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        ec328aa512ee09ab326d59b417836bb950083230

Subject of commit:
        Remove an unnecessary NULL check from the TUI

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

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

/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for ttrace... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for wborder... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for wresize... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for setlocale... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for iconvlist... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for libiconvlist... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for btowc... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for setrlimit... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for getrlimit... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for posix_madvise... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for waitpid... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for ptrace64... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for sigaltstack... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for setns... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for use_default_colors... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for nl_langinfo and CODESET... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for size_t... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create confdefs.h: directory nonexistent
checking for ANSI C header files... (cached) yes
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create confdefs.h: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for working alloca.h... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking for alloca... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create confdefs.h: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
checking whether `alloca.c' needs Cray hooks... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
sed: conftest.c: No such file or directory
checking stack direction for C alloca... -1
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create confdefs.h: directory nonexistent
checking for nl_langinfo and CODESET... (cached) no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.err: directory nonexistent
sed: conftest.c: No such file or directory
checking linux/perf_event.h usability... no
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.c: directory nonexistent
/data/motusgdb/gdbosci/netbsd-x86_64/binutils-gdb/gdb/configure: cannot create conftest.i: directory nonexistent
checking linux/perf_event.h presence... Makefile:9198: recipe for target 'configure-gdb' failed
gmake[1]: *** [configure-gdb] Error 1
gmake[1]: Leaving directory '/data/motusgdb/gdbosci/netbsd-x86_64/build'
Makefile:850: recipe for target 'all' failed
gmake: *** [all] Error 2
program finished with exit code 2
elapsedTime=196.890699
==============================================


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

end of thread, other threads:[~2019-07-09 17:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-25 18:56 [binutils-gdb] Remove an unnecessary NULL check from the TUI gdb-buildbot
2019-06-25 19:08 ` Failures on Fedora-i686, branch master gdb-buildbot
2019-06-25 19:13 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-06-25 19:13 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-06-25 19:18 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2019-06-25 19:25 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2019-06-25 19:33 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-06-25 19:38 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2019-07-09 18:06 ` *** COMPILATION FAILED *** Failures on NetBSD-x86_64-m64, branch master *** BREAKAGE *** gdb-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).