From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127067 invoked by alias); 12 Aug 2015 12:05:20 -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 127058 invoked by uid 89); 12 Aug 2015 12:05:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 12 Aug 2015 12:05:19 +0000 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Date: Wed, 12 Aug 2015 12:05:00 -0000 Subject: Failures on Fedora-x86_64-cxx-build-m64, branch master From: sergiodj+buildbot@redhat.com X-GDB-Buildbot: 1 In-Reply-To: <1b7868733d45220e63b72a1814f30e090f761821@gdb-build> To: gdb-testers@sourceware.org Message-Id: X-SW-Source: 2015-q3/txt/msg06952.txt.bz2 Buildslave: fedora-x86-64-4 Full Build URL: Commit(s) tested: 1b7868733d45220e63b72a1814f30e090f761821 Author(s) (in the same order as the commits): H.J. Lu Subject: Remove trailing spaces in bfd 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. In file included from ../../binutils-gdb/gdb/common/common-defs.h:39:0, from ../../binutils-gdb/gdb/defs.h:28, from ../../binutils-gdb/gdb/solib-spu.c:21: ../../binutils-gdb/gdb/solib-spu.c: In function void spu_relocate_main_executable(int): ../../binutils-gdb/gdb/../include/libiberty.h:711:36: warning: invalid conversion from void* to section_offsets* [-fpermissive] # define alloca(x) __builtin_alloca(x) ^ ../../binutils-gdb/gdb/solib-spu.c:59:17: note: in expansion of macro alloca new_offsets = alloca (symfile_objfile->num_sections ^ ../../binutils-gdb/gdb/solib-spu.c: In function void append_ocl_sos(so_list**): ../../binutils-gdb/gdb/solib-spu.c:108:44: warning: invalid conversion from void* to CORE_ADDR* {aka long unsigned int*} [-fpermissive] ocl_program_addr_base = objfile_data (objfile, ocl_program_data_key); ^ ../../binutils-gdb/gdb/solib-spu.c: In function file_ptr spu_bfd_iovec_pread(bfd*, void*, void*, file_ptr, file_ptr): ../../binutils-gdb/gdb/solib-spu.c:298:55: warning: invalid conversion from void* to gdb_byte* {aka unsigned char*} [-fpermissive] ret = target_read_memory (addr + offset, buf, nbytes); ^ In file included from ../../binutils-gdb/gdb/target.h:65:0, from ../../binutils-gdb/gdb/exec.h:23, from ../../binutils-gdb/gdb/gdbcore.h:29, from ../../binutils-gdb/gdb/solib-spu.c:23: ../../binutils-gdb/gdb/target/target.h:35:12: note: initializing argument 2 of int target_read_memory(CORE_ADDR, gdb_byte*, ssize_t) extern int target_read_memory (CORE_ADDR memaddr, gdb_byte *myaddr, ^ ../../binutils-gdb/gdb/solib-spu.c: In function bfd* spu_bfd_fopen(char*, CORE_ADDR): ../../binutils-gdb/gdb/solib-spu.c:326:37: warning: invalid conversion from void* to CORE_ADDR* {aka long unsigned int*} [-fpermissive] CORE_ADDR *open_closure = xmalloc (sizeof (CORE_ADDR)); ^ In file included from ../../binutils-gdb/gdb/common/common-defs.h:39:0, from ../../binutils-gdb/gdb/defs.h:28, from ../../binutils-gdb/gdb/solib-spu.c:21: ../../binutils-gdb/gdb/solib-spu.c: In function bfd* spu_bfd_open(char*): ../../binutils-gdb/gdb/../include/libiberty.h:711:36: warning: invalid conversion from void* to char* [-fpermissive] # define alloca(x) __builtin_alloca(x) ^ ../../binutils-gdb/gdb/solib-spu.c:376:16: note: in expansion of macro alloca char *buf = alloca (sect_size - 20 + strlen (original_name) + 1); ^ ../../binutils-gdb/gdb/target.h: In function void VEC_static_tracepoint_marker_p_cleanup(void*): ../../binutils-gdb/gdb/common/vec.h:746:19: warning: invalid conversion from void* to VEC_static_tracepoint_marker_p** [-fpermissive] VEC(T) **vec_ = arg_; \ ^ ../../binutils-gdb/gdb/common/vec.h:430:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_P DEF_VEC_ALLOC_FUNC_P(T) \ ^ ../../binutils-gdb/gdb/target.h:259:1: note: in expansion of macro DEF_VEC_P DEF_VEC_P(static_tracepoint_marker_p); ^ ../../binutils-gdb/gdb/target.h: In function void VEC_memory_read_result_s_cleanup(void*): ../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_memory_read_result_s** [-fpermissive] VEC(T) **vec_ = arg_; \ ^ ../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O DEF_VEC_ALLOC_FUNC_O(T) \ ^ ../../binutils-gdb/gdb/target.h:307:1: note: in expansion of macro DEF_VEC_O DEF_VEC_O(memory_read_result_s); ^ ../../binutils-gdb/gdb/target.h: In function void VEC_memory_write_request_s_cleanup(void*): ../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_memory_write_request_s** [-fpermissive] VEC(T) **vec_ = arg_; \ ^ ../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O DEF_VEC_ALLOC_FUNC_O(T) \ ^ ../../binutils-gdb/gdb/target.h:1426:1: note: in expansion of macro DEF_VEC_O DEF_VEC_O(memory_write_request_s); ^ ../../binutils-gdb/gdb/progspace.h: In function void VEC_so_list_ptr_cleanup(void*): ../../binutils-gdb/gdb/common/vec.h:746:19: warning: invalid conversion from void* to VEC_so_list_ptr** [-fpermissive] VEC(T) **vec_ = arg_; \ ^ ../../binutils-gdb/gdb/common/vec.h:430:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_P DEF_VEC_ALLOC_FUNC_P(T) \ ^ ../../binutils-gdb/gdb/progspace.h:39:1: note: in expansion of macro DEF_VEC_P DEF_VEC_P (so_list_ptr); ^ ../../binutils-gdb/gdb/memrange.h: In function void VEC_mem_range_s_cleanup(void*): ../../binutils-gdb/gdb/common/vec.h:1056:19: warning: invalid conversion from void* to VEC_mem_range_s** [-fpermissive] VEC(T) **vec_ = arg_; \ ^ ../../binutils-gdb/gdb/common/vec.h:437:1: note: in expansion of macro DEF_VEC_ALLOC_FUNC_O DEF_VEC_ALLOC_FUNC_O(T) \ ^ ../../binutils-gdb/gdb/memrange.h:38:1: note: in expansion of macro DEF_VEC_O DEF_VEC_O(mem_range_s); ^ ../../binutils-gdb/gdb/spu-multiarch.c: In function gdbarch* spu_gdbarch(int): ../../binutils-gdb/gdb/spu-multiarch.c:100:18: warning: invalid conversion from void* to gdbarch_tdep_info* [-fpermissive] info.tdep_info = (void *) &spufs_fd; ^ make[2]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build/gdb' Makefile:8812: recipe for target 'all-gdb' failed make[1]: Leaving directory '/home/gdb-buildbot-2/fedora-x86-64-4/fedora-x86-64-cxx-build/build' make[1]: *** [all-gdb] Error 2 Makefile:845: recipe for target 'all' failed make: *** [all] Error 2 ============================