Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-108345

build failure in qtwayland xdg-shell

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P1: Critical
    • None
    • 6.5
    • QPA: Wayland
    • None
    • Linux/Wayland

    Description

      FAILED: qtwayland/src/plugins/shellintegration/xdg-shell/CMakeFiles/QWaylandXdgShellIntegrationPlugin.dir/qwayland-xdg-shell.cpp.o  
      /usr/lib/ccache/bin/c++ -DQT_CORE_LIB -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_UP_TO=0x050000 -DQT_EXPLICIT_QFILE_CONSTRUCTION_FROM_PATH -DQT_GUI_LIB -DQT_NO_EXCEPTIONS -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT -DQT_PLUGIN -DQT_STRI
      CT_QLIST_ITERATORS -DQT_WARN_DEPRECATED_UP_TO=0x070000 -DQT_WAYLANDCLIENT_LIB -DQT_WAYLANDGLOBAL_LIB -DQWaylandXdgShellIntegrationPlugin_EXPORTS -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/QWa
      ylandXdgShellIntegrationPlugin_autogen/include -I/home/rutledge/dev/qt6/qtwayland/src/plugins/shellintegration/xdg-shell -I/home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell -I/home/rutledge/dev/qt6-dbg/qtbase/include -I/home/rutledge/dev/qt6-
      dbg/qtbase/include/QtCore -I/home/rutledge/dev/qt6-dbg/qtbase/mkspecs/linux-g++ -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtGui -I/home/rutledge/dev/qt6-dbg/qtbase/src/gui -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtGui/6.5.0 -I/home/rutledge/dev/qt6-dbg/qtbase/in
      clude/QtGui/6.5.0/QtGui -I/home/rutledge/dev/qt6-dbg/qtbase/src/corelib -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtCore/6.5.0 -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtCore/6.5.0/QtCore -I/home/rutledge/dev/qt6-dbg/qtwayland/src/client -I/home/rutledge/dev/qt6-
      dbg/qtbase/include/QtWaylandClient/6.5.0 -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtWaylandClient/6.5.0/QtWaylandClient -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtWaylandGlobal -I/home/rutledge/dev/qt6/qtwayland/src -I/home/rutledge/dev/qt6-dbg/qtwayland/src -I/
      home/rutledge/dev/qt6-dbg/qtbase/include/QtWaylandGlobal/6.5.0 -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtWaylandGlobal/6.5.0/QtWaylandGlobal -I/home/rutledge/dev/qt6-dbg/qtbase/include/QtWaylandClient -g -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -Wall 
      -Wextra -fno-exceptions -fPIC -Werror -Wno-error=cpp -Wno-error=deprecated-declarations -Wno-error=strict-overflow -Wno-error=implicit-fallthrough -Wno-error=deprecated-copy -Wno-error=redundant-move -Wno-error=init-list-lifetime -Wno-error=format-overflow -Wno-error=
      stringop-overflow -Wno-error=deprecated-enum-enum-conversion -Wno-error=deprecated-enum-float-conversion -Wsuggest-override -std=c++17 -MD -MT qtwayland/src/plugins/shellintegration/xdg-shell/CMakeFiles/QWaylandXdgShellIntegrationPlugin.dir/qwayland-xdg-shell.cpp.o -M
      F qtwayland/src/plugins/shellintegration/xdg-shell/CMakeFiles/QWaylandXdgShellIntegrationPlugin.dir/qwayland-xdg-shell.cpp.o.d -o qtwayland/src/plugins/shellintegration/xdg-shell/CMakeFiles/QWaylandXdgShellIntegrationPlugin.dir/qwayland-xdg-shell.cpp.o -c /home/rutled
      ge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: In member function 'void QtWayland::xdg_positioner::set_reactive()':
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:229:11: error: '::xdg_positioner_set_reactive' has not been declared; did you mean 'xdg_positioner_set_size'?
      
        229 |         ::xdg_positioner_set_reactive(
      
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
      
            |           xdg_positioner_set_size
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: In member function 'void QtWayland::xdg_positioner::set_parent_size(int32_t, int32_t)':
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:235:11: error: '::xdg_positioner_set_parent_size' has not been declared; did you mean 'xdg_positioner_set_size'?
      
        235 |         ::xdg_positioner_set_parent_size(
      
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
            |           xdg_positioner_set_size
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: In member function 'void QtWayland::xdg_positioner::set_parent_configure(uint32_t)':
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:243:11: error: '::xdg_positioner_set_parent_configure' has not been declared; did you mean 'xdg_positioner_set_anchor'?
      
        243 |         ::xdg_positioner_set_parent_configure(
      
            |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      
            |           xdg_positioner_set_anchor
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: At global scope:
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:569:5: error: too many initializers for 'const xdg_toplevel_listener'
      
        569 |     };
      
            |     ^
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: In member function 'void QtWayland::xdg_popup::reposition(xdg_positioner*, uint32_t)':
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:647:11: error: '::xdg_popup_reposition' has not been declared; did you mean 'xdg_popup_repositioned'?
      
        647 |         ::xdg_popup_reposition(
      
            |           ^~~~~~~~~~~~~~~~~~~~
      
            |           xdg_popup_repositioned
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp: At global scope:
      
      /home/rutledge/dev/qt6-dbg/qtwayland/src/plugins/shellintegration/xdg-shell/qwayland-xdg-shell.cpp:703:5: error: too many initializers for 'const xdg_popup_listener'
      
        703 |     };
      
            |     ^
       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt.team.graphics.and.multimedia Qt Graphics Team
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes