From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37220 invoked by alias); 3 May 2018 06:45:42 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 36962 invoked by uid 89); 3 May 2018 06:45:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 03 May 2018 06:45:19 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Debian-s390x-native-extended-gdbserver-m64, revision f6ac5f3d63e03a81c4ff3749aba234961cc9090e From: gdb-buildbot@sergiodj.net To: Pedro Alves , gdb-patches@sourceware.org In-Reply-To: Message-Id: Date: Thu, 03 May 2018 06:45:00 -0000 X-SW-Source: 2018-05/txt/msg00037.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'Convert struct target_ops to C++' Revision: f6ac5f3d63e03a81c4ff3749aba234961cc9090e You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: debian-jessie-s390x-1 Full Build URL: Commit(s) tested: f6ac5f3d63e03a81c4ff3749aba234961cc9090e Author(s) (in the same order as the commits): Pedro Alves Subject: Convert struct target_ops to C++ Testsuite log (gdb.sum and gdb.log) URL(s): *** Failed to compiled GDB. *** ============================ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. CXX solib-svr4.o CXX sparc-linux-tdep.o CXX sparc-nbsd-tdep.o CXX sparc-obsd-tdep.o CXX sparc-ravenscar-thread.o CXX sparc-sol2-tdep.o CXX sparc-tdep.o CXX spu-multiarch.o CXX spu-tdep.o CXX symfile-mem.o CXX tic6x-linux-tdep.o CXX tic6x-tdep.o CXX tilegx-linux-tdep.o CXX tilegx-tdep.o CXX v850-tdep.o CXX vax-nbsd-tdep.o CXX windows-tdep.o CXX vax-tdep.o CXX x86-tdep.o CXX xcoffread.o CXX xstormy16-tdep.o CXX xtensa-config.o CXX xtensa-linux-tdep.o CXX xtensa-tdep.o CXX aarch64-fbsd-tdep.o CXX aarch64-linux-tdep.o CXX aarch64-newlib-tdep.o CXX aarch64-tdep.o CXX alpha-bsd-tdep.o CXX alpha-linux-tdep.o CXX alpha-mdebug-tdep.o CXX alpha-nbsd-tdep.o CXX alpha-obsd-tdep.o CXX alpha-tdep.o CXX amd64-darwin-tdep.o CXX amd64-dicos-tdep.o CXX amd64-fbsd-tdep.o CXX amd64-linux-tdep.o CXX amd64-nbsd-tdep.o CXX amd64-obsd-tdep.o CXX amd64-sol2-tdep.o CXX amd64-tdep.o CXX amd64-windows-tdep.o CXX arch/aarch64.o CXX arch/aarch64-insn.o CXX arch/amd64.o CXX ia64-linux-tdep.o CXX ia64-tdep.o CXX ia64-vms-tdep.o CXX mips64-obsd-tdep.o CXX sparc64-fbsd-tdep.o CXX sparc64-linux-tdep.o CXX sparc64-nbsd-tdep.o CXX sparc64-obsd-tdep.o CXX sparc64-sol2-tdep.o CXX sparc64-tdep.o CXX ser-base.o CXX ser-unix.o CXX ser-pipe.o CXX ser-tcp.o CXX inf-ptrace.o CXX fork-child.o CXX fork-inferior.o CXX proc-service.o CXX linux-thread-db.o CXX linux-nat.o CXX linux-osdata.o CXX linux-fork.o CXX linux-procfs.o CXX linux-ptrace.o CXX linux-waitpid.o CXX linux-personality.o CXX linux-namespaces.o CXX s390-linux-nat.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 ../../binutils-gdb/gdb/s390-linux-nat.c:125:7: error: conflicting return type specified for 'virtual int s390_linux_nat_target::have_continuable_watchpoint()' int have_continuable_watchpoint () { return 1; } ^ In file included from ../../binutils-gdb/gdb/inferior.h:40:0, from ../../binutils-gdb/gdb/s390-linux-nat.c:24: ../../binutils-gdb/gdb/target.h:534:18: error: overriding 'virtual bool target_ops::have_continuable_watchpoint()' virtual bool have_continuable_watchpoint () ^ Makefile:1613: recipe for target 's390-linux-nat.o' failed make[2]: *** [s390-linux-nat.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build/gdb' Makefile:8792: recipe for target 'all-gdb' failed make[1]: Leaving directory '/home/dje/debian-jessie-s390x-1/debian-s390x-native-extended-gdbserver/build' Makefile:849: recipe for target 'all' failed make[1]: *** [all-gdb] Error 2 make: *** [all] Error 2 ============================