<!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">The issue seems to be an unexpected errno value set by strerror(-3). The gnulib test expects errno to be either 0 or EINVAL after the call to strerror(). But in fact errno is 12 (ENOMEM).</p>
<p dir="auto">It seems more of a libc6 2.28 issue, though we see it only on the cross builds / emulation.</p>
<p dir="auto">We can do two things about it:</p>
<ul dir="auto">
<li>removing/changing line 72 in gl/tests/test-errno.c to accept errno 12, e.g. with a sed call in .gitlab-ci.yml after <code>./bootstrap</code>
</li>
<li>ask on the gnulib ML. There are also glibc maintainers to have an eye on this. I'll ask there.</li>
</ul>
</div>


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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/merge_requests/835#note_125812408">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/9751b532d7865b66d4d175845f60af42/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 Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/835#note_125812408"}}</script>
</p>
</div>
</body>
</html>