<!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=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


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

<div style="">
<p dir="auto">I'm seeing something very similar, though the error is <code>undefined reference to inet_pton</code>. It seems to exist in the <code>src/gl</code> directory, so doing something like:</p>
<pre class="code highlight js-syntax-highlight diff" lang="diff" v-pre="true"><code><span id="LC1" class="line" lang="diff"><span class="gh">diff --git a/lib/Makefile.am b/lib/Makefile.am</span></span>
<span id="LC2" class="line" lang="diff"><span class="gh">index 1111111..2222222 100644</span></span>
<span id="LC3" class="line" lang="diff"><span class="gd">--- a/lib/Makefile.am</span></span>
<span id="LC4" class="line" lang="diff"><span class="gi">+++ b/lib/Makefile.am</span></span>
<span id="LC5" class="line" lang="diff"><span class="gu">@@ -138,6 +138,7 @@ libgnutls_la_LDFLAGS = -no-undefined \</span></span>
<span id="LC6" class="line" lang="diff">    -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(COMMON_LINK_FLAGS)</span>
<span id="LC7" class="line" lang="diff"> </span>
<span id="LC8" class="line" lang="diff"> libgnutls_la_LIBADD = ../gl/libgnu.la x509/libgnutls_x509.la \</span>
<span id="LC9" class="line" lang="diff"><span class="gi">+  ../src/gl/libgnu_gpl.la \</span></span>
<span id="LC10" class="line" lang="diff">   ext/libgnutls_ext.la \</span>
<span id="LC11" class="line" lang="diff">   auth/libgnutls_auth.la algorithms/libgnutls_alg.la \</span>
<span id="LC12" class="line" lang="diff">   extras/libgnutls_extras.la</span></code></pre>
<p dir="auto">and <code>autoreconf</code> is a workaround.</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/745#note_155794020">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/d8a456c29f794f71500309a3c7c23cf8/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/745#note_155794020"}}</script>

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