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 Debian-MIPS-m64, branch master


Buildslave:
	debian-jessie-mips-be-1

Full Build URL:
	<http://gdb-build.sergiodj.net/builders/Debian-MIPS-m64/builds/315>

Commit(s) tested:
	6ff0ba5f7b8a2b10642bbb233a32043595c55670

Author(s) (in the same order as the commits):
	Doug Evans <xdje42@gmail.com>

Subject:
	New /s modifier for the disassemble command.

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

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

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

     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < ada-exp.c.tmp > ada-exp.c
rm -f ada-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror `echo " -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral " | sed "s/ -Wold-style-definition / -Wno-old-style-definition /g"` \
	-c -o ada-exp.o -MT ada-exp.o -MMD -MP -MF .deps/ada-exp.Tpo `if test -f ada-exp.c; then echo ada-exp.c; else echo ../../binutils-gdb/gdb/ada-exp.c; fi`
rm -f jv-exp.c jv-exp.c.tmp
/bin/bash ../../binutils-gdb/gdb/../ylwrap ../../binutils-gdb/gdb/jv-exp.y y.tab.c jv-exp.c -- bison -y  && mv jv-exp.c jv-exp.c.tmp \
	|| (rm -f jv-exp.c; false)
sed -e '/extern.*malloc/d' \
     -e '/extern.*realloc/d' \
     -e '/extern.*free/d' \
     -e '/include.*malloc.h/d' \
     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < jv-exp.c.tmp > jv-exp.c
rm -f jv-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror -c -o jv-exp.o -MT jv-exp.o -MMD -MP -MF .deps/jv-exp.Tpo jv-exp.c
rm -f d-exp.c d-exp.c.tmp
/bin/bash ../../binutils-gdb/gdb/../ylwrap ../../binutils-gdb/gdb/d-exp.y y.tab.c d-exp.c -- bison -y  && mv d-exp.c d-exp.c.tmp \
	|| (rm -f d-exp.c; false)
sed -e '/extern.*malloc/d' \
     -e '/extern.*realloc/d' \
     -e '/extern.*free/d' \
     -e '/include.*malloc.h/d' \
     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < d-exp.c.tmp > d-exp.c
rm -f d-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror -c -o d-exp.o -MT d-exp.o -MMD -MP -MF .deps/d-exp.Tpo d-exp.c
rm -f f-exp.c f-exp.c.tmp
/bin/bash ../../binutils-gdb/gdb/../ylwrap ../../binutils-gdb/gdb/f-exp.y y.tab.c f-exp.c -- bison -y  && mv f-exp.c f-exp.c.tmp \
	|| (rm -f f-exp.c; false)
sed -e '/extern.*malloc/d' \
     -e '/extern.*realloc/d' \
     -e '/extern.*free/d' \
     -e '/include.*malloc.h/d' \
     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < f-exp.c.tmp > f-exp.c
rm -f f-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror -c -o f-exp.o -MT f-exp.o -MMD -MP -MF .deps/f-exp.Tpo f-exp.c
rm -f go-exp.c go-exp.c.tmp
/bin/bash ../../binutils-gdb/gdb/../ylwrap ../../binutils-gdb/gdb/go-exp.y y.tab.c go-exp.c -- bison -y  && mv go-exp.c go-exp.c.tmp \
	|| (rm -f go-exp.c; false)
sed -e '/extern.*malloc/d' \
     -e '/extern.*realloc/d' \
     -e '/extern.*free/d' \
     -e '/include.*malloc.h/d' \
     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < go-exp.c.tmp > go-exp.c
rm -f go-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror -c -o go-exp.o -MT go-exp.o -MMD -MP -MF .deps/go-exp.Tpo go-exp.c
rm -f m2-exp.c m2-exp.c.tmp
/bin/bash ../../binutils-gdb/gdb/../ylwrap ../../binutils-gdb/gdb/m2-exp.y y.tab.c m2-exp.c -- bison -y  && mv m2-exp.c m2-exp.c.tmp \
	|| (rm -f m2-exp.c; false)
/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/../../binutils-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr]
/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb/../../binutils-gdb/gdb/m2-exp.y:356.25-44: warning: rule useless in parser due to conflicts [-Wother]
                         { start_arglist(); }
                         ^^^^^^^^^^^^^^^^^^^^
sed -e '/extern.*malloc/d' \
     -e '/extern.*realloc/d' \
     -e '/extern.*free/d' \
     -e '/include.*malloc.h/d' \
     -e 's/\([^x]\)malloc/\1xmalloc/g' \
     -e 's/\([^x]\)realloc/\1xrealloc/g' \
     -e 's/\([ \t;,(]\)free\([ \t]*[&(),]\)/\1xfree\2/g' \
     -e 's/\([ \t;,(]\)free$/\1xfree/g' \
     -e '/^#line.*y.tab.c/d' \
  < m2-exp.c.tmp > m2-exp.c
rm -f m2-exp.c.tmp
gcc -g -O2   -I. -I../../binutils-gdb/gdb -I../../binutils-gdb/gdb/common -I../../binutils-gdb/gdb/config -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../binutils-gdb/gdb/../include/opcode -I../../binutils-gdb/gdb/../opcodes/.. -I../../binutils-gdb/gdb/../readline/.. -I../../binutils-gdb/gdb/../zlib -I../bfd -I../../binutils-gdb/gdb/../bfd -I../../binutils-gdb/gdb/../include -I../libdecnumber -I../../binutils-gdb/gdb/../libdecnumber  -I../../binutils-gdb/gdb/gnulib/import -Ibuild-gnulib/import    -I/usr/include/python2.7 -I/usr/include/python2.7 -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wpointer-sign -Wmissing-prototypes -Wdeclaration-after-statement -Wmissing-parameter-type -Wold-style-declaration -Wold-style-definition -Wformat-nonliteral -Werror -c -o m2-exp.o -MT m2-exp.o -MMD -MP -MF .deps/m2-exp.Tpo m2-exp.c
/tmp/cc3hyVWN.s: Assembler messages:
/tmp/cc3hyVWN.s:17849: Error: junk at end of line, first unrecognized character valued 0x19
/tmp/cc3hyVWN.s:36025: Error: unrecognized opcode `$lasf248:'
Makefile:1135: recipe for target 'm2-exp.o' failed
make[2]: Leaving directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build/gdb'
make[2]: *** [m2-exp.o] Error 1
Makefile:8813: recipe for target 'all-gdb' failed
make[1]: Leaving directory '/mips/proj/build-compiler/upstream-testing/mipsswbrd048/GDB-testing/debian-mips-m64/build'
Makefile:846: recipe for target 'all' failed
make[1]: *** [all-gdb] Error 2
make: *** [all] Error 2
============================




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