From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 28 12:29:53 2014 Return-Path: Delivered-To: freebsd-ports-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 C3049AA0 for ; Tue, 28 Oct 2014 12:29:53 +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 9015A23B for ; Tue, 28 Oct 2014 12:29:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id s9SCTrVN008520 for ; Tue, 28 Oct 2014 12:29:53 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194658] New: lang/ruby-2.0.0-p576 fails to compile Date: Tue, 28 Oct 2014 12:29:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: marek.bedy@gmail.com X-Bugzilla-Status: Needs Triage 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 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: Tue, 28 Oct 2014 12:29:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194658 Bug ID: 194658 Summary: lang/ruby-2.0.0-p576 fails to compile Product: Ports Tree Version: Latest Hardware: amd64 OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: marek.bedy@gmail.com Created attachment 148732 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148732&action=edit ruby-2.0.0-p576.log installing default old_thread_select libraries --- ext/-test-/num2int/all --- cc: warning: argument unused during compilation: '-I .' cc: warning: argument unused during compilation: '-I ../../../.ext/include/amd64-freebsd10' cc: warning: argument unused during compilation: '-I ../../.././include' cc: warning: argument unused during compilation: '-I ../../.././ext/-test-/num2int' cc: warning: argument unused during compilation: '-I /usr/local/include' num2int.c:82:21: error: expected ')' sprintf(buf, "%"PRI_LL_PREFIX"d", rb_num2ll_inline(num)); ^ num2int.c:82:12: note: to match this '(' sprintf(buf, "%"PRI_LL_PREFIX"d", rb_num2ll_inline(num)); ^ num2int.c:94:21: error: expected ')' sprintf(buf, "%"PRI_LL_PREFIX"u", rb_num2ull(num)); ^ num2int.c:94:12: note: to match this '(' sprintf(buf, "%"PRI_LL_PREFIX"u", rb_num2ull(num)); ^ 2 errors generated. --- ext/-test-/old_thread_select/all --- --- old_thread_select.o --- compiling old_thread_select.c --- ext/-test-/num2int/all --- *** [num2int.o] Error code 1 make[4]: stopped in /usr/ports/lang/ruby20/work/ruby-2.0.0-p576/ext/-test-/num2int 1 error Log file attached. -- You are receiving this mail because: You are the assignee for the bug.