Date: Fri, 27 Mar 2015 09:40:19 +0000 From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 196326] rubygem framework bug : building occurs in stage phase Message-ID: <bug-196326-21402-suBjTU8Aav@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196326-21402@https.bugs.freebsd.org/bugzilla/> References: <bug-196326-21402@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196326 --- Comment #4 from John Marino <marino@FreeBSD.org> --- I took a look at ${PREFIX}/lib/ruby/${ruby version}/rubygems/installer.rb Currently the extension building is part of the installer function, and there is no setting to make it work differently. However, I think it would be rather straightforward to add a new argument, e.g. "extensions-only=true" that would alter what the install routine does. So basically the idea would be to add "install" in the do-build with the "extension-only=true" argument set in the Mk/bsd.ruby.mk file. I think it's possible to make rubygems behave properly. I don't know ruby at all but I could probably figure this out in one sitting. I would think that somebody that actually knows ruby can do it faster. Who is the rubygem guru? or core team members? -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196326-21402-suBjTU8Aav>