Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 484650

Summary: dev-vcs/subversion-1.7.13 USE=-ruby - configure still looks for ruby
Product: Gentoo Linux Reporter: Priit Laes (IRC: plaes) <plaes>
Component: [OLD] DevelopmentAssignee: Thomas Sachau <tommy>
Status: RESOLVED UPSTREAM    
Severity: minor    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Priit Laes (IRC: plaes) 2013-09-12 05:29:36 UTC
When emerging dev-vcs/subversion-1.7.13 with USE=-ruby, following warnings are shown during configure:

[snip]
checking for ruby... (cached) /usr/bin/ruby18
checking rb_hash_foreach... ./configure: line 20777: /usr/bin/ruby18: No such file or directory
no
configure: WARNING: The detected Ruby is too old for Subversion to use
configure: WARNING: A Ruby which has rb_hash_foreach is required to use the
configure: WARNING: Subversion Ruby bindings
configure: WARNING: Upgrade to the official 1.8.2 release, or later
[/snip]
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-09-13 13:40:54 UTC
Doesn't look like it's fatal.
Comment 2 Thomas Sachau gentoo-dev 2013-09-15 11:04:31 UTC
This is just a warning, so it does not prevent anyone from building subversion without ruby support.

Feel free to report this upstream, so that the ruby check is only done with ruby support enabled.