Skip to content

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Dec 26, 2025
@daeho-ro daeho-ro added CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. linux Linux is specifically affected linux-arm Linux ARM is specifically affected labels Dec 27, 2025
@daeho-ro
Copy link
Member

  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/QXmppBindIq.h:13:20: error: expected identifier before ‘[’ token
     13 | class QXMPP_EXPORT Q_DECL_DEPRECATED_X("Removed from public API") QXmppBindIq : public QXmppIq
        |                    ^~~~~~~~~~~~~~~~~~~
  In file included from /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:7:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/QXmppBindIq.h:13:79: error: expected initializer before ‘:’ token
     13 | class QXMPP_EXPORT Q_DECL_DEPRECATED_X("Removed from public API") QXmppBindIq : public QXmppIq
        |                                                                               ^
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:97:1: error: ‘QXmppBindIq’ does not name a type; did you mean ‘QXmppPingIq’?
     97 | QXmppBindIq QXmppBindIq::bindAddressIq(const QString &resource)
        | ^~~~~~~~~~~
        | QXmppPingIq
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:105:9: error: ‘QXmppBindIq’ has not been declared
    105 | QString QXmppBindIq::jid() const
        |         ^~~~~~~~~~~
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:105:28: error: non-member function ‘QString jid()’ cannot have cv-qualifier
    105 | QString QXmppBindIq::jid() const
        |                            ^~~~~
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: In function ‘QString jid()’:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:107:12: error: ‘m_jid’ was not declared in this scope; did you mean ‘jid’?
    107 |     return m_jid;
        |            ^~~~~
        |            jid
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: At global scope:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:110:6: error: ‘QXmppBindIq’ has not been declared
    110 | void QXmppBindIq::setJid(const QString &jid)
        |      ^~~~~~~~~~~
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: In function ‘void setJid(const QString&)’:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:112:5: error: ‘m_jid’ was not declared in this scope; did you mean ‘jid’?
    112 |     m_jid = jid;
        |     ^~~~~
        |     jid
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: At global scope:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:115:9: error: ‘QXmppBindIq’ has not been declared
    115 | QString QXmppBindIq::resource() const
        |         ^~~~~~~~~~~
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:115:33: error: non-member function ‘QString resource()’ cannot have cv-qualifier
    115 | QString QXmppBindIq::resource() const
        |                                 ^~~~~
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: In function ‘QString resource()’:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:117:12: error: ‘m_resource’ was not declared in this scope; did you mean ‘resource’?
    117 |     return m_resource;
        |            ^~~~~~~~~~
        |            resource
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp: At global scope:
  /var/tmp/qxmpp-20251227-12575-4vkn2v/qxmpp-v1.13.0/src/base/compat/removed_api.cpp:120:6: error: ‘QXmppBindIq’ has not been declared
    120 | void QXmppBindIq:

@daeho-ro daeho-ro added the build failure CI fails while building the software label Dec 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. linux Linux is specifically affected linux-arm Linux ARM is specifically affected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants