(See my response the message "Can't build virtuoso under El Capitan" on 
fink-beginners)

If one installs Apple's JavaForOSX2015-001 package on OSX 10.11, it 
places the JavaVirtualMachines directory into /Library/Java and not into 
/System/Library/Java as it did on previous systems (for the same package!)

The result is that system-java16-dev shows up as not installed and 
packages builddepending on this cannot be installed. A fix would be to 
replace
if $javadir =~ /System/
by
if ($javadir =~ /System/ or $ver =~ /1.6.0/)
in VirtPackage.pm:438.

The jni headers are at the same place in 
/System/Library/Frameworks/JavaVM.framework/ as before.

-- 
Martin

------------------------------------------------------------------------------
_______________________________________________
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to