<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=utf-8" 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: .875rem;
}
body {
-webkit-text-shadow: hsla(0,0%,100%,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-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: hsla(0,0%,100%,.01) 0 0 1px; font-family: "GitLab Sans",-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: #626168;">
<a href="https://gitlab.com/Schamschula">Marius Schamschula</a> created an issue: <a href="https://gitlab.com/gnutls/gnutls/-/work_items/1880">#1880</a>
</p>
<div class="md" style="position: relative; z-index: 1; color: #3a383f; word-wrap: break-word;">
<h2 id="user-content-description-of-problem" dir="auto" style="margin-top: 0px; margin-bottom: 10px;" align="initial">Description of problem:<a href="#description-of-problem" aria-label="Link to heading 'Description of problem:'" data-heading-content="Description of problem:" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">See <a href="https://trac.macports.org/ticket/73942" rel="nofollow noreferrer noopener" target="_blank" style="margin-top: 0px;">https://trac.macports.org/ticket/73942</a></p>
<div class="gl-relative markdown-code-block js-markdown-code">
<pre class="code highlight js-syntax-highlight language-plaintext" v-pre="true" style='display: block; font-size: 14px; color: #3a383f; line-height: 1.6em; overflow-x: auto; border-radius: .25rem; position: relative; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; margin: 0px 0 1rem; 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: .25rem; white-space: pre; margin-top: 0px; font-family: "GitLab Mono", "JetBrains Mono", "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; font-variant-ligatures: none; overflow-wrap: normal; padding: unset;'><span id="LC1" class="line" lang="plaintext" style="margin-top: 0px;">In file included from audit.c:26:</span>
<span id="LC2" class="line" lang="plaintext">In file included from ./audit.h:22:</span>
<span id="LC3" class="line" lang="plaintext">./crau/crau.h:263:60: error: expected ')'</span>
<span id="LC4" class="line" lang="plaintext">void crau_push_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC5" class="line" lang="plaintext"> ^</span>
<span id="LC6" class="line" lang="plaintext">./crau/crau.h:263:23: note: to match this '('</span>
<span id="LC7" class="line" lang="plaintext">void crau_push_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC8" class="line" lang="plaintext"> ^</span>
<span id="LC9" class="line" lang="plaintext">./crau/crau.h:263:6: error: conflicting types for 'crau_push_context'</span>
<span id="LC10" class="line" lang="plaintext">void crau_push_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC11" class="line" lang="plaintext"> ^</span>
<span id="LC12" class="line" lang="plaintext">./crau/crau.h:86:6: note: previous declaration is here</span>
<span id="LC13" class="line" lang="plaintext">void crau_push_context(struct crau_context_stack_st *stack,</span>
<span id="LC14" class="line" lang="plaintext"> ^</span>
<span id="LC15" class="line" lang="plaintext">./crau/crau.h:269:54: error: expected ')'</span>
<span id="LC16" class="line" lang="plaintext">crau_pop_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED)</span>
<span id="LC17" class="line" lang="plaintext"> ^</span>
<span id="LC18" class="line" lang="plaintext">./crau/crau.h:269:17: note: to match this '('</span>
<span id="LC19" class="line" lang="plaintext">crau_pop_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED)</span>
<span id="LC20" class="line" lang="plaintext"> ^</span>
<span id="LC21" class="line" lang="plaintext">./crau/crau.h:275:58: error: expected ')'</span>
<span id="LC22" class="line" lang="plaintext">crau_current_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED)</span>
<span id="LC23" class="line" lang="plaintext"> ^</span>
<span id="LC24" class="line" lang="plaintext">./crau/crau.h:275:21: note: to match this '('</span>
<span id="LC25" class="line" lang="plaintext">crau_current_context(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED)</span>
<span id="LC26" class="line" lang="plaintext"> ^</span>
<span id="LC27" class="line" lang="plaintext">./crau/crau.h:280:71: error: expected ')'</span>
<span id="LC28" class="line" lang="plaintext">void crau_push_context_with_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC29" class="line" lang="plaintext"> ^</span>
<span id="LC30" class="line" lang="plaintext">./crau/crau.h:280:34: note: to match this '('</span>
<span id="LC31" class="line" lang="plaintext">void crau_push_context_with_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC32" class="line" lang="plaintext"> ^</span>
<span id="LC33" class="line" lang="plaintext">./crau/crau.h:280:6: error: conflicting types for 'crau_push_context_with_datav'</span>
<span id="LC34" class="line" lang="plaintext">void crau_push_context_with_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC35" class="line" lang="plaintext"> ^</span>
<span id="LC36" class="line" lang="plaintext">./crau/crau.h:109:6: note: previous declaration is here</span>
<span id="LC37" class="line" lang="plaintext">void crau_push_context_with_datav(struct crau_context_stack_st *stack,</span>
<span id="LC38" class="line" lang="plaintext"> ^</span>
<span id="LC39" class="line" lang="plaintext">./crau/crau.h:286:70: error: expected ')'</span>
<span id="LC40" class="line" lang="plaintext">void crau_push_context_with_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC41" class="line" lang="plaintext"> ^</span>
<span id="LC42" class="line" lang="plaintext">./crau/crau.h:286:33: note: to match this '('</span>
<span id="LC43" class="line" lang="plaintext">void crau_push_context_with_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC44" class="line" lang="plaintext"> ^</span>
<span id="LC45" class="line" lang="plaintext">./crau/crau.h:286:6: error: conflicting types for 'crau_push_context_with_data'</span>
<span id="LC46" class="line" lang="plaintext">void crau_push_context_with_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC47" class="line" lang="plaintext"> ^</span>
<span id="LC48" class="line" lang="plaintext">./crau/crau.h:106:6: note: previous declaration is here</span>
<span id="LC49" class="line" lang="plaintext">void crau_push_context_with_data(struct crau_context_stack_st *stack,</span>
<span id="LC50" class="line" lang="plaintext"> ^</span>
<span id="LC51" class="line" lang="plaintext">./crau/crau.h:291:53: error: expected ')'</span>
<span id="LC52" class="line" lang="plaintext">void crau_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC53" class="line" lang="plaintext"> ^</span>
<span id="LC54" class="line" lang="plaintext">./crau/crau.h:291:16: note: to match this '('</span>
<span id="LC55" class="line" lang="plaintext">void crau_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC56" class="line" lang="plaintext"> ^</span>
<span id="LC57" class="line" lang="plaintext">./crau/crau.h:291:6: error: conflicting types for 'crau_datav'</span>
<span id="LC58" class="line" lang="plaintext">void crau_datav(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED,</span>
<span id="LC59" class="line" lang="plaintext"> ^</span>
<span id="LC60" class="line" lang="plaintext">./crau/crau.h:140:6: note: previous declaration is here</span>
<span id="LC61" class="line" lang="plaintext">void crau_datav(struct crau_context_stack_st *stack, va_list ap);</span>
<span id="LC62" class="line" lang="plaintext"> ^</span>
<span id="LC63" class="line" lang="plaintext">./crau/crau.h:296:52: error: expected ')'</span>
<span id="LC64" class="line" lang="plaintext">void crau_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED, ...)</span>
<span id="LC65" class="line" lang="plaintext"> ^</span>
<span id="LC66" class="line" lang="plaintext">./crau/crau.h:296:15: note: to match this '('</span>
<span id="LC67" class="line" lang="plaintext">void crau_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED, ...)</span>
<span id="LC68" class="line" lang="plaintext"> ^</span>
<span id="LC69" class="line" lang="plaintext">./crau/crau.h:296:6: error: conflicting types for 'crau_data'</span>
<span id="LC70" class="line" lang="plaintext">void crau_data(struct crau_context_stack_st *stack CRAU_MAYBE_UNUSED, ...)</span>
<span id="LC71" class="line" lang="plaintext"> ^</span>
<span id="LC72" class="line" lang="plaintext">./crau/crau.h:138:6: note: previous declaration is here</span>
<span id="LC73" class="line" lang="plaintext">void crau_data(struct crau_context_stack_st *stack, ...);</span>
<span id="LC74" class="line" lang="plaintext"> ^</span>
<span id="LC75" class="line" lang="plaintext">12 errors generated.</span></code></pre>
<copy-code></copy-code><insert-code-snippet></insert-code-snippet>
</div>
<h2 id="user-content-version-of-gnutls-used" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">Version of gnutls used:<a href="#version-of-gnutls-used" aria-label="Link to heading 'Version of gnutls used:'" data-heading-content="Version of gnutls used:" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">8.3.13 (also reproduced on 8.3.12)</p>
<h2 id="user-content-distributor-of-gnutls-eg-ubuntu-fedora-rhel" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)<a href="#distributor-of-gnutls-eg-ubuntu-fedora-rhel" aria-label="Link to heading 'Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)'" data-heading-content="Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">MacPorts</p>
<h2 id="user-content-how-reproducible" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">How reproducible:<a href="#how-reproducible" aria-label="Link to heading 'How reproducible:'" data-heading-content="How reproducible:" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">Steps to Reproduce:
Normal build process on platforms with clang older than version 17 (or Apple equivalent).</p>
<h2 id="user-content-actual-results" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">Actual results:<a href="#actual-results" aria-label="Link to heading 'Actual results:'" data-heading-content="Actual results:" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">See above</p>
<h2 id="user-content-expected-results" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">Expected results:<a href="#expected-results" aria-label="Link to heading 'Expected results:'" data-heading-content="Expected results:" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px 0px 1rem;" align="initial">Clean build</p>
<h2 id="user-content-workaround" dir="auto" style="margin-top: 20px; margin-bottom: 10px;" align="initial">Workaround<a href="#workaround" aria-label="Link to heading 'Workaround'" data-heading-content="Workaround" class="anchor" style="margin-top: 0px;"></a>
</h2>
<p dir="auto" style="color: #3a383f; margin: 0px;" align="initial">Require newer compiler, i.e. clang-17 or more recent</p>
</div>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #626168;">
—
<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/-/work_items/1880">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/4-8p3mjaq2bjuftp2osviakkzr7-a84t7/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>
<span style="color: transparent; font-size: 0; display: none; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0;">
Notification message regarding https://gitlab.com/gnutls/gnutls/-/work_items/1880 at 1777552341
</span>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Work item","url":"https://gitlab.com/gnutls/gnutls/-/work_items/1880"}}</script>
</p>
</div>
</body>
</html>