From owner-freebsd-bugs@FreeBSD.ORG Sun Jan 25 16:55:48 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D3793A6 for ; Sun, 25 Jan 2015 16:55: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 60376A63 for ; Sun, 25 Jan 2015 16:55: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 t0PGtmXm061041 for ; Sun, 25 Jan 2015 16:55:48 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 197070] clang fails on attempting to build lang/ruby20 Date: Sun, 25 Jan 2015 16:55:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: venture37@geeklan.co.uk X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-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 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-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2015 16:55:48 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197070 Bug ID: 197070 Summary: clang fails on attempting to build lang/ruby20 Product: Base System Version: 11.0-CURRENT Hardware: arm OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: venture37@geeklan.co.uk Created attachment 152130 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=152130&action=edit Preprocessed source and associated run script Running r277486 on Raspberry Pi, attempting to build lang/ruby20 making encs compiling ./enc/trans/big5.c FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 Target: armv6--freebsd11.0-gnueabi Thread model: posix "/usr/bin/cc" -cc1 -triple armv6--freebsd11.0-gnueabi -emit-obj -mrelax-all -disable-free -main-file-name big5.c -mrelocation-model static -mdisable-fp-elim -masm-verbose -mconstructor-aliases -target-cpu arm1176jzf-s -target-feature +soft-float -target-feature +soft-float-abi -target-feature -neon -target-feature -crypto -target-abi aapcs-linux -msoft-float -mfloat-abi soft -v -dwarf-column-info -coverage-file /usr/ports/lang/ruby20/work/ruby-2.0.0-p598/enc/trans/big5.o -resource-dir /usr/bin/../lib/clang/3.5.1 -D ONIG_ENC_REGISTER=rb_enc_register -I . -I .ext/include/armv6-freebsd11 -I ./include -I . -I /usr/local/include -fdebug-compilation-dir /usr/ports/lang/ruby20/work/ruby-2.0.0-p598 -ferror-limit 19 -fmessage-length 0 -mstackrealign -fno-signed-char -fobjc-runtime=gnustep -fdiagnostics-show-option -o enc/trans/big5.o -x c ./enc/trans/big5.c clang -cc1 version 3.5.1 based upon LLVM 3.5.1 default target armv6-gnueabi-freebsd11.0 ignoring nonexistent directory "/usr/bin/../lib/clang/3.5.1/include" ignoring duplicate directory "." #include "..." search starts here: #include <...> search starts here: . .ext/include/armv6-freebsd11 ./include /usr/local/include /usr/include/clang/3.5.1 /usr/include End of search list. cc: error: unable to execute command: Killed cc: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.5.1 (tags/RELEASE_351/final 225668) 20150115 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/big5-806f23.c cc: note: diagnostic msg: /tmp/big5-806f23.sh cc: note: diagnostic msg: ******************** *** [enc/trans/big5.o] Error code 254 (ignored) linking transcoder big5.so cc: error: no such file or directory: 'enc/trans/big5.o' *** [.ext/armv6-freebsd11/enc/trans/big5.so] Error code 1 make[3]: stopped in /usr/ports/lang/ruby20/work/ruby-2.0.0-p598 1 error make[3]: stopped in /usr/ports/lang/ruby20/work/ruby-2.0.0-p598 *** [encs] Error code 2 make[2]: stopped in /usr/ports/lang/ruby20/work/ruby-2.0.0-p598 1 error make[2]: stopped in /usr/ports/lang/ruby20/work/ruby-2.0.0-p598 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/lang/ruby20 *** Error code 1 Stop. make: stopped in /usr/ports/lang/ruby20 -- You are receiving this mail because: You are the assignee for the bug.