<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>1273</bug_id>
          
          <creation_ts>2015-12-04 15:21:55 +0100</creation_ts>
          <short_desc>gluegen: fix aarch64 definitions to get them buildable under Fedora</short_desc>
          <delta_ts>2019-03-26 22:21:21 +0100</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>Gluegen</product>
          <component>core</component>
          <version>2.4.0</version>
          <rep_platform>Other</rep_platform>
          <op_sys>linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>1295</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P4</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>1295</dependson>
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Marcin Juszkiewicz">mjuszkiewicz</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          <cc>gouessej</cc>
    
    <cc>xerxes</cc>
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs></cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>5494</commentid>
    <comment_count>0</comment_count>
    <who name="Marcin Juszkiewicz">mjuszkiewicz</who>
    <bug_when>2015-12-04 15:21:55 +0100</bug_when>
    <thetext>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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5495</commentid>
    <comment_count>1</comment_count>
    <who name="Julien Gouesse">gouessej</who>
    <bug_when>2015-12-04 15:26:36 +0100</bug_when>
    <thetext>By the way, it would be nice to mention which changes should be done in our JNLP files and in our applets too.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5496</commentid>
    <comment_count>2</comment_count>
    <who name="Marcin Juszkiewicz">mjuszkiewicz</who>
    <bug_when>2015-12-04 15:28:51 +0100</bug_when>
    <thetext>Julien: I only built gluegen, jogl and scilab. 

My eyes bleed when I look at xml files required by ant ;(</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5568</commentid>
    <comment_count>3</comment_count>
    <who name="Marcin Juszkiewicz">mjuszkiewicz</who>
    <bug_when>2016-03-17 20:20:49 +0100</bug_when>
    <thetext>ping?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5569</commentid>
    <comment_count>4</comment_count>
    <who name="Julien Gouesse">gouessej</who>
    <bug_when>2016-03-17 23:37:45 +0100</bug_when>
    <thetext>(In reply to Marcin Juszkiewicz from comment #3)
&gt; ping?

Please send an email to Sven Gothel. Then, he will look at your pull request. Thank you for contributing.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5570</commentid>
    <comment_count>5</comment_count>
    <who name="Marcin Juszkiewicz">mjuszkiewicz</who>
    <bug_when>2016-03-18 09:03:24 +0100</bug_when>
    <thetext>(In reply to Julien Gouesse from comment #4)
&gt; (In reply to Marcin Juszkiewicz from comment #3)
&gt; &gt; ping?
&gt; 
&gt; Please send an email to Sven Gothel. Then, he will look at your pull
&gt; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5636</commentid>
    <comment_count>6</comment_count>
    <who name="Xerxes Rånby">xerxes</who>
    <bug_when>2016-05-27 13:31:04 +0200</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6067</commentid>
    <comment_count>7</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2018-01-15 08:44:41 +0100</bug_when>
    <thetext>Xerxes changes of Bug 1295 should fix this issue.
If not, please reopen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>6098</commentid>
    <comment_count>8</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2019-03-26 22:21:21 +0100</bug_when>
    <thetext>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 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>