> On Mar 14, 2016, at 11:03 PM, Hanspeter Niederstrasser 
> <f...@snaggledworks.com> wrote:
> 
> ruby20 and ruby22 hardcode the coreutils executables gmkdir and ginstall into 
> rbconfig.rb if present at buildtime. Fink's grep gets the same treatment. 
> This then leads to buildtime failures of some ruby gems if coreutils (or 
> grep) has been removed:
> 
> make "DESTDIR=" install
> make: /sw/bin/gmkdir: Command not found
> Makefile:195: recipe for target '.RUBYARCHDIR.time' failed
> make: *** [.RUBYARCHDIR.time] Error 127
> 
> make install failed, exit code 2
> 
> Adding "ac_cv_path_mkdir=/bin/mkdir ac_cv_path_install=/usr/bin/install 
> ac_cv_path_GREP=/usr/bin/grep" to ruby22's configure parameters hardcodes the 
> system files.
> 
> The paths are hardcoded into /sw/lib/ruby/2.2/x86_64-darwin/rbconfig.rb to 
> verify.
> 
> Hanspeter

Sorry for the delay. I just added this to all rubys.

Thanks
Daniel

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to