<!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 data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>

<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";'>
<div class="content">

<p style="color: #777777;">
<a href="https://gitlab.com/dueno">Daiki Ueno</a>
<a href="https://gitlab.com/gnutls/gnutls/-/issues/1373#note_1188885215">commented</a>:
</p>
<div class="md" style="color: #333238; word-wrap: break-word;">
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">This might be already fixed in <a href="https://gitlab.com/gnutls/gnutls/-/merge_requests/1585" data-reference-type="merge_request" data-original="!1585" data-link="false" data-link-reference="false" data-project="179611" data-merge-request="153622770" data-project-path="gnutls/gnutls" data-iid="1585" data-container="body" data-placement="top" title="Extend fipshmac to take a path to libgnutls.so" class="gfm gfm-merge_request" style="margin-top: 0;">!1585 (merged)</a>. I've set up AArch64 cross-compilation environment on Fedora 36, with:</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre lang="console" class="code highlight js-syntax-highlight language-console" v-pre="true" style='display: block; font-size: 13px; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="console" style="margin-top: 0;"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span><span class="nb">sudo </span>dnf <span class="nb">install </span>gcc-aarch64-linux-gnu binutils-aarch64-linux-gnu</span>
<span id="LC2" class="line" lang="console"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span><span class="nb">sudo </span>dnf build-dep <span class="nt">--repo</span><span class="o">=</span>fedora <span class="nt">--releasever</span><span class="o">=</span>36 <span class="nt">--forcearch</span> aarch64 <span class="nt">--installroot</span> /usr/aarch64-linux-gnu/sys-root gnutls</span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #333238; margin: 0 0 16px;" align="initial">and compile GnuTLS with:</p>
<div class="gl-relative markdown-code-block js-markdown-code" style="margin-bottom: 0;">
<pre lang="console" class="code highlight js-syntax-highlight language-console" v-pre="true" style='display: block; font-size: 13px; color: #333238; line-height: 1.6em; overflow-x: auto; border-radius: 4px; position: relative; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0 0 16px; padding: 12px; border: 1px solid #dcdcde;'><code style='font-size: inherit; color: inherit; word-wrap: normal; word-break: keep-all; background-color: inherit; border-radius: 4px; white-space: pre; margin-top: 0; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="console" style="margin-top: 0;"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span>./configure <span class="nt">--disable-doc</span> <span class="nt">--disable-cxx</span> <span class="nt">--enable-fips140-mode</span> <span class="nt">--host</span><span class="o">=</span><span class="sb">`</span>aarch64-linux-gnu-gcc <span class="nt">-dumpmachine</span><span class="sb">`</span></span>
<span id="LC2" class="line" lang="console"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span><span class="nv">QEMU_LD_PREFIX</span><span class="o">=</span>/usr/aarch64-linux-gnu/sys-root make <span class="nt">-j</span><span class="si">$(</span><span class="nb">nproc</span><span class="si">)</span></span>
<span id="LC3" class="line" lang="console"><span class="c" style="margin-top: 0;">...</span></span>
<span id="LC4" class="line" lang="console"><span class="go" style="margin-top: 0;">  CCLD     fipshmac</span></span>
<span id="LC5" class="line" lang="console"><span class="go" style="margin-top: 0;">  GEN      .libs/.gnutls.hmac</span></span>
<span id="LC6" class="line" lang="console"><span class="c" style="margin-top: 0;">...</span></span>
<span id="LC7" class="line" lang="console"><span class="gp" style="margin-top: 0;">$</span><span class="w"> </span>file lib/.libs/fipshmac</span>
<span id="LC8" class="line" lang="console"><span class="go" style="margin-top: 0;">lib/.libs/fipshmac: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=7bdb92b2f47e3efcc801fcee893ac8ec0a0df539, for GNU/Linux 3.7.0, with debug_info, not stripped, too many notes (256)</span></span></code></pre>
<copy-code></copy-code>
</div>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1373#note_1188885215">view it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/sent_notifications/a21b2534f025b2355d7284f98a351f26/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/-/issues/1373#note_1188885215"}}</script>


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