From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 99000 invoked by alias); 12 Jan 2019 01:54:15 -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 98973 invoked by uid 89); 12 Jan 2019 01:54:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=BAYES_00,GIT_PATCH_3,KAM_NUMSUBJECT,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; Sat, 12 Jan 2019 01:54:13 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Fedora-x86_64-native-gdbserver-m64, revision 1ef8573cc77c91feeef3edab74d383d20809eb33 From: gdb-buildbot@sergiodj.net To: Andrew Burgess , gdb-patches@sourceware.org In-Reply-To: <1ef8573cc77c91feeef3edab74d383d20809eb33-master-breakage@gdb-build> Message-Id: Date: Sat, 12 Jan 2019 01:54:00 -0000 X-SW-Source: 2019-01/txt/msg00267.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'gdb: Improve scoped_switch_fork_info class' Revision: 1ef8573cc77c91feeef3edab74d383d20809eb33 You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: fedora-x86-64-3 Full Build URL: Commit(s) tested: 1ef8573cc77c91feeef3edab74d383d20809eb33 Author(s) (in the same order as the commits): Andrew Burgess Subject: gdb: Improve scoped_switch_fork_info class 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 findvar.o CXX fork-child.o CXX frame-base.o CXX frame-unwind.o CXX frame.o CXX frv-linux-tdep.o CXX frv-tdep.o CXX ft32-tdep.o CXX gcore.o CXX gdb-dlfcn.o CXX gdb_bfd.o CXX gdb_obstack.o CXX gdb_regex.o CXX gdb_usleep.o CXX gdbarch-selftests.o CXX gdbarch.o CXX gdbtypes.o CXX glibc-tdep.o CXX gnu-v2-abi.o CXX gnu-v3-abi.o CXX go-exp.o CXX go-lang.o CXX go-typeprint.o CXX go-valprint.o CXX guile/guile.o CXX guile/scm-arch.o CXX guile/scm-auto-load.o CXX guile/scm-block.o CXX guile/scm-breakpoint.o CXX guile/scm-cmd.o CXX guile/scm-disasm.o CXX guile/scm-exception.o CXX guile/scm-frame.o CXX guile/scm-gsmob.o CXX guile/scm-iterator.o CXX guile/scm-lazy-string.o CXX guile/scm-math.o CXX guile/scm-objfile.o CXX guile/scm-param.o CXX guile/scm-ports.o CXX guile/scm-pretty-print.o CXX guile/scm-progspace.o CXX guile/scm-safe-call.o CXX guile/scm-string.o CXX guile/scm-symbol.o CXX guile/scm-symtab.o CXX guile/scm-type.o CXX guile/scm-utils.o CXX guile/scm-value.o CXX h8300-tdep.o CXX hppa-bsd-tdep.o CXX hppa-linux-tdep.o CXX hppa-nbsd-tdep.o CXX hppa-obsd-tdep.o CXX hppa-tdep.o CXX i386-bsd-tdep.o CXX i386-cygwin-tdep.o CXX i386-darwin-tdep.o CXX i386-dicos-tdep.o CXX i386-fbsd-tdep.o CXX i386-gnu-tdep.o CXX i386-go32-tdep.o CXX i386-linux-tdep.o CXX i386-nbsd-tdep.o CXX i386-nto-tdep.o CXX i386-obsd-tdep.o CXX i386-sol2-tdep.o CXX i386-tdep.o CXX i387-tdep.o CXX ia64-linux-tdep.o CXX ia64-tdep.o CXX ia64-vms-tdep.o CXX inf-child.o CXX inf-loop.o CXX inf-ptrace.o CXX infcall.o CXX infcmd.o CXX inferior.o CXX inflow.o CXX infrun.o CXX inline-frame.o CXX interps.o CXX iq2000-tdep.o CXX jit.o CXX language.o CXX linespec.o CXX linux-fork.o CXX linux-nat.o CXX linux-record.o ../../binutils-gdb/gdb/linux-fork.c: In destructor scoped_switch_fork_info::~scoped_switch_fork_info(): ../../binutils-gdb/gdb/linux-fork.c:484:27: error: fp was not declared in this scope target_pid_to_str (fp->ptid), ex.message); ^~ make[2]: *** [Makefile:1641: linux-fork.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build/gdb' make[1]: *** [Makefile:8793: all-gdb] Error 2 make: *** [Makefile:850: all] Error 2 make[1]: Leaving directory '/home/gdb-buildbot/fedora-x86-64-3/fedora-x86-64-native-gdbserver/build' ============================