From owner-freebsd-arm@FreeBSD.ORG Thu Jan 1 04:08:48 2015 Return-Path: Delivered-To: freebsd-arm@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 86217271 for ; Thu, 1 Jan 2015 04:08:48 +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 673C764E36 for ; Thu, 1 Jan 2015 04:08:48 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t0148mib051658 for ; Thu, 1 Jan 2015 04:08:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-arm@FreeBSD.org Subject: [Bug 196412] New: [arm] clang3.5 crashes building audio/libmad Date: Thu, 01 Jan 2015 04:08:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: arm X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-arm@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 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-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2015 04:08:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196412 Bug ID: 196412 Summary: [arm] clang3.5 crashes building audio/libmad Product: Base System Version: 11.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: arm Assignee: freebsd-arm@FreeBSD.org Reporter: sbruno@FreeBSD.org root@11-armv6-11-armv6-ports:/wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b # make /nxb-bin/usr/bin/make all-recursive /bin/sh ./libtool --mode=compile /nxb-bin/usr/bin/cc -O -pipe -fno-strict-aliasing -c -o imdct_l_arm.lo imdct_l_arm.S /nxb-bin/usr/bin/cc -O -pipe -fno-strict-aliasing -c imdct_l_arm.S -fPIC -DPIC -o .libs/imdct_l_arm.o Unimplemented UNREACHABLE executed at /usr/local/poudriere/jails/11-armv6/usr/src/lib/clang/libllvmarmdesc/../../../contrib/llvm/lib/Target/ARM/MCTargetDesc/ARMELFObjectWriter.cpp:84! Stack dump: 0. Program arguments: /nxb-bin/usr/bin/cc -cc1as -triple armv6--freebsd11.0-gnueabi -filetype obj -main-file-name imdct_l_arm.S -target-cpu arm1176jzf-s -target-feature -neon -target-feature -crypto -fdebug-compilation-dir /wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b -dwarf-debug-producer FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 -o .libs/imdct_l_arm.o /tmp/imdct_l_arm-578a03.s 1. Program arguments: -triple armv6--freebsd11.0-gnueabi -filetype obj -main-file-name imdct_l_arm.S -target-cpu arm1176jzf-s -target-feature -neon -target-feature -crypto -fdebug-compilation-dir /wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b -dwarf-debug-producer FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 -o .libs/imdct_l_arm.o /tmp/imdct_l_arm-578a03.s cc: error: unable to execute command: Abort trap (core dumped) cc: error: clang integrated assembler command failed due to signal (use -v to see invocation) FreeBSD clang version 3.5.0 (tags/RELEASE_350/final 216957) 20141124 Target: armv6--freebsd11.0-gnueabi Thread model: posix cc: note: diagnostic msg: PLEASE submit a bug report to https://bugs.freebsd.org/submit/ and include the crash backtrace, preprocessed source, and associated run script. cc: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: cc: note: diagnostic msg: /tmp/imdct_l_arm-3ad840.S cc: note: diagnostic msg: /tmp/imdct_l_arm-3ad840.sh cc: note: diagnostic msg: ******************** *** Error code 1 Stop. make[2]: stopped in /wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b *** Error code 1 Stop. make[1]: stopped in /wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b *** Error code 1 Stop. make: stopped in /wrkdirs/usr/ports/audio/libmad/work/libmad-0.15.1b -- You are receiving this mail because: You are the assignee for the bug.