Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112119 - classpath not set up correctly by ebuild for vtk-4.2.6
Summary: classpath not set up correctly by ebuild for vtk-4.2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Patrick Dawson (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 14:46 UTC by Matthias Langer
Modified: 2005-12-18 10:13 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 Matthias Langer 2005-11-10 14:46:26 UTC
The eubuild for vtk-4.2.6 adds
"/usr/share/${PN}/${PN}.jar"
to the classpath, but should instead add
"/usr/share/${PN}/lib/${PN}.jar"

Reproducible: Always
Steps to Reproduce:
1.emerge vtk with java support
2.try to compile a simple java example

Actual Results:  
something like:
Cone3.java:70: cannot find symbol
symbol  : class vtkRenderer


Expected Results:  
the classpath should have been set up correctly by the ebuild.
Comment 1 Markus Dittrich (RETIRED) gentoo-dev 2005-12-18 10:13:12 UTC
This has been fixed in portage cvs. Thanks for reporting!