From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 5 14:58:39 2015 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A4878F5 for ; Mon, 5 Jan 2015 14:58:39 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B54A66EE2 for ; Mon, 5 Jan 2015 14:58:39 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t05Ewc2X073917 for ; Mon, 5 Jan 2015 14:58:38 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196505] security/nettle broken with clang 3.5 for ARM Date: Mon, 05 Jan 2015 14:58:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pi@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 14:58:39 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196505 Bug ID: 196505 Summary: security/nettle broken with clang 3.5 for ARM Product: Ports & Packages Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: dim@FreeBSD.org Attachment #151351 maintainer-approval? Flags: Created attachment 151351 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151351&action=edit patch for asm fix clang3.5 does not support asm calls like this: /nxb-bin/usr/bin/cc -I. -I/usr/local/include -DHAVE_CONFIG_H -O -pipe -fno-strict-aliasing -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -fpic -c sha256-compress.s cc: warning: argument unused during compilation: '-I .' cc: warning: argument unused during compilation: '-I /usr/local/include' cc: warning: argument unused during compilation: '-D HAVE_CONFIG_H' cc: warning: argument unused during compilation: '-fno-strict-aliasing' cc: warning: argument unused during compilation: '-fpic' cc: warning: argument unused during compilation: '-MT sha256-compress.o' cc: warning: argument unused during compilation: '-MD' cc: warning: argument unused during compilation: '-MP' cc: warning: argument unused during compilation: '-MF sha256-compress.o.d' cc: warning: argument unused during compilation: '-fpic' sha256-compress.s:81:16: error: register expected str r0, [sp, +#64] ^ sha256-compress.s:946:16: error: register expected ldr r0, [sp, +#64] ^ Makefile:332: recipe for target 'sha256-compress.o' failed failure log: http://tasty.ysv.freebsd.org/data/11-armv6-11-armv6-ports/2015-01-05_05h10m36s/logs/errors/nettle-2.7.1.log with patch log: http://tasty.ysv.freebsd.org/data/11-armv6-11-armv6-ports/2015-01-05_05h13m54s/logs/nettle-2.7.1.log --- Comment #1 from Kurt Jaeger --- *** Bug 196506 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.