Kevin Buckley <kevin.buckley.ecs.vuw.ac...@gmail.com> writes: > FLAC ? Ogg ? PulseAudio ? > > So then I read the way the dependencies have developed and it seems that it's > down to the requirement for Java, as satisfied in the CentOS 6.4 distro. > > --> Processing Dependency: java >= 1.6.0 for package: > gridengine-qmaster-8.1.3-1.el6.x86_64 > ... > --> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: > 1:java-1.6.0-openjdk-1.6.0.0-1.61.1.11.11.el6_4.x86_64 > > and so on?
Yes, generally annoying if you don't have Java installed for other purposes when there's no headless version. > However, does an SGE 8 qmaster actually NEED Java. or is it some > functionality that could be split out > from the core ? You can build the SRPM with "rpmbuild --without java" to avoid all java, including the DRMAA library and GUI installer as well as the JMX stuff in qmaster. I was going to say something else, but I've just checked the spec file, and I think the explicit dependency there is unnecessary, even if you have built it with jmx -- configuring the jvm thread should fail in an obvious way if you don't have libjvm. I also thought the rpm build pulled in java due to the .jars in the common gridengine package, but it doesn't. So yes, I think the dependency on Java is currently unnecessary, at least if the GUI installer is split out (which should require it). Thanks for questioning that. -- Community Grid Engine: http://arc.liv.ac.uk/SGE/ _______________________________________________ users mailing list users@gridengine.org https://gridengine.org/mailman/listinfo/users