-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 4/15/11 10:28 PM, Luca Grandi wrote: > Sorry, here the output with the error at the end from installation just of > the ppl package. It is giving me the same error reported in my previous email > about root installation (requiring ppl-shlibs). > Regards > S > >
ppl and ppl-shlibs are built at the same time. It's absolutely impossible to do one without the other. The problem is here: > checking if /System/Library/Frameworks/JavaVM.framework/Home/bin/java > works... yes > checking for jar... /System/Library/Frameworks/JavaVM.framework/Home/bin/jar > checking for javah... > /System/Library/Frameworks/JavaVM.framework/Home/bin/javah > configure: WARNING: unable to include <jni.h> > checking whether jlong can contain data pointers... no At the same point, I get: checking if /System/Library/Frameworks/JavaVM.framework/Home/bin/java works... yes checking for jar... /System/Library/Frameworks/JavaVM.framework/Home/bin/jar checking for javah... /System/Library/Frameworks/JavaVM.framework/Home/bin/javah checking whether jlong can contain data pointers... yes This results in the java build section being skipped completely. Its lack leads to the missing ppl/ directory, which contains the Java files. It also is really hard to detect without comparing against a system where the build finishes. So the next place to look is in /sw/src/fink.build/ppl-0.10.2-8/ppl-0.10.2/build/config.log, at the java detection section. to see if there's more info. At that point, I get: configure:18212: checking if /System/Library/Frameworks/JavaVM.framework/Home/bin/java works configure:18249: /System/Library/Frameworks/JavaVM.framework/Home/bin/java Test configure:18252: $? = 0 configure:18265: result: yes configure:18321: checking for jar configure:18339: found /System/Library/Frameworks/JavaVM.framework/Home/bin/jar configure:18351: result: /System/Library/Frameworks/JavaVM.framework/Home/bin/jar configure:18416: checking for javah configure:18434: found /System/Library/Frameworks/JavaVM.framework/Home/bin/javah configure:18446: result: /System/Library/Frameworks/JavaVM.framework/Home/bin/javah configure:18469: g++ -E - -I/System/Library/Frameworks/JavaVM.framework/Home/include - -I/sw32/include conftest.cpp configure:18476: $? = 0 configure:18538: checking whether jlong can contain data pointers configure:18568: g++ -o conftest -Winvalid-pch -g -O2 -frounding-math - -g -O2 -pipe -fpch-preprocess -fPIC - -I/System/Library/Frameworks/JavaVM.framework/Home/include - -I/sw32/include -L/sw32/lib conftest.cpp >&5 configure:18572: $? = 0 configure:18578: ./conftest configure:18582: $? = 0 configure:18585: result: yes And do you have /Library/Java/JavaVirtualMachines/1.6.0_22-b04-307.jdk/Contents/Headers/jni.h and /System/Library/Frameworks/JavaVM.framework/Versions/A/Headers/jni.h ? - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk2pihUACgkQB8UpO3rKjQ8dtQCgnjuTKlNHfRm+YMC85Tl+5YiZ 70IAn3lay4WKiikSmiq9+9ADGYErZjOF =01U+ -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
