From owner-freebsd-ports@FreeBSD.ORG Mon Mar 24 15:35:20 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 0EACB1B6; Mon, 24 Mar 2014 15:35:20 +0000 (UTC) Received: from mail-pb0-x230.google.com (mail-pb0-x230.google.com [IPv6:2607:f8b0:400e:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D33572E3; Mon, 24 Mar 2014 15:35:19 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id md12so5611068pbc.35 for ; Mon, 24 Mar 2014 08:35:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:subject:from:date:to:cc :message-id; bh=xqV6F9Culv4K9uvej21/lDuOMaHhVz8YFEYHLB3y2ms=; b=JS5qqDnElNO89rzQtFWHz1fQySEanhWG/SZNFlLKIihXWaqtM70sQOGMqCFzbP/sbQ a01pwZhmsMkY0kbR4ok5NunCcSpbcAeE4Gy0w5GjaMkDx4zGCTksLfTdMqIU+Z5jIbkq TLIcvQrzP2QtW5h72CCLcQtdNJ2+aOiuF6pqOGxbUBhftcdNdc4dmQMNfyPyy4183U2k 5rzBYtT5O+9KH+YJk6QujfhhZsHHzoC16IoIoDCA6z+tvnDbCPJ346zTdC1Jw76HvHqs fmVOas5+LbelMqQpCGTOBSIUlItOsPDM9YJOTDtIMAhII4478CVxT/2He1C06n5T87F/ nGWw== X-Received: by 10.68.198.97 with SMTP id jb1mr70679189pbc.104.1395675319449; Mon, 24 Mar 2014 08:35:19 -0700 (PDT) Received: from [10.212.146.237] (50-201-129-78-static.hfc.comcastbusiness.net. [50.201.129.78]) by mx.google.com with ESMTPSA id x1sm27577758pbk.47.2014.03.24.08.35.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 24 Mar 2014 08:35:18 -0700 (PDT) User-Agent: K-9 Mail for Android In-Reply-To: <73962E64-42F0-4042-8647-2DE7C78005AB@FreeBSD.org> References: <73962E64-42F0-4042-8647-2DE7C78005AB@FreeBSD.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: Port devel/gdb broken on 11-CURRENT amd64. From: pizzamig Date: Mon, 24 Mar 2014 08:34:37 -0700 To: Mark R V Murray Message-ID: Cc: ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 15:35:20 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 I've already got a report about that, but I'm on holiday, without a CURRENT system, I cannot work on it right now... I guess CURRENT has a new clang version... On 24 marzo 2014 00:55:30 PDT, 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) >^ >elf64-aarch64.c:3228:1: error: unused function >'decode_cond_branch_ofs_19' [-Werror,-Wunused-function] >decode_cond_branch_ofs_19 (uint32_t insn) >^ >elf64-aarch64.c:3235:1: error: unused function 'decode_ld_lit_ofs_19' >[-Werror,-Wunused-function] >decode_ld_lit_ofs_19 (uint32_t insn) >^ >elf64-aarch64.c:3242:1: error: unused function >'decode_tst_branch_ofs_14' [-Werror,-Wunused-function] >decode_tst_branch_ofs_14 (uint32_t insn) >^ >elf64-aarch64.c:3249:1: error: unused function 'decode_movw_imm' >[-Werror,-Wunused-function] >decode_movw_imm (uint32_t insn) >^ >elf64-aarch64.c:3256:1: error: unused function 'decode_adr_imm' >[-Werror,-Wunused-function] >decode_adr_imm (uint32_t insn) >^ >elf64-aarch64.c:3263:1: error: unused function 'decode_add_imm' >[-Werror,-Wunused-function] >decode_add_imm (uint32_t insn) >^ >7 errors generated. >mv -f .deps/pei-i386.Tpo .deps/pei-i386.Plo >/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 coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c >-o coff64-rs6000.lo coff64-rs6000.c >gmake[5]: *** [elf64-aarch64.lo] Error 1 >gmake[5]: *** Waiting for unfinished jobs.... >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 >coff64-rs6000.lo -MD -MP -MF .deps/coff64-rs6000.Tpo -c coff64-rs6000.c >-o coff64-rs6000.o >mv -f .deps/pei-x86_64.Tpo .deps/pei-x86_64.Plo >mv -f .deps/coff-alpha.Tpo .deps/coff-alpha.Plo >mv -f .deps/coff-x86_64.Tpo .deps/coff-x86_64.Plo >mv -f .deps/coff64-rs6000.Tpo .deps/coff64-rs6000.Plo >mv -f .deps/aout64.Tpo .deps/aout64.Plo >mv -f .deps/elf.Tpo .deps/elf.Plo >mv -f .deps/elflink.Tpo .deps/elflink.Plo >gmake[5]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd' >gmake[4]: *** [all-recursive] Error 1 >gmake[4]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd' >gmake[3]: *** [all] Error 2 >gmake[3]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2/bfd' >gmake[2]: *** [all-bfd] Error 2 >gmake[2]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2' >gmake[1]: *** [all] Error 2 >gmake[1]: Leaving directory `/usr/ports/devel/gdb/work/gdb-7.6.2' >===> Compilation failed unexpectedly. >Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the >failure to >the maintainer. >*** Error code 1 > >Stop. >make: stopped in /usr/ports/devel/gdb > >-- >Mark R V Murray best regards, pizzamig -----BEGIN PGP SIGNATURE----- Version: APG v1.0.9 iQRLBAEBCAA1BQJTMFCKLhxMdWNhIFBpenphbWlnbGlvIDxsdWNhLnBpenphbWln bGlvQGdtYWlsLmNvbT4ACgkQQdIlJz23K0mwTh//Xop/sGcPk4xBdiv3hV3eMbaa 5uhdXm1hD6BZeXTMRpsI1VSlBtKQ2B1DNdklq2XTlTVNg287CvNZptb6l1PPL3XA wOk7rDB9faA1JGlWoUIwvoX2R/P4BIy2jaOlRLeQ9obO1BLTCLKHJOhgpiKPzUWX ibKVK7wx9zHTJW3jy4v+BPzynA36lQfnkZeay0ew8oNL9/qPXS50XaS88Zo6Da3b R7T17AbEs6KXinGhR1aAf368RFiMXZMh3vIDCOUp8kMi375l3a1gFiQBnCeFXm0e xJY1/bYJzjxhsA+Nf+ZA+mtv7za4967GN0vSR1uiuajq2pj8G7OCAt/Fdt+mSQNb p1N2HQHN5dzEzsjgPoD7JeYKoHywoA8+g08POSgVvahnQU+q1+74CFGtpYAXXnUn dfnVBiVmMq/JuqJlWKh6NvGKMwMJzaEJ6/VirUFILTdlc6ocCUpUgPhal/KcOYf4 C4WOMJD7Jn540+IdFe14G7usHnC3URS+t8ii52+SSUXtwMY1NBfPZbZzENH4w+Tb Y6gBNbKYxk2Qzzbg8v15oB1pWIDh7dPjoyFgtleBdxM2/nGYx9b+xV3pxDciwh4t zbKKzH7vFQB09Xq5PDhmPVk/itP/SjXVQGaLKCp0FFeI9nj11wyERieyEcJ7MV+O SzKz6/HZEtsLUXghheiV7gWFjSnYLqEqoiLZwGtXduYZH26v6mWKxmrditgr4Rtl ipv/5lJgCwDFOREvR8aUx044qxdOu8flzI4WStR4CCsykYg/9Op+ubzljJuw0IAM 8Eb38vBHArac6T8pT14y6zF4S1gXAzgcjCR0jzwIxxZH0uTH/a3f0C30FOpWRgzx N7YIj1v0vYTRHRu3HpC1SrT1nA4ynHJJFe7jFTCyd39RY54mMi5OlcKJOMMUDYL9 CTtyjScRzPhXr4FdXcGry6fHpAjfrYao//vjNZgyKXCj4soq6p5es5N/xF3O/oN+ hNyaCWD8WqGSiFBdnr6Gfe/q6n75dIhgo1xWUfpoh9Jfs9CQpUQamZhnr0gID/mk SC8YTmMo7uNj3cq9PYkkY0cwmejjLi7Kqt9hCUL05R6SVhf0DEuxUR1YIUXaoQA2 ubUqEiGY6IO5nk2KP4WFri2y0rbGAArIuUlY/zfXSeGQVk8TUeNebvuyL3TjtOFc TnAbgKJwFpF9E9B6emfE35ixtJwnR56hygFqVD5nYmzWfyu/BDZNVciBixSc/iOr iczr0/R4KIpd7gbcgO0KWuk8t3bZVav0ZOr7EveFfLrPU1BoPGxmNO18EOhQixlq yngJOjaXBOemtO231NL2JZu5Mef0OXiPGrRN/iIZpRTiHr+WArsX/H/+Y8bv2A== =9QiS -----END PGP SIGNATURE-----