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

Bug 147595

Summary: java-config-2.0.28-r1 should depend on python 2.4
Product: Gentoo Linux Reporter: Georg Sauthoff <g_sauthoff>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Georg Sauthoff 2006-09-14 11:25:35 UTC
Hi,

java-config-2 RDEPEND on python, but not on python >= 2.4. This is a problem because it uses os.path.lexists() (which is new in 2.4):
# java-config-2 --set-system-vm=sun-jdk-1.5
[..]
  File "/usr/share/java-config-2/pym/java_config/EnvironmentManager.py", line 217, in set_vm
    if os.path.lexists(target):
AttributeError: 'module' object has no attribute 'lexists'

Best regards
Georg Sauthoff
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 11:28:30 UTC

*** This bug has been marked as a duplicate of 147594 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-09-14 11:28:44 UTC
Dupe.