From owner-freebsd-ports-bugs@freebsd.org Wed Sep 9 17:25:31 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1595CA002C3 for ; Wed, 9 Sep 2015 17:25:31 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 ED3551847 for ; Wed, 9 Sep 2015 17:25:30 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t89HPUK9012240 for ; Wed, 9 Sep 2015 17:25:30 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 202999] devel/ruby-build: install 2.2.x fails Date: Wed, 09 Sep 2015 17:25:30 +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: tony@git-pull.com X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 17:25:31 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202999 Bug ID: 202999 Summary: devel/ruby-build: install 2.2.x fails Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: tony@git-pull.com CC: meta+ports@vmeta.jp Flags: maintainer-feedback?(meta+ports@vmeta.jp) CC: meta+ports@vmeta.jp Created attachment 160869 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=160869&action=edit Verbose build log output Also posted as issue at https://github.com/sstephenson/ruby-build/issues/805. $ pkg info ruby-build ruby-build-20150818 Name : ruby-build Version : 20150818 Installed on : Mon Sep 7 16:51:09 CDT 2015 Origin : devel/ruby-build Architecture : freebsd:11:* Prefix : /usr/local Categories : ruby devel Licenses : MIT Maintainer : meta+ports@vmeta.jp WWW : https://github.com/sstephenson/ruby-build Comment : Compile and install different ruby versions Options : RBENV : on Annotations : repo_type : binary repository : FreeBSD $ uname -a; freebsd-version FreeBSD z600 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r286893: Tue Aug 18 18:44:28 UTC 2015 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 11.0-CURRENT $ rbenv install 2.2.2 -v > ~/freebsd222build.log Downloading ruby-2.2.2.tar.gz... -> https://dqw8nmjcqpjn7.cloudfront.net/5ffc0f317e429e6b29d4a98ac521c3ce65481bfd22a8cf845fa02a7b113d9b44 load: 0.58 cmd: curl 46215 [select] 2.37r 0.07u 0.03s 1% 9184k giInstalling ruby-2.2.2... BUILD FAILED (FreeBSD 11.0-CURRENT using ruby-build 20150818) Inspect or clean up the working tree at /tmp/ruby-build.20150908103654.46184 Results logged to /tmp/ruby-build.20150908103654.46184.log Last 10 log lines: power_assert-0.2.2.gem installing rdoc: /usr/home/tony/.rbenv/versions/2.2.2/share/ri/2.2.0/system installing capi-docs: /usr/home/tony/.rbenv/versions/2.2.2/share/doc/ruby The Ruby readline extension was not compiled. ERROR: Ruby install aborted due to missing extensions Configure options used: --prefix=/usr/home/tony/.rbenv/versions/2.2.2 CFLAGS= -O3 -Wno-error=shorten-64-to-32 LDFLAGS=-L/usr/home/tony/.rbenv/versions/2.2.2/lib CPPFLAGS=-I/usr/home/tony/.rbenv/versions/2.2.2/include Verbose Log attached I have gmake installed. It also fails with MAKE=make set. -- You are receiving this mail because: You are the assignee for the bug.