Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 170627 - java-gnome.eclass doesnot reg libraries (sofiles) at all
Summary: java-gnome.eclass doesnot reg libraries (sofiles) at all
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on: 180353
Blocks:
  Show dependency tree
 
Reported: 2007-03-12 19:25 UTC by Serkan Kaba (RETIRED)
Modified: 2007-08-18 17:31 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 Serkan Kaba (RETIRED) gentoo-dev 2007-03-12 19:25:46 UTC
eclass doesnot call regso upon instalation which causes the resulting env files not to have a LIBRARY_PATH definition.

Reproducible: Always

Steps to Reproduce:
1.emerge any java-gnome component
2.
3.

Actual Results:  
env file does not have a LIBRARY_PATH definition.

Expected Results:  
env file should have a proper LIBRARY_PATH definition.

/usr/share/glib-java-0.2/package.env contents

DESCRIPTION="Java bindings for glib"
GENERATION="2"
CLASSPATH="/usr/share/glib-java-0.2/lib/glib0.2.jar"
VM=">=virtual/jre-1.4"
TARGET="1.4"
SOURCE="1.4"
JAVA_SOURCES="/usr/share/glib-java-0.2/sources//glib-java-src.zip"
MERGE_VM="sun-jdk-1.6"
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-03-12 19:36:53 UTC
Is this a big problem as java should find them in /usr/lib where they get installed? The next version bump will not use the eclasses any way as it will be just one ebuild so we should just make sure that it does the things properly.
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2007-03-12 20:06:56 UTC
(In reply to comment #1)
> Is this a big problem as java should find them in /usr/lib where they get

Could be a problem - bug 125563
 

Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-08-18 17:31:30 UTC
4.0.3 is only one package and does not use java-gnome.eclass any more so this bug can be marked as fixed.