<div dir="ltr"><div dir="ltr">On Wed, Apr 26, 2023 at 1:43 PM David DeBonis via elrepo &lt;<a href="mailto:elrepo@lists.elrepo.org">elrepo@lists.elrepo.org</a>&gt; wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>A colleague and I noticed a build issue when compiling on aarch64:</div><div><br></div><div>zipmodules does not have a default define in the spec file for aarch64 (only x86_64 and noarch does)</div><div><br></div><div>This causes a build error on our system.  Not sure if this is an oversight or intentional.</div></div></blockquote><div><br></div>I see this in the spec file:<br><br> # Compress modules on all architectures that build modules.<br>%ifarch x86_64 || aarch64<br>%global zipmodules 1<br>%else<br>%global zipmodules 0<br>%endif</div><div class="gmail_quote"><br></div><div class="gmail_quote">What build error do you see? Can you copy here?<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Akemi<br></div></div>