| Bug#: 112119 | Product: Gentoo Linux | Version: unspecified | Platform: x86 |
| OS/Version: Linux | Status: RESOLVED | Severity: minor | Priority: P2 |
| Resolution: FIXED | Assigned To: pkdawson@gentoo.org | Reported By: mlangc@gmx.at | |
| Component: Library | |||
| URL: | |||
| Summary: classpath not set up correctly by ebuild for vtk-4.2.6 | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2005-11-10 14:46 0000 | |||
| Description: | Opened: 2005-11-10 14:46 0000 |
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.
This has been fixed in portage cvs. Thanks for reporting!