This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Failures on Fedora-i686, branch master


Buildslave:
	fedora-x86-64-3

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

Commit(s) tested:
	eec461d0a8e7ae14c7fe8f0196ab8d0e30285d83

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

Subject:
	[C++] Always use setjmp/longjmp for exceptions

Testsuite log (gdb.sum and gdb.log) URL(s):
	<Error fetching commit ID for eec461d0a8e7ae14c7fe8f0196ab8d0e30285d83>

*** 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 ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:0:
../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:62:26: error: expected , or ; before _GL_ATTRIBUTE_FORMAT_PRINTF
 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF
                          ^
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:293:25: note: in expansion of macro ATTRIBUTE_PRINTF
      ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (2, 0);
                         ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:76:0,
                 from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:294:13: error: storage class specified for parameter throw_vquit
 extern void throw_vquit (const char *fmt, va_list ap)
             ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:0:
../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:62:26: error: expected , or ; before _GL_ATTRIBUTE_FORMAT_PRINTF
 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF
                          ^
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:295:25: note: in expansion of macro ATTRIBUTE_PRINTF
      ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 0);
                         ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:76:0,
                 from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:296:13: error: storage class specified for parameter throw_error
 extern void throw_error (enum errors error, const char *fmt, ...)
             ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:0:
../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:62:26: error: expected , or ; before _GL_ATTRIBUTE_FORMAT_PRINTF
 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF
                          ^
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:297:25: note: in expansion of macro ATTRIBUTE_PRINTF
      ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (2, 3);
                         ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:76:0,
                 from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:298:13: error: storage class specified for parameter throw_quit
 extern void throw_quit (const char *fmt, ...)
             ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:0:
../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:62:26: error: expected , or ; before _GL_ATTRIBUTE_FORMAT_PRINTF
 #define ATTRIBUTE_PRINTF _GL_ATTRIBUTE_FORMAT_PRINTF
                          ^
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:299:25: note: in expansion of macro ATTRIBUTE_PRINTF
      ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);
                         ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:76:0,
                 from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:
../../../binutils-gdb/gdb/gdbserver/../common/common-exceptions.h:302:35: error: storage class specified for parameter exception_none
 extern const struct gdb_exception exception_none;
                                   ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:21:0:
../../../binutils-gdb/gdb/gdbserver/../common/format.h:33:1: error: empty declaration [-Werror]
 enum argclass
 ^
../../../binutils-gdb/gdb/gdbserver/../common/format.h:45:1: error: empty declaration [-Werror]
 struct format_piece
 ^
../../../binutils-gdb/gdb/gdbserver/../common/format.h:54:29: error: storage class specified for parameter parse_format_string
 extern struct format_piece *parse_format_string (const char **arg);
                             ^
../../../binutils-gdb/gdb/gdbserver/../common/format.h:59:13: error: storage class specified for parameter free_format_pieces
 extern void free_format_pieces (struct format_piece *frags);
             ^
../../../binutils-gdb/gdb/gdbserver/../common/format.h:63:13: error: storage class specified for parameter free_format_pieces_cleanup
 extern void free_format_pieces_cleanup (void *);
             ^
../../../binutils-gdb/gdb/gdbserver/../common/format.c:25:1: error: expected =, ,, ;, asm or __attribute__ before { token
 {
 ^
../../../binutils-gdb/gdb/gdbserver/../common/format.c:369:1: error: expected =, ,, ;, asm or __attribute__ before { token
 {
 ^
../../../binutils-gdb/gdb/gdbserver/../common/format.c:383:1: error: expected =, ,, ;, asm or __attribute__ before { token
 {
 ^
In file included from ../../../binutils-gdb/gdb/gdbserver/../common/common-defs.h:70:0,
                 from ../../../binutils-gdb/gdb/gdbserver/../common/format.c:20:
../../../binutils-gdb/gdb/gdbserver/../common/common-utils.h:51:7: error: old-style parameter declarations in prototyped function definition
 char *xstrprintf (const char *format, ...) ATTRIBUTE_PRINTF (1, 2);
       ^
../../../binutils-gdb/gdb/gdbserver/../common/format.c:394:1: error: expected { at end of input
 }
 ^
../../../binutils-gdb/gdb/gdbserver/../common/format.c:394:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors
Makefile:480: recipe for target 'format-ipa.o' failed
make[4]: *** [format-ipa.o] Error 1
make[4]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-i686/build/gdb/gdbserver'
Makefile:1501: recipe for target 'subdir_do' failed
make[3]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-i686/build/gdb'
make[3]: *** [subdir_do] Error 1
Makefile:1141: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-i686/build/gdb'
Makefile:8812: recipe for target 'all-gdb' failed
make[1]: *** [all-gdb] Error 2
make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-i686/build'
Makefile:845: recipe for target 'all' failed
make: *** [all] Error 2
============================




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]