<!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;
}
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 class="details" style="font-style: italic; color: #666;">
<a href="https://gitlab.com/rockdaboot" style="color: #1068bf; text-decoration: none;">Tim Rühsen</a> created an issue: <a href="https://gitlab.com/gnutls/gnutls/-/issues/1361" style="color: #1068bf; text-decoration: none;">#1361</a>
</p>
<div class="md" style="color: #303030; word-wrap: break-word;">
<p dir="auto" style="color: #303030; margin: 0 0 16px;" align="initial">Cross-building with MinGW64 today with latest master revealed this issue:</p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre class="code highlight js-syntax-highlight language-plaintext" lang="plaintext" v-pre="true" style='display: block; font-size: 13px; color: #303030; line-height: 1.6em; overflow-x: auto; border-radius: 2px; 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: #fafafa; margin: 0 0 16px; padding: 12px; border: 1px solid #dbdbdb;'><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="plaintext" style="margin-top: 0;">make[2]: Entering directory '/usr/local/gnutls/lib'</span>
<span id="LC2" class="line" lang="plaintext">  GEN      pkix_asn1_tab.c</span>
<span id="LC3" class="line" lang="plaintext">  GEN      gnutls_asn1_tab.c</span>
<span id="LC4" class="line" lang="plaintext">  GPERF    priority_options.h</span>
<span id="LC5" class="line" lang="plaintext">/usr/local/gnutls/build-aux/missing: line 81: asn1Parser: command not found</span>
<span id="LC6" class="line" lang="plaintext">/usr/local/gnutls/build-aux/missing: line 81: asn1Parser: command not found</span>
<span id="LC7" class="line" lang="plaintext">WARNING: 'asn1Parser' is missing on your system.</span>
<span id="LC8" class="line" lang="plaintext">         You might have modified some files without having the proper</span>
<span id="LC9" class="line" lang="plaintext">         tools for further handling them.  Check the 'README' file, it</span>
<span id="LC10" class="line" lang="plaintext">         often tells you about the needed prerequisites for installing</span>
<span id="LC11" class="line" lang="plaintext">         this package.  You may also peek at any GNU archive site, in</span>
<span id="LC12" class="line" lang="plaintext">         case some other package contains this missing 'asn1Parser' program.</span>
<span id="LC13" class="line" lang="plaintext">WARNING: 'asn1Parser' is missing on your system.</span>
<span id="LC14" class="line" lang="plaintext">         You might have modified some files without having the proper</span>
<span id="LC15" class="line" lang="plaintext">         tools for further handling them.  Check the 'README' file, it</span>
<span id="LC16" class="line" lang="plaintext">         often tells you about the needed prerequisites for installing</span>
<span id="LC17" class="line" lang="plaintext">         this package.  You may also peek at any GNU archive site, in</span>
<span id="LC18" class="line" lang="plaintext">         case some other package contains this missing 'asn1Parser' program.</span>
<span id="LC19" class="line" lang="plaintext">make[2]: *** [Makefile:3439: gnutls_asn1_tab.c] Error 127</span>
<span id="LC20" class="line" lang="plaintext">make[2]: *** Waiting for unfinished jobs....</span>
<span id="LC21" class="line" lang="plaintext">make[2]: *** [Makefile:3436: pkix_asn1_tab.c] Error 127</span>
<span id="LC22" class="line" lang="plaintext">make[2]: Leaving directory '/usr/local/gnutls/lib'</span>
<span id="LC23" class="line" lang="plaintext">make[1]: *** [Makefile:2257: all-recursive] Error 1</span>
<span id="LC24" class="line" lang="plaintext">make[1]: Leaving directory '/usr/local/gnutls'</span>
<span id="LC25" class="line" lang="plaintext">make: *** [Makefile:2182: all] Error 2</span>
<span id="LC26" class="line" lang="plaintext">The command '/bin/sh -c cd gnutls &&    SKIP_PO=1 ./bootstrap &&        ./configure --build=x86_64-pc-linux-gnu --host=$PREFIX --prefix=$INSTALLDIR           --with-nettle-mini --disable-shared --enable-static --with-included-libtasn1            --with-included-unistring --without-p11-kit --disable-doc --disable-tests --disable-full-test-suite                 --disable-tools --disable-cxx --disable-maintainer-mode --disable-libdane --disable-hardware-acceleration               --disable-guile &&   make -j$(nproc) && make install' returned a non-zero code: 2</span></code></pre>
<copy-code></copy-code>
</div>
<p dir="auto" style="color: #303030; margin: 0 0 16px;" align="initial">I made a bunch of MinGW builds in the last years and never experienced this error before.</p>
<p dir="auto" style="color: #303030; margin: 0;" align="initial">I'd expect <code style='font-size: 90%; color: #1f1f1f; word-wrap: break-word; background-color: #f0f0f0; border-radius: 4px; margin-top: 0; font-weight: inherit; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; white-space: pre-wrap; overflow-wrap: break-word; word-break: keep-all; padding: 2px 4px;'>--with-included-libtasn1</code> doesn't need an explicit installation of <code style='font-size: 90%; color: #1f1f1f; word-wrap: break-word; background-color: #f0f0f0; border-radius: 4px; font-weight: inherit; font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; white-space: pre-wrap; overflow-wrap: break-word; word-break: keep-all; padding: 2px 4px;'>asn1Parser</code>.</p>
</div>

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

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/issues/1361" style="color: #1068bf; text-decoration: none;">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/015c589b3b3fa75aefecb160f67c3ae0/unsubscribe" style="color: #1068bf; text-decoration: none;">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/1361"}}</script>


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