From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41218 invoked by alias); 26 Oct 2017 09:30:39 -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 40828 invoked by uid 89); 26 Oct 2017 09:30:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-11.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,GIT_PATCH_3,KAM_LOTSOFHASH,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mga04.intel.com Received: from mga04.intel.com (HELO mga04.intel.com) (192.55.52.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 26 Oct 2017 09:30:23 +0000 Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 26 Oct 2017 02:30:21 -0700 X-ExtLoop1: 1 Received: from irsmsx105.ger.corp.intel.com ([163.33.3.28]) by fmsmga004.fm.intel.com with ESMTP; 26 Oct 2017 02:30:21 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.180]) by irsmsx105.ger.corp.intel.com ([163.33.3.28]) with mapi id 14.03.0319.002; Thu, 26 Oct 2017 10:30:10 +0100 From: "Tsimbalist, Igor V" To: "gdb-patches@sourceware.org" CC: "gdb-buildbot@sergiodj.net" , "Tsimbalist, Igor V" Subject: RE: Breakage on builder Fedora-s390x-m64, revision ff1982d53a1fba573e7f9a3b455f7644440cb336 Date: Thu, 26 Oct 2017 09:30:00 -0000 Message-ID: References: In-Reply-To: dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2017-10/txt/msg00800.txt.bz2 The was a fix for binutils breakage, commit is fe4e2a3c9281851c9da99a6e36a2= bc96e4279476. Igor > -----Original Message----- > From: gdb-buildbot@sergiodj.net [mailto:gdb-buildbot@sergiodj.net] > Sent: Thursday, October 26, 2017 9:25 AM > To: Tsimbalist, Igor V ; gdb- > patches@sourceware.org > Subject: Breakage on builder Fedora-s390x-m64, revision > ff1982d53a1fba573e7f9a3b455f7644440cb336 >=20 > Unfortunately it seems that there is a breakage on GDB. >=20 > Commit title: 'Enable Intel VPCLMULQDQ instruction.' > Revision: ff1982d53a1fba573e7f9a3b455f7644440cb336 >=20 > You can find more details below: >=20 > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ >=20 > Buildslave: > marist-fedora-s390x >=20 > Full Build URL: > m64/builds/6762> >=20 > Commit(s) tested: > ff1982d53a1fba573e7f9a3b455f7644440cb336 >=20 > Author(s) (in the same order as the commits): > Igor Tsimbalist >=20 > Subject: > Enable Intel VPCLMULQDQ instruction. >=20 > Testsuite log (gdb.sum and gdb.log) URL(s): > m64/ff/ff1982d53a1fba573e7f9a3b455f7644440cb336/> >=20 > *** Failed to compiled GDB. *** > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >=20 > +++ The full log is too big to be posted here. > +++ These are the last 100 lines of it. >=20 > checking netinet/tcp.h usability... yes > checking netinet/tcp.h presence... yes > checking for netinet/tcp.h... yes > checking arpa/inet.h usability... yes > checking arpa/inet.h presence... yes > checking for arpa/inet.h... yes > checking for pid_t... (cached) yes > checking for vfork.h... (cached) no > checking for fork... (cached) yes > checking for vfork... (cached) yes > checking for working fork... (cached) yes > checking for working vfork... (cached) yes > checking for getauxval... (cached) yes > checking for pread... (cached) yes > checking for pwrite... (cached) yes > checking for pread64... (cached) yes > checking for setns... (cached) yes > checking for ANSI C header files... (cached) yes > checking for working alloca.h... (cached) yes > checking for alloca... (cached) yes > checking for nl_langinfo and CODESET... (cached) yes > checking for linux/perf_event.h... (cached) yes > checking for locale.h... (cached) yes > checking for memory.h... (cached) yes > checking for signal.h... (cached) yes > checking for sys/resource.h... (cached) yes > checking for sys/socket.h... (cached) yes > checking for sys/syscall.h... (cached) yes > checking for sys/un.h... (cached) yes > checking for sys/wait.h... (cached) yes > checking for thread_db.h... (cached) yes > checking for wait.h... (cached) yes > checking for termios.h... (cached) yes > checking for termio.h... (cached) yes > checking for sgtty.h... (cached) yes > checking for fdwalk... (cached) no > checking for getrlimit... (cached) yes > checking for pipe... (cached) yes > checking for pipe2... (cached) yes > checking for socketpair... (cached) yes > checking for sigaction... (cached) yes > checking whether strerror is declared... (cached) yes > checking whether strstr is declared... (cached) yes > checking for sigsetjmp... (cached) yes > checking for sys/ptrace.h... (cached) yes > checking for ptrace.h... (cached) no > checking whether ptrace is declared... (cached) yes > checking return type of ptrace... (cached) long > checking types of arguments for ptrace... (cached) enum > __ptrace_request,int,long,long > checking for ust... no > 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=3Dmaybe-uninitialized - > Werror > checking for dladdr... yes > checking for long long... (cached) yes > checking size of long long... (cached) 8 > checking whether basename is declared... (cached) yes > checking whether ffs is declared... (cached) yes > checking whether asprintf is declared... (cached) yes > checking whether vasprintf is declared... (cached) yes > checking whether snprintf is declared... (cached) yes > checking whether vsnprintf is declared... (cached) yes > checking whether strtol is declared... (cached) yes > checking whether strtoul is declared... (cached) yes > checking whether strtoll is declared... (cached) yes > checking whether strtoull is declared... (cached) yes > checking whether strverscmp is declared... (cached) yes > checking whether strerror is declared... (cached) yes > checking whether perror is declared... yes > checking whether vasprintf is declared... (cached) yes > checking whether vsnprintf is declared... (cached) yes > checking for struct stat.st_blocks... (cached) yes > checking for struct stat.st_blksize... (cached) yes > checking for struct user_regs_struct.fs_base... (cached) no > checking for struct user_regs_struct.gs_base... (cached) no > checking for socklen_t... (cached) yes > checking for Elf32_auxv_t... yes > checking for Elf64_auxv_t... yes > checking for PTRACE_GETREGS... yes > checking for PTRACE_GETFPXREGS... no > checking for lwpid_t in sys/procfs.h... (cached) yes > checking for psaddr_t in sys/procfs.h... (cached) yes > checking for prgregset_t in sys/procfs.h... (cached) yes > checking for prfpregset_t in sys/procfs.h... (cached) yes > checking for elf_fpregset_t in sys/procfs.h... yes > checking for dlopen in -ldl... yes > checking for the dynamic export flag... -Wl,--dynamic-list > checking for TD_VERSION... yes > checking whether the target supports __sync_*_compare_and_swap... yes > checking whether ADDR_NO_RANDOMIZE is declared... (cached) yes > configure: updating cache .././config.cache > configure: creating ./config.status > config.status: creating Makefile > config.status: creating config.h > config.status: executing depdir commands > mkdir -p -- .deps > config.status: executing gdbdepdir commands > mkdir -p -- arch/.deps > make[1]: Leaving directory '/home/mjw/gdb/build/fedora-s390x/build' > Makefile:849: recipe for target 'all' failed > make: *** [all] Error 2 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D