From owner-freebsd-ruby@FreeBSD.ORG Sat Feb 14 01:34:44 2015 Return-Path: Delivered-To: ruby@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 4060D5AA for ; Sat, 14 Feb 2015 01:34:44 +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 0E13E935 for ; Sat, 14 Feb 2015 01:34:44 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t1E1YhCS074215 for ; Sat, 14 Feb 2015 01:34:43 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 194327] lang/ruby20 fails to compile Date: Sat, 14 Feb 2015 01:34:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed 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 Some People X-Bugzilla-Who: dewayne@heuristicsystems.com.au X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: 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-ruby@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2015 01:34:44 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194327 dewayne@heuristicsystems.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dewayne@heuristicsystems.co | |m.au --- Comment #6 from dewayne@heuristicsystems.com.au --- Ruby20 builds successfully in another jail using amd64, however in the i386 jails (FreeBSD 10.1-STABLE #0 r278144M: Wed Feb 4 05:08:40 AEDT 2015) the package does not build. Command sequence to build is rm -R /var/ports/usr/ports/* /usr/staging/* cd /usr/ports/lang/ruby20 make -DBATCH package Result is ===> Building package for ruby-2.0.0.598_2,1 /usr/local/lib/libyaml-0.so.2.0.4 /usr/local/lib/libcrypto.so.8 pkg-static: Unable to access file /usr/staging/usr/local/include/ruby-2.0/ruby/dl.h: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/i386-freebsd10/dl.so: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/i386-freebsd10/dl/callback.so: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/callback.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/cparser.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/func.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/import.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/pack.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/stack.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/struct.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/types.rb: No such file or directory pkg-static: Unable to access file /usr/staging/usr/local/lib/ruby/2.0/dl/value.rb: No such file or directory *** Error code 1 -- You are receiving this mail because: You are the assignee for the bug.