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 ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ 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