From owner-freebsd-ports@FreeBSD.ORG Mon Mar 24 08:07:22 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE0229B5; Mon, 24 Mar 2014 08:07:22 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 860C5FC5; Mon, 24 Mar 2014 08:07:21 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 41E05435C7; Mon, 24 Mar 2014 03:07:00 -0500 (CDT) Message-ID: <532FE792.4070203@marino.st> Date: Mon, 24 Mar 2014 09:06:42 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Mark R V Murray , luca.pizzamiglio@gmail.com Subject: Re: Port devel/gdb broken on 11-CURRENT amd64. References: <73962E64-42F0-4042-8647-2DE7C78005AB@FreeBSD.org> In-Reply-To: <73962E64-42F0-4042-8647-2DE7C78005AB@FreeBSD.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 08:07:22 -0000 On 3/24/2014 08:55, Mark R V Murray wrote: > /bin/sh ./libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_all_vecs -DBINDIR='"/usr/local/bin"' -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -O2 -pipe -DRL_NO_COMPAT -fno-strict-aliasing -std=gnu89 -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c -o coff-x86_64.lo coff-x86_64.c > libtool: compile: cc -DHAVE_CONFIG_H -I. -I. -I. -I./../include -DHAVE_all_vecs -DBINDIR=\"/usr/local/bin\" -I/usr/local/include -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Werror -O2 -pipe -DRL_NO_COMPAT -fno-strict-aliasing -std=gnu89 -MT coff-x86_64.lo -MD -MP -MF .deps/coff-x86_64.Tpo -c coff-x86_64.c -o coff-x86_64.o > elf64-aarch64.c:3221:1: error: unused function 'decode_branch_ofs_26' [-Werror,-Wunused-function] > decode_branch_ofs_26 (uint32_t insn) > [snip > make: stopped in /usr/ports/devel/gdb Please don't send a partial error log (especially without any introduction) to the mail ports@ list. Either mail the maintainer or write a PR as the first step. This problem is no more important than many of the 1600 open ports PRs right now. Thanks, John