[kaffe] Darwin 7 Not working?

Guilhem Lavaux guilhem at kaffe.org
Thu Dec 30 06:41:16 PST 2004


Michael Franz wrote:

>Hi,
>
>I have been trying to build HEAD and am having problems on darwin 7. 
>This is the output from make check.
>
>  
>

Hi,

I've seen that this may be due to the subsystem which guesses the type 
of error when loading a native library from the error string.
What happens if you apply the attached patch ? The problem is that we 
weaken the condition... the ideal would be to test the existence using 
access or a system equivalent. Maybe we'll have to add a generic method 
which we'll implement in replace.

Regards,

Guilhem Lavaux.

>Making check in compile_time
>Internal error: caught an unexpected exception.
>Please check your CLASSPATH and your installation.
>java/lang/UnsatisfiedLinkError: dlcompat: file
>"/Users/mfranz/development/kaffe-dev/intrp/kaffe/libraries/clib/native/libnio.so"
>not found
>        at java.lang.Runtime.linkLibrary(Runtime.java:native)
>        at java.lang.Runtime.loadLibrary(Runtime.java:187)
>        at java.lang.System.loadLibrary(System.java:132)
>        at gnu.java.nio.channels.FileChannelImpl.<clinit>(FileChannelImpl.java:81)
>        at java.io.FileDescriptor.<clinit>(FileDescriptor.java:63)
>        at java.lang.System.<clinit>(System.java:44)
>        at java.security.SecureClassLoader.<init>(SecureClassLoader.java:61)
>        at java.net.URLClassLoader.<init>(URLClassLoader.java:548)
>        at kaffe.lang.AppClassLoader.<init>(AppClassLoader.java:237)
>        at kaffe.lang.AppClassLoader.<clinit>(AppClassLoader.java:35)
>        at java.lang.VMClassLoader.getSystemClassLoader(VMClassLoader.java:293)
>        at java.lang.ClassLoader$StaticData.<clinit>(ClassLoader.java:160)
>        at java.lang.ClassLoader.getSystemClassLoader(ClassLoader.java:772)
>make[5]: *** [ClassToInterface.class] Abort trap
>make[4]: *** [check-recursive] Error 1
>
>_______________________________________________
>kaffe mailing list
>kaffe at kaffe.org
>http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
>
>  
>





More information about the kaffe mailing list