From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1399 invoked by alias); 12 Dec 2019 12:54:05 -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 1309 invoked by uid 89); 12 Dec 2019 12:54:05 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.8 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 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, 12 Dec 2019 12:54:03 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Ubuntu-Aarch64-m64, revision 39f34d7b64ee76e07b82a3e57800905d249d8005 From: gdb-buildbot@sergiodj.net To: gdb-patches@sourceware.org To: gdb-patches@sourceware.org, Luis Machado In-Reply-To: <39f34d7b64ee76e07b82a3e57800905d249d8005-master-breakage@gdb-build> Message-Id: Date: Thu, 12 Dec 2019 12:54:00 -0000 X-SW-Source: 2019-12/txt/msg00515.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'Fix unused function error' Revision: 39f34d7b64ee76e07b82a3e57800905d249d8005 You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ +++ The full log is too big to be posted here. +++ These are the last 100 lines of it. mkdir -p -- unittests/.deps mkdir -p -- guile/.deps /bin/bash ../../binutils-gdb/gdb/../mkinstalldirs nat/.deps LEX ada-lex.c mkdir -p -- python/.deps YACC ada-exp.c mkdir -p -- target/.deps mkdir -p -- nat/.deps YACC c-exp.c YACC cp-name-parser.c YACC d-exp.c YACC f-exp.c CXX f-lang.o CXX f-typeprint.o CXX f-valprint.o /work/ubuntu-aarch64-m64/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr] /work/ubuntu-aarch64-m64/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr] CXX fbsd-tdep.o CXX filename-seen-cache.o CXX filesystem.o CXX findcmd.o 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-demangle.o CXX gdb_bfd.o CXX gdb_obstack.o CXX gdb_regex.o CXX gdbarch-selftests.o CXX gdbarch.o CXX gdbsupport/agent.o CXX gdbsupport/btrace-common.o CXX gdbsupport/buffer.o CXX gdbsupport/cleanups.o CXX gdbsupport/common-debug.o CXX gdbsupport/common-exceptions.o CXX gdbsupport/common-inferior.o CXX gdbsupport/common-regcache.o CXX gdbsupport/common-utils.o CXX gdbsupport/environ.o CXX gdbsupport/errors.o CXX gdbsupport/fileio.o CXX gdbsupport/filestuff.o CXX gdbsupport/format.o CXX gdbsupport/gdb-dlfcn.o CXX gdbsupport/gdb_tilde_expand.o CXX gdbsupport/gdb_vecs.o CXX gdbsupport/job-control.o CXX gdbsupport/netstuff.o CXX gdbsupport/new-op.o CXX gdbsupport/pathstuff.o CXX gdbsupport/print-utils.o CXX gdbsupport/ptid.o CXX gdbsupport/rsp-low.o CXX gdbsupport/run-time-clock.o CXX gdbsupport/safe-strerror.o CXX gdbsupport/scoped_mmap.o CXX gdbsupport/selftest.o CXX gdbsupport/signals-state-save-restore.o CXX gdbsupport/signals.o CXX gdbsupport/tdesc.o CXX gdbsupport/thread-pool.o CXX gdbsupport/xml-utils.o CXX gdbtypes.o CXX glibc-tdep.o CXX gnu-v2-abi.o CXX gnu-v3-abi.o YACC go-exp.c CXX go-lang.o CXX go-typeprint.o ../../binutils-gdb/gdb/gdbsupport/thread-pool.c:44:1: error: 'DIAGNOSTIC_IGNORE_UNUSED_FUNCTION' does not name a type; did you mean 'DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION'? DIAGNOSTIC_IGNORE_UNUSED_FUNCTION ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DIAGNOSTIC_IGNORE_STRINGOP_TRUNCATION ../../binutils-gdb/gdb/gdbsupport/thread-pool.c: In member function 'void gdb::thread_pool::thread_function()': ../../binutils-gdb/gdb/gdbsupport/thread-pool.c:142:52: error: invalid conversion from 'int (*)(pthread_t, const char*) throw () {aka int (*)(long unsigned int, const char*) throw ()}' to 'void (*)(const char*)' [-fpermissive] set_thread_name (pthread_setname_np, "gdb worker"); ^ ../../binutils-gdb/gdb/gdbsupport/thread-pool.c:57:1: note: initializing argument 1 of 'void set_thread_name(void (*)(const char*), const char*)' set_thread_name (void (*set_name) (const char *), const char *name) ^~~~~~~~~~~~~~~ CXX go-valprint.o Makefile:1660: recipe for target 'gdbsupport/thread-pool.o' failed make[2]: *** [gdbsupport/thread-pool.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/work/ubuntu-aarch64-m64/build/gdb' Makefile:9229: recipe for target 'all-gdb' failed make[1]: *** [all-gdb] Error 2 make[1]: Leaving directory '/work/ubuntu-aarch64-m64/build' Makefile:851: recipe for target 'all' failed make: *** [all] Error 2 program finished with exit code 2 elapsedTime=168.672371