Bug 609 - gluegen-rt-natives-amd64.jar is referred to as gluegen-natives-amd64.jar in source
Summary: gluegen-rt-natives-amd64.jar is referred to as gluegen-natives-amd64.jar in s...
Status: RESOLVED INVALID
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2
Hardware: All all
: --- minor
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2012-08-25 17:48 CEST by ddukki
Modified: 2012-09-16 15:48 CEST (History)
1 user (show)

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ddukki 2012-08-25 17:48:17 CEST
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.
Comment 1 Sven Gothel 2012-09-16 14:00:32 CEST
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 ?
Comment 2 Sven Gothel 2012-09-16 15:48:56 CEST
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.