Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163728 - java-vm-2.eclass needs to provide LIBDIR for sablevm's env file
Summary: java-vm-2.eclass needs to provide LIBDIR for sablevm's env file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 163690
  Show dependency tree
 
Reported: 2007-01-25 09:14 UTC by Alistair Bush (RETIRED)
Modified: 2011-10-21 14:07 UTC (History)
0 users

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


Attachments
patch to replace @LIBDIR@ in vm's env file with the current arch's lib dir (java-home-in-lib-dir.patch,725 bytes, patch)
2007-01-25 09:15 UTC, Alistair Bush (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alistair Bush (RETIRED) gentoo-dev 2007-01-25 09:14:03 UTC
sablevm's JAVA_HOME is located within an arch's /usr/[lib|lib64] directory.

Currently the java-vm-2 eclass does not parse the env file to replace any references to LIBDIR to the env file.

As this is arch dependent it should be handled within the eclass.
Comment 1 Alistair Bush (RETIRED) gentoo-dev 2007-01-25 09:15:38 UTC
Created attachment 108107 [details, diff]
patch to replace @LIBDIR@ in vm's env file with the current arch's lib dir
Comment 2 William L. Thomson Jr. (RETIRED) gentoo-dev 2007-06-16 22:10:19 UTC
If this is only needed by sablevm than no need and we can close bug. From the looks it seems generic so would still have use once sablevm is gone.