For some reason, in the Aug. 3 build, the gluegen-rt-natives-amd64.jar is loaded as gluegen-natives-amd64.jar (i.e. missing the "-rt-"), and since there is no such file, it crashes. I had to rename the file to remove the "-rt-" to get it to load properly. No other errors, just the renaming fixed it. Crashes on JOCL when enumerating all available platforms.
Is this still valid ? Can you confirm this w/ latest aggregated autobuild (coming up today). And if so - can you give us a recipe to reproduce ?
The only way there could be an attempt to load "gluegen-natives-<os.and.arch>.so" is that you use gluegen.jar instead of gluegen-rt.jar. This is no more possible anyways, since gluegen RT symbols/classes are removed from gluegen.jar - to make this clear. There is also no reference of gluegen-natives* in JOCL, I just checked the 'git log -u' diff report. Closing this bug, since not reproducible. Pls reopen, if still an issue.