<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">https://bugs.gentoo.org/924057

--- a/sip/cpp/sip_corewxAppTraits.cpp
+++ b/sip/cpp/sip_corewxAppTraits.cpp
@@ -471,7 +471,11 @@
             PyErr_Clear();
 
             Py_BEGIN_ALLOW_THREADS
+	#ifdef __GLIBC__
             sipRes = new ::wxString((sipSelfWasArg ? sipCpp-&gt;::wxAppTraits::GetAssertStackTrace() : sipCpp-&gt;GetAssertStackTrace()));
+	#else
+	    sipRes = new ::wxString("");
+	#endif
             Py_END_ALLOW_THREADS
 
             if (PyErr_Occurred())
</pre></body></html>