First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 147594
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Java team <java@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Georg Sauthoff <g_sauthoff@web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 147594 depends on: Show dependency tree
Show dependency graph
Bug 147594 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-14 11:21 0000
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 From Jakub Moc (RETIRED) 2006-09-14 11:28:30 0000 -------
*** Bug 147595 has been marked as a duplicate of this bug. ***

------- Comment #2 From Josh Nichols 2006-09-14 12:25:51 0000 -------
Fixed in CVS. Thanks for reporting! 

------- Comment #3 From Vlastimil Babka (Caster) 2006-09-14 12:53:59 0000 -------
Meanwhile I rewrote the offending code in trunk not to use lexists(). So next
version can drop the 2.4 depend back. Unless you know of some other case it
fails :)

First Last Prev Next    No search results available      Search page      Enter new bug