Bug 1273 - gluegen: fix aarch64 definitions to get them buildable under Fedora
Summary: gluegen: fix aarch64 definitions to get them buildable under Fedora
Status: RESOLVED DUPLICATE of bug 1295
Alias: None
Product: Gluegen
Classification: JogAmp
Component: core (show other bugs)
Version: 2.4.0
Hardware: Other linux
: P4 normal
Assignee: Sven Gothel
URL:
Depends on: 1295
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-04 15:21 CET by Marcin Juszkiewicz
Modified: 2019-03-26 22:21 CET (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marcin Juszkiewicz 2015-12-04 15:21:55 CET
Gluegen has some sort of support for aarch64 (both linux and android userspaces) but it feels incomplete as it is impossible to build gluegen under Fedora without some changes.

https://github.com/sgothel/gluegen/pull/32 got created with required fixes.
Comment 1 Julien Gouesse 2015-12-04 15:26:36 CET
By the way, it would be nice to mention which changes should be done in our JNLP files and in our applets too.
Comment 2 Marcin Juszkiewicz 2015-12-04 15:28:51 CET
Julien: I only built gluegen, jogl and scilab. 

My eyes bleed when I look at xml files required by ant ;(
Comment 3 Marcin Juszkiewicz 2016-03-17 20:20:49 CET
ping?
Comment 4 Julien Gouesse 2016-03-17 23:37:45 CET
(In reply to Marcin Juszkiewicz from comment #3)
> ping?

Please send an email to Sven Gothel. Then, he will look at your pull request. Thank you for contributing.
Comment 5 Marcin Juszkiewicz 2016-03-18 09:03:24 CET
(In reply to Julien Gouesse from comment #4)
> (In reply to Marcin Juszkiewicz from comment #3)
> > ping?
> 
> Please send an email to Sven Gothel. Then, he will look at your pull
> request. Thank you for contributing.

He is assigned to that bug. So he gets an email. If he do not read bugzilla emails then it shows (in my opinion) that he do not care about them and sending email to the same address may end with same result.
Comment 6 Xerxes Rånby 2016-05-27 13:31:04 CEST
Hi Marcin Juszkiewicz

The JogAmp team have only recently got access to a working test system for GNU/Linux aarch64. A heads up that this is not forgotten.
I am now running JogAmp GNU/Linux aarch64 tests on a DragonBoard 410c.

I am currently testing a patch quite similar to yours however without the extra isAArch64 property, we already have the isLinuxARM64 property defined.

I am also adding some required files to let the JogAmp build system cross compile aarch64 support into the official builds like this:
https://jogamp.org/bugzilla/show_bug.cgi?id=1295#c1
Comment 7 Sven Gothel 2018-01-15 08:44:41 CET
Xerxes changes of Bug 1295 should fix this issue.
If not, please reopen.
Comment 8 Sven Gothel 2019-03-26 22:21:21 CET
Marcin, I double checked while validating your pull request.

Code has already been added via commit 00ea29eb954a29aaf2fd2adffd6677e580ab2850
for bug 1295.

Thank you!

*** This bug has been marked as a duplicate of bug 1295 ***