From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 82896 invoked by alias); 21 Oct 2017 14:36: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 82804 invoked by uid 89); 21 Oct 2017 14:36:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=tracker 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, 21 Oct 2017 14:36:13 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Breakage on builder Fedora-s390x-m64, revision b392b304b92ddd81ecfb4902c3fc3501ff90e999 From: gdb-buildbot@sergiodj.net To: Simon Marchi , gdb-patches@sourceware.org In-Reply-To: Message-Id: Date: Sat, 21 Oct 2017 14:36:00 -0000 X-SW-Source: 2017-10/txt/msg00696.txt.bz2 Unfortunately it seems that there is a breakage on GDB. Commit title: 'Remove leftover declarations in interps.h' Revision: b392b304b92ddd81ecfb4902c3fc3501ff90e999 You can find more details below: +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Buildslave: marist-fedora-s390x Full Build URL: Commit(s) tested: b392b304b92ddd81ecfb4902c3fc3501ff90e999 Author(s) (in the same order as the commits): Simon Marchi Subject: Remove leftover declarations in interps.h Testsuite log (gdb.sum and gdb.log) URL(s): *** Internal error on buildslave (no space left on device). *** *** Please report this to the buildslave owner (see ) *** *** Failed to compiled GDB. *** ============================ Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror Setting warning flags = -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wstack-usage=262144 -Werror ../../binutils-gdb/readline/complete.c:701:12: warning: implicit declaration of function wcwidth [-Wimplicit-function-declaration] ../../binutils-gdb/readline/display.c:768:15: warning: implicit declaration of function wcwidth [-Wimplicit-function-declaration] ../../binutils-gdb/readline/mbutil.c:122:12: warning: implicit declaration of function wcwidth [-Wimplicit-function-declaration] checking compiler warning flags... -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Werror checking compiler warning flags... -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-narrowing -Wno-error=maybe-uninitialized -Werror /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 42 shift/reduce conflicts [-Wconflicts-sr] /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/c-exp.y: warning: 53 reduce/reduce conflicts [-Wconflicts-rr] /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/m2-exp.y: warning: 34 shift/reduce conflicts [-Wconflicts-sr] /home/mjw/gdb/build/fedora-s390x/build/gdb/../../binutils-gdb/gdb/m2-exp.y:301.25-44: warning: rule useless in parser due to conflicts [-Wother] ../../binutils-gdb/gdb/cli/cli-cmds.c:332:48: warning: word may be used uninitialized in this function [-Wmaybe-uninitialized] ../../binutils-gdb/gdb/cli/cli-cmds.c:305:71: warning: tracker may be used uninitialized in this function [-Wmaybe-uninitialized] ../../binutils-gdb/gdb/breakpoint.c:5138:4: warning: e may be used uninitialized in this function [-Wmaybe-uninitialized] ============================