<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Hello,<br>
      <br>
      Am 02.02.25 um 05:11 schrieb Stefan Seefeld:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAOEGfx3SVsOFOumpWPvbUuRtMbrR4WpYfDSmpqd84AU3jp2p5g@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div>Hello,</div>
        <div><br>
        </div>
        <div>I'm trying to compile PyQt 6.8.0 with SIP 6.9.1 and
          PyQt6-SIP 13.9.1, but I get compilation errors from "deleted"
          functions. For example:</div>
        <div><br>
        </div>
        <div><span style="font-family:monospace"><span
              style="color:rgb(0,0,0);background-color:rgb(255,255,255)">QtCore/sipQtCoreQStringConverterBase.cpp:58:52:
              error: use of deleted function ‘constexpr
              QStringConverterBase::QStringConverterBase(const
              QStringConverterBase&)’</span><br>
          </span></div>
        <div><br>
        </div>
        <div>Is this a known issue ? Am I missing something ?</div>
      </div>
    </blockquote>
    <br>
    I don't know the whole background, but the openSUSE package got this
    patch submission today:<br>
    <br>
    <a class="moz-txt-link-freetext" href="https://build.opensuse.org/requests/1242226">https://build.opensuse.org/requests/1242226</a><br>
    <br>
    <span class="character"></span><font face="monospace">From
      ee6c2c30eca67004e2b05f55ee1d82c3ab44b966 Mon Sep 17 00:00:00 2001<br>
      From: Christophe Marin <a class="moz-txt-link-rfc2396E" href="mailto:christophe@krop.fr"><christophe@krop.fr></a><br>
      Date: Sun, 2 Feb 2025 12:59:19 +0100<br>
      Subject: [PATCH] Fix build with Qt 6.8.2<br>
      MIME-Version: 1.0<br>
      Content-Type: text/plain; charset=UTF-8<br>
      Content-Transfer-Encoding: 8bit<br>
      <br>
      Fixes:<br>
/home/abuild/rpmbuild/BUILD/python-PyQt6-6.8.0-build/PyQt6-6.8.0/build/QtCore/sipQtCoreQStringConverterBase.cpp:58:52:
      error: use of deleted function ‘constexpr
      QStringConverterBase::QStringConverterBase(const
      QStringConverterBase&)’<br>
      ---<br>
       sip/QtCore/qstringconverter_base.sip | 2 +-<br>
       1 file changed, 1 insertion(+), 1 deletion(-)<br>
      <br>
      diff --git a/sip/QtCore/qstringconverter_base.sip
      b/sip/QtCore/qstringconverter_base.sip<br>
      index d0c790f..6f7c301 100644<br>
      --- a/sip/QtCore/qstringconverter_base.sip<br>
      +++ b/sip/QtCore/qstringconverter_base.sip<br>
      @@ -22,7 +22,7 @@<br>
       <br>
       %If (Qt_6_4_0 -)<br>
       <br>
      -class QStringConverterBase<br>
      +class QStringConverterBase /NoDefaultCtors/<br>
       {<br>
       %TypeHeaderCode<br>
       #include <qstringconverter_base.h><br>
      -- <br>
      2.48.1<br>
    </font><span class="content"><br>
      <br>
      <br>
    </span><br>
    <blockquote type="cite"
cite="mid:CAOEGfx3SVsOFOumpWPvbUuRtMbrR4WpYfDSmpqd84AU3jp2p5g@mail.gmail.com">
      <div dir="ltr">
        <div><br>
        </div>
        <div>Thanks,<br>
        </div>
        <span class="gmail_signature_prefix">-- </span><br>
        <div dir="ltr" class="gmail_signature"
          data-smartmail="gmail_signature">
          <div dir="ltr">
            <div><img
src="https://ci3.googleusercontent.com/mail-sig/AIorK4yh4RzsqlxV6irScDGRVZ8a7NRCh_INtpPsAHx2Y8v4Vu3VKsI54RFNs3YRZk_2xTTtMMdSCzdNrf5XRUlmF4BkezmtZv-j5c3A4G0hEA"
                moz-do-not-send="true"></div>
            <div>
              <pre>      ...ich hab' noch einen Koffer in Berlin...
</pre>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Cheers,<br>
    Ben<br>
  </body>
</html>