From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23415 invoked by alias); 29 May 2019 20:37:42 -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 23251 invoked by uid 89); 29 May 2019 20:37:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.5 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,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; Wed, 29 May 2019 20:37:40 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Wed, 29 May 2019 22:30:00 -0000 Subject: *** COMPILATION FAILED *** Failures on NetBSD-x86_64-m64, branch master *** BREAKAGE *** From: sergiodj+buildbot@sergiodj.net X-GDB-Buildbot: 1 In-Reply-To: <955b06fa576df1a6954263043ea3f3a5b9ad5940@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2019-q2/txt/msg04696.txt.bz2 Buildslave: gdb-amd64-netbsd7 Full Build URL: Commit(s) tested: 955b06fa576df1a6954263043ea3f3a5b9ad5940 Author(s) (in the same order as the commits): Sergio Durigan Junior Subject: Don't crash is dwarf_decode_macro_bytes's 'body' is NULL, even when '!is_define' 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. checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../../binutils-gdb/libctf/../install-sh -c -d checking for gawk... awk checking whether gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU checking whether gmake supports nested variables... yes checking dependency style of gcc... gcc3 checking whether gmake sets $(MAKE)... (cached) yes checking for x86_64-unknown-netbsd8.0-gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking for x86_64-unknown-netbsd8.0-ranlib... ranlib checking for x86_64-unknown-netbsd8.0-ar... ar checking the archiver (ar) interface... ar checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for aclocal... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/binutils-gdb/missing aclocal-1.15 checking for autoconf... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/binutils-gdb/missing autoconf checking for autoheader... ${SHELL} /data/motusgdb/motus/netbsd-x86_64/binutils-gdb/missing autoheader checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wnarrowing... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -pedantic -Wlong-long... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether gcc supports -Wall... (cached) yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for library containing dlopen... none required checking for ELF support in BFD... no checking byteswap.h usability... no checking byteswap.h presence... no checking for byteswap.h... no checking for pread... yes configure: updating cache ./config.cache checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands gmake[2]: Entering directory '/data/motusgdb/motus/netbsd-x86_64/build/libctf' gmake all-am gmake[3]: Entering directory '/data/motusgdb/motus/netbsd-x86_64/build/libctf' gcc -DHAVE_CONFIG_H -I. -I../../binutils-gdb/libctf -D_GNU_SOURCE -I../../binutils-gdb/libctf -I../../binutils-gdb/libctf/../include -I../../binutils-gdb/libctf/../bfd -I../bfd -std=gnu99 -Wall -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -pedantic -Wno-long-long -g -D_GLIBCXX_DEBUG -MT ctf-archive.o -MD -MP -MF .deps/ctf-archive.Tpo -c -o ctf-archive.o ../../binutils-gdb/libctf/ctf-archive.c In file included from ../../binutils-gdb/libctf/ctf-impl.h:25:0, from ../../binutils-gdb/libctf/ctf-archive.c:20: ../../binutils-gdb/libctf/../include/ctf-api.h:68:3: error: unknown type name 'off64_t' off64_t cts_offset; /* File offset of this section (if any). */ ^ ../../binutils-gdb/libctf/ctf-archive.c: In function 'ctf_arc_write': ../../binutils-gdb/libctf/ctf-archive.c:173:3: warning: implicit declaration of function 'qsort_r' [-Wimplicit-function-declaration] qsort_r ((ctf_archive_modent_t *) ((char *) archdr ^ Makefile:403: recipe for target 'ctf-archive.o' failed gmake[3]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build/libctf' gmake[3]: *** [ctf-archive.o] Error 1 Makefile:321: recipe for target 'all' failed gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build/libctf' Makefile:10570: recipe for target 'all-libctf' failed gmake[1]: *** [all-libctf] Error 2 gmake[1]: Leaving directory '/data/motusgdb/motus/netbsd-x86_64/build' Makefile:928: recipe for target 'all' failed gmake: *** [all] Error 2 ============================