FS#19144 - [cmake] does not get java path's right due to missing /opt/java/bin in FindJava.cmake
Attached to Project:
Arch Linux
Opened by Leo Peschier (leepesjee) - Sunday, 18 April 2010, 01:30 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 April 2010, 22:05 GMT
Opened by Leo Peschier (leepesjee) - Sunday, 18 April 2010, 01:30 GMT
Last edited by Andrea Scarpino (BaSh) - Sunday, 18 April 2010, 22:05 GMT
|
Details
Description:
cmake uses /usr/share/cmake-2.8/Modules/FindJava.cmake to set path's to java libs and headers. There's a search list in FindJava.cmake, which misses /opt/java/bin. As the jdk package installs in /opt/java, the path's to java will not be set, as the java resources won't be found. I encountered this building vtk with cmake (see http://aur.archlinux.org/packages.php?ID=2912). Additional info: * package version(s) 2.8.1-2 * config and/or log files etc. Steps to reproduce: |
This task depends upon
I'll make a request in the cmake mailing list.
So we can close this, I guess. Sorry for the inconvenience.