Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 301261 - dev-util/subversion-1.6.6 fails because of to old java-config
Summary: dev-util/subversion-1.6.6 fails because of to old java-config
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-17 08:48 UTC by Enrico Hörnig
Modified: 2010-01-17 12:55 UTC (History)
1 user (show)

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 Enrico Hörnig 2010-01-17 08:48:35 UTC
emerge of subversion-1.6.6 fails because of too old java-config:



Reproducible: Always

Steps to Reproduce:
1. use java-config 2.1.6
2. emerge subversion-1.6.6

Actual Results:  
subversion install process complains about missing java_config_2 file (sorry, don't know anymore what the file was exactly).

Expected Results:  
correct installation, updating java-config if need be

an emerge of java-config to 2.1.9-r2 did the trick, subversion installation succeeded; the ebuild should have a dependency to java-config or at least complain about it
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2010-01-17 12:53:51 UTC
The dependency comes from java eclasses so it's our issue.
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2010-01-17 12:54:22 UTC
I raised the eclass dependency to latest stable java-config:

betelgeuse@pena /usr/portage/eclass $ cvs commit -m "Raise the minimum java-config version to 2.1.9-r1 to solve #301261." java-utils-2.eclass
/var/cvsroot/gentoo-x86/eclass/java-utils-2.eclass,v  <--  java-utils-2.eclass
new revision: 1.131; previous revision: 1.130
Comment 3 Enrico Hörnig 2010-01-17 12:55:33 UTC
Thank you. Great and fast work. :-)