Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484650 - dev-vcs/subversion-1.7.13 USE=-ruby - configure still looks for ruby
Summary: dev-vcs/subversion-1.7.13 USE=-ruby - configure still looks for ruby
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Thomas Sachau
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 05:29 UTC by Priit Laes (IRC: plaes)
Modified: 2013-09-15 11:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.