From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60492 invoked by alias); 7 Sep 2018 21:13:14 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 60469 invoked by uid 89); 7 Sep 2018 21:13:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=enter_scope, 850, new_scope, UD:compile-cplus-types.c 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; Fri, 07 Sep 2018 21:13:11 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Sun, 09 Sep 2018 04:14:00 -0000 Subject: *** COMPILATION FAILED *** Failures on Fedora-s390x-m64, branch master *** BREAKAGE *** From: sergiodj+buildbot@sergiodj.net X-GDB-Buildbot: 1 In-Reply-To: <078a020797210f4d8f9491bbfe16ec31e9efb652@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2018-q3/txt/msg06333.txt.bz2 Buildslave: marist-fedora-s390x Full Build URL: Commit(s) tested: 078a020797210f4d8f9491bbfe16ec31e9efb652 Author(s) (in the same order as the commits): Keith Seitz Subject: C++ compile support 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 observable.o CXX opencl-lang.o CXX osabi.o CXX osdata.o CXX p-lang.o CXX p-typeprint.o CXX p-valprint.o CXX parse.o CXX printcmd.o CXX probe.o CXX producer.o CXX progspace.o CXX progspace-and-thread.o CXX prologue-value.o CXX psymtab.o CXX record.o CXX record-btrace.o CXX record-full.o CXX regcache.o CXX regcache-dump.o CXX reggroups.o CXX registry.o CXX remote.o CXX remote-fileio.o CXX remote-notif.o CXX reverse.o CXX rust-lang.o CXX sentinel-frame.o CXX ser-event.o CXX serial.o CXX skip.o CXX solib.o CXX solib-target.o CXX source.o CXX stabsread.o CXX stack.o CXX std-regs.o CXX symfile.o CXX symfile-debug.o CXX symmisc.o CXX symtab.o CXX target.o CXX target-dcache.o CXX target-descriptions.o CXX target-memory.o CXX thread.o CXX thread-fsm.o CXX tid-parse.o CXX top.o CXX tracefile.o CXX tracefile-tfile.o CXX tracepoint.o CXX trad-frame.o CXX tramp-frame.o CXX target-float.o CXX typeprint.o CXX ui-file.o CXX ui-out.o CXX user-regs.o CXX utils.o CXX valarith.o CXX valops.o CXX valprint.o CXX value.o CXX varobj.o CXX xml-support.o CXX xml-syscall.o CXX xml-tdesc.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 CXX target/waitstatus.o CXX compile/compile.o CXX compile/compile-c-support.o CXX compile/compile-c-symbols.o CXX compile/compile-c-types.o CXX compile/compile-cplus-symbols.o CXX compile/compile-cplus-types.o ../../binutils-gdb/gdb/compile/compile-cplus-types.c: In member function void compile_cplus_instance::enter_scope(compile_scope&): ../../binutils-gdb/gdb/compile/compile-cplus-types.c:262:34: error: format %p expects argument of type void*, but argument 3 has type compile_scope [-Werror=format=] fprintf_unfiltered (gdb_stdlog, "entering new scope %p\n", new_scope); ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../binutils-gdb/gdb/compile/compile-cplus-types.c: In member function void compile_cplus_instance::leave_scope(): ../../binutils-gdb/gdb/compile/compile-cplus-types.c:306:34: error: format %p expects argument of type void*, but argument 3 has type compile_scope [-Werror=format=] fprintf_unfiltered (gdb_stdlog, "leaving scope %p\n", current); ^~~~~~~~~~~~~~~~~~~~ CXX compile/compile-loc2c.o cc1plus: all warnings being treated as errors make[2]: *** [Makefile:1629: compile/compile-cplus-types.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build/gdb' make[1]: *** [Makefile:8793: all-gdb] Error 2 make[1]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build' make: *** [Makefile:850: all] Error 2 ============================