public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Remove tui_first_data_element_no_in_line
@ 2019-06-23 14:57 gdb-buildbot
  2019-06-23 15:40 ` Failures on Fedora-i686, branch master gdb-buildbot
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-23 14:57 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT f95675e12d3ab100ce11257a09663c68df7784ee ***

commit f95675e12d3ab100ce11257a09663c68df7784ee
Author:     Tom Tromey <tom@tromey.com>
AuthorDate: Sat Jun 22 11:50:19 2019 -0600
Commit:     Tom Tromey <tom@tromey.com>
CommitDate: Sat Jun 22 15:28:08 2019 -0600

    Remove tui_first_data_element_no_in_line
    
    tui_first_data_element_no_in_line is never used.  This patch removes
    it.  Tested by rebuilding, and by grep.
    
    gdb/ChangeLog
    2019-06-22  Tom Tromey  <tom@tromey.com>
    
            * tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
            declare.
            * tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 78ea6cfb3e..29c568f5d3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
 2019-06-22  Tom Tromey  <tom@tromey.com>
 
+	* tui/tui-windata.h (tui_first_data_element_no_in_line): Don't
+	declare.
+	* tui/tui-windata.c (tui_first_data_element_no_in_line): Remove.
+
+2019-06-22  Tom Tromey  <tom@tromey.com>
+
 	* tui/tui-data.h (tui_del_window, tui_del_data_windows): Don't
 	declare.
 	* tui/tui-data.c (tui_del_window, tui_del_data_windows): Remove.
diff --git a/gdb/tui/tui-windata.c b/gdb/tui/tui-windata.c
index 8616b6c47b..646adfbb74 100644
--- a/gdb/tui/tui-windata.c
+++ b/gdb/tui/tui-windata.c
@@ -64,23 +64,6 @@ tui_first_data_item_displayed (void)
 }
 
 
-/* Answer the index of the first element in line_no.  If line_no is
-   past the data area (-1) is returned.  */
-int
-tui_first_data_element_no_in_line (int line_no)
-{
-  int first_element_no = (-1);
-
-  /* First see if there is a register on line_no, and if so, set the
-     first element number.  */
-  if ((first_element_no = tui_first_reg_element_no_inline (line_no)) == -1)
-    { /* Looking at the general data, the 1st element on line_no.  */
-    }
-
-  return first_element_no;
-}
-
-
 /* Function to delete all the item windows in the data window.  This
    is usually done when the data window is scrolled.  */
 void
diff --git a/gdb/tui/tui-windata.h b/gdb/tui/tui-windata.h
index 63fca0dd28..56bf1ede9b 100644
--- a/gdb/tui/tui-windata.h
+++ b/gdb/tui/tui-windata.h
@@ -29,7 +29,6 @@ extern void tui_display_all_data (void);
 extern void tui_check_data_values (struct frame_info *);
 extern void tui_display_data_from_line (int);
 extern int tui_first_data_item_displayed (void);
-extern int tui_first_data_element_no_in_line (int);
 extern void tui_delete_data_content_windows (void);
 extern void tui_refresh_data_win (void);
 extern void tui_display_data_from (int, int);


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

* Failures on Fedora-i686, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
@ 2019-06-23 15:40 ` gdb-buildbot
  2019-06-24  4:17 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-23 15:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-i686

Worker:
        fedora-x86-64-3

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/18/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-i686/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/catch-syscall.exp: multiple targets: insert catch syscall on syscall 1 -- write on i386:x86-64
new FAIL: gdb.python/py-finish-breakpoint2.exp: check FinishBreakpoint in catch
new FAIL: gdb.python/py-finish-breakpoint2.exp: check finish BP removal
new FAIL: gdb.python/py-finish-breakpoint2.exp: continue to second exception
new FAIL: gdb.python/py-finish-breakpoint2.exp: set FinishBP after the exception
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs: deref_refs=true
new FAIL: gdb.python/py-format-string.exp: format_string: lang_cpp: a_base_ref with option deref_refs=True, static_members=False
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
new KFAIL: gdb.xml/tdesc-arch.exp: set tdesc filename tdesc-arch.xml
==============================================

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

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

        <http://gdb-buildbot.osci.io/results/Fedora-i686/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-i686/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-cc-with-index, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
  2019-06-23 15:40 ` Failures on Fedora-i686, branch master gdb-buildbot
@ 2019-06-24  4:17 ` gdb-buildbot
  2019-06-24 10:40 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-24  4:17 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-cc-with-index

Worker:
        fedora-x86-64-4

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/20/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** Diff to previous build ***
==============================================
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:

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-cc-with-index/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-m32, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
  2019-06-23 15:40 ` Failures on Fedora-i686, branch master gdb-buildbot
  2019-06-24  4:17 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
@ 2019-06-24 10:40 ` gdb-buildbot
  2019-06-24 10:40 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-24 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m32

Worker:
        fedora-x86-64-2

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/17/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** Diff to previous build ***
==============================================
new FAIL: gdb.base/corefile.exp: core-file warning-free
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:

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-m64, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
                   ` (2 preceding siblings ...)
  2019-06-24 10:40 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
@ 2019-06-24 10:40 ` gdb-buildbot
  2019-06-24 10:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-06-24 10:40 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-m64

Worker:
        fedora-x86-64-1

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/3/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** 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:

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-extended-gdbserver-m64, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
                   ` (3 preceding siblings ...)
  2019-06-24 10:40 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
@ 2019-06-24 10:44 ` gdb-buildbot
  2019-06-24 10:45 ` 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-24 10:44 UTC (permalink / raw)
  To: gdb-testers

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

Worker:
        fedora-x86-64-4

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/2/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** 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:

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-extended-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m32, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
                   ` (4 preceding siblings ...)
  2019-06-24 10:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
@ 2019-06-24 10:45 ` gdb-buildbot
  2019-06-24 10:51 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
  2019-07-09 16:57 ` *** 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-24 10:45 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m32

Worker:
        fedora-x86-64-2

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/24/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee

*** 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:

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m32/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.table.gz>


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

* Failures on Fedora-x86_64-native-gdbserver-m64, branch master
  2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
                   ` (5 preceding siblings ...)
  2019-06-24 10:45 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
@ 2019-06-24 10:51 ` gdb-buildbot
  2019-07-09 16:57 ` *** 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-24 10:51 UTC (permalink / raw)
  To: gdb-testers

Buildername:
        Fedora-x86_64-native-gdbserver-m64

Worker:
        fedora-x86-64-1

Full Build URL:
	http://gdb-buildbot.osci.io/#builders/22/builds/2

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

Testsuite logs (gdb.sum, gdb.log and others):
        http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee

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

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

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/xfail.gz>

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

        <http://gdb-buildbot.osci.io/results/Fedora-x86_64-native-gdbserver-m64/f9/f95675e12d3ab100ce11257a09663c68df7784ee/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-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
                   ` (6 preceding siblings ...)
  2019-06-24 10:51 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
@ 2019-07-09 16:57 ` gdb-buildbot
  7 siblings, 0 replies; 9+ messages in thread
From: gdb-buildbot @ 2019-07-09 16:57 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/6

Author:
        Tom Tromey <tom@tromey.com>

Commit tested:
        f95675e12d3ab100ce11257a09663c68df7784ee

Subject of commit:
        Remove tui_first_data_element_no_in_line

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

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

  cd noasan; \
  ar rc ./libiberty.a \
    ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o  ./mempcpy.o ./strverscmp.o; \
  ranlib ./libiberty.a; \
  cd ..; \
else true; fi
echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./d-demangle.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./vprintf-support.o ./rust-demangle.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xasprintf.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./xvasprintf.o > required-list
gmake[3]: Entering directory '/data/motusgdb/gdbosci/netbsd-x86_64/build/libiberty/testsuite'
gmake[3]: Nothing to be done for 'all'.
gmake[3]: Leaving directory '/data/motusgdb/gdbosci/netbsd-x86_64/build/libiberty/testsuite'
gmake[2]: Leaving directory '/data/motusgdb/gdbosci/netbsd-x86_64/build/libiberty'
gmake[2]: Entering directory '/data/motusgdb/gdbosci/netbsd-x86_64/build/intl'
rm -f stamp-h1
/bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
test -f config.h || (rm -f stamp-h1 && gmake stamp-h1)
cp ../../binutils-gdb/intl/libgnuintl.h libintl.h
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/bindtextdom.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcgettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dgettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/gettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/finddomain.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/loadmsgcat.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H -DLOCALE_ALIAS_PATH="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/localealias.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/textdomain.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/l10nflist.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/explodename.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H -DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcigettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dcngettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/dngettext.c
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl ../../binutils-gdb/intl/ngettext.c
bison -y --name-prefix=__gettext --output plural.c ../../binutils-gdb/intl/plural.y
../../binutils-gdb/intl/plural.y:46.1-12: warning: deprecated directive, use '%pure-parser' [-Wdeprecated]
 %pure_parser
 ^^^^^^^^^^^^
rm -f plural.h
gcc -c  -g -D_GLIBCXX_DEBUG  -DHAVE_CONFIG_H  -I. -I../../binutils-gdb/intl plural.c
In file included from ../../binutils-gdb/intl/plural.y:35:0:
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^
plural.c:184:5: note: in expansion of macro '__gettextparse'
 int __gettextparse (void);
     ^
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^
../../binutils-gdb/intl/plural-exp.h:102:23: error: conflicting types for 'libintl_gettextparse'
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural.y:40:25: note: in expansion of macro 'PLURAL_PARSE'
 # define __gettextparse PLURAL_PARSE
                         ^
plural.c:63:25: note: in expansion of macro '__gettextparse'
 #define yyparse         __gettextparse
                         ^
plural.c:1129:1: note: in expansion of macro 'yyparse'
 yyparse (void)
 ^
../../binutils-gdb/intl/plural-exp.h:102:23: note: previous declaration of 'libintl_gettextparse' was here
 # define PLURAL_PARSE libintl_gettextparse
                       ^
../../binutils-gdb/intl/plural-exp.h:114:12: note: in expansion of macro 'PLURAL_PARSE'
 extern int PLURAL_PARSE PARAMS ((void *arg));
            ^
plural.c: In function 'libintl_gettextparse':
plural.c:64:25: error: too few arguments to function '__gettextlex'
 #define yylex           __gettextlex
                         ^
plural.c:1298:16: note: in expansion of macro 'yylex'
       yychar = yylex (&yylval);
                ^
plural.c:64:25: note: declared here
 #define yylex           __gettextlex
                         ^
../../binutils-gdb/intl/plural.y:69:12: note: in expansion of macro 'yylex'
 static int yylex PARAMS ((YYSTYPE *lval, const char **pexp));
            ^
../../binutils-gdb/intl/plural.y:178:29: error: 'arg' undeclared (first use in this function)
      ((struct parse_args *) arg)->res = $1;
                             ^
../../binutils-gdb/intl/plural.y:178:29: note: each undeclared identifier is reported only once for each function it appears in
Makefile:133: recipe for target 'plural.o' failed
gmake[2]: *** [plural.o] Error 1
gmake[2]: Leaving directory '/data/motusgdb/gdbosci/netbsd-x86_64/build/intl'
Makefile:5629: recipe for target 'all-intl' failed
gmake[1]: *** [all-intl] Error 2
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=32.613742
==============================================


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 14:57 [binutils-gdb] Remove tui_first_data_element_no_in_line gdb-buildbot
2019-06-23 15:40 ` Failures on Fedora-i686, branch master gdb-buildbot
2019-06-24  4:17 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2019-06-24 10:40 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2019-06-24 10:40 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2019-06-24 10:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2019-06-24 10:45 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2019-06-24 10:51 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot
2019-07-09 16:57 ` *** 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).