<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/mooninite">Michael Cronenworth</a>
commented:
</p>
<div style="">
<p dir="auto">The core issue is that the tarball is shipping 'lib/nettle/curve448/eccdata.stamp' and this causes the eccdata.exe target to never get built. Removing that touchfile builds the EXE and the entire compile completes.</p>
<p dir="auto">A secondary issue of you adding an executed binary to the compile is that this will fail on non-x86_64 build hosts. Fedora MinGW packages are built 'noarch' because gcc can build any type of PE on any arch, but you cannot run any PE on any arch. With this new requirement the Fedora builds will fail when they get placed on a i686, ARM, or PPC build host.</p>
<p dir="auto">Is there any way to skip building lib/nettle? Excuse my ignorance of GnuTLS code design.</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/962#note_316371476">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/-/sent_notifications/9a440eddb33c3242627070da4511fcff/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/962#note_316371476"}}</script>


</p>
</div>
</body>
</html>