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

QtWayland with QtGui built without GLES2 against libglvnd headers: ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.h:87:5: error: 'PFNGLEGLIMAGETARGETTEXTURE2DOESPROC' does not name a type

    XMLWordPrintable

Details

    • Linux/Wayland
    • c2105d8b7e16cc934b886537968228f6300bf4bc (qt/qtwayland/5.14)

    Description

      QtWayland 5.13.2 will not compile, if QtGui was not built with GLES2 support:

      In file included from ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:40:
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.h:87:5: error: 'PFNGLEGLIMAGETARGETTEXTURE2DOESPROC' does not name a type
         87 |     PFNGLEGLIMAGETARGETTEXTURE2DOESPROC gl_egl_image_target_texture_2d = nullptr;
            |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.h:92:5: error: 'PFNEGLBINDWAYLANDDISPLAYWL' does not name a type
         92 |     PFNEGLBINDWAYLANDDISPLAYWL egl_bind_wayland_display = nullptr;
            |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.h:93:5: error: 'PFNEGLUNBINDWAYLANDDISPLAYWL' does not name a type
         93 |     PFNEGLUNBINDWAYLANDDISPLAYWL egl_unbind_wayland_display = nullptr;
            |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp: In member function 'bool LinuxDmabufClientBufferIntegration::initSimpleTexture(LinuxDmabufWlBuffer*)':
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:123:10: error: 'gl_egl_image_target_texture_2d' was not declared in this scope
        123 |     if (!gl_egl_image_target_texture_2d)
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:124:59: error: 'PFNGLEGLIMAGETARGETTEXTURE2DOESPROC' does not name a type
        124 |         gl_egl_image_target_texture_2d = reinterpret_cast<PFNGLEGLIMAGETARGETTEXTURE2DOESPROC>(eglGetProcAddress("glEGLImageTargetTexture2DOES"));
            |                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp: In member function 'bool LinuxDmabufClientBufferIntegration::initYuvTexture(LinuxDmabufWlBuffer*)':
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:219:10: error: 'gl_egl_image_target_texture_2d' was not declared in this scope
        219 |     if (!gl_egl_image_target_texture_2d)
            |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:220:59: error: 'PFNGLEGLIMAGETARGETTEXTURE2DOESPROC' does not name a type
        220 |         gl_egl_image_target_texture_2d = reinterpret_cast<PFNGLEGLIMAGETARGETTEXTURE2DOESPROC>(eglGetProcAddress("glEGLImageTargetTexture2DOES"));
            |                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp: In member function 'virtual void LinuxDmabufClientBufferIntegration::initializeHardware(wl_display*)':
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:302:5: error: 'egl_bind_wayland_display' was not declared in this scope
        302 |     egl_bind_wayland_display = reinterpret_cast<PFNEGLBINDWAYLANDDISPLAYWL>(eglGetProcAddress("eglBindWaylandDisplayWL"));
            |     ^~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:302:49: error: 'PFNEGLBINDWAYLANDDISPLAYWL' does not name a type
        302 |     egl_bind_wayland_display = reinterpret_cast<PFNEGLBINDWAYLANDDISPLAYWL>(eglGetProcAddress("eglBindWaylandDisplayWL"));
            |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:303:5: error: 'egl_unbind_wayland_display' was not declared in this scope
        303 |     egl_unbind_wayland_display = reinterpret_cast<PFNEGLUNBINDWAYLANDDISPLAYWL>(eglGetProcAddress("eglUnbindWaylandDisplayWL"));
            |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:303:51: error: 'PFNEGLUNBINDWAYLANDDISPLAYWL' does not name a type
        303 |     egl_unbind_wayland_display = reinterpret_cast<PFNEGLUNBINDWAYLANDDISPLAYWL>(eglGetProcAddress("eglUnbindWaylandDisplayWL"));
            |                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp: In member function 'virtual QOpenGLTexture* LinuxDmabufClientBuffer::toOpenGlTexture(int)':
      ../../../../hardwareintegration/compositor/linux-dmabuf-unstable-v1/linuxdmabufclientbufferintegration.cpp:471:24: error: 'class LinuxDmabufClientBufferIntegration' has no member named 'gl_egl_image_target_texture_2d'
        471 |         m_integration->gl_egl_image_target_texture_2d(target, d->image(plane));
            |                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      make[5]: *** [Makefile:1055: .obj/linuxdmabufclientbufferintegration.o] Error 1
      make[5]: Leaving directory '/tmp/portage/dev-qt/qtwayland-5.13.2/work/qtwayland-everywhere-src-5.13.2/src/plugins/hardwareintegration/compositor/linux-dmabuf-unstable-v1'
      make[4]: *** [Makefile:55: sub-linux-dmabuf-unstable-v1-make_first] Error 2
      make[4]: Leaving directory '/tmp/portage/dev-qt/qtwayland-5.13.2/work/qtwayland-everywhere-src-5.13.2/src/plugins/hardwareintegration/compositor'
      make[3]: *** [Makefile:73: sub-compositor-make_first] Error 2
      make[3]: *** Waiting for unfinished jobs....
      

      The issue appears to be that QtGui was built without OpenGLES2 support, thus /usr/include/qt5/QtGui/qtgui-config.h does not define QT_OPENGL_ES_2, which means that /usr/include/qt5/QtGui/qopengl.h will not expose its interface, which then means that PFNGLEGLIMAGETARGETTEXTURE2DOESPROC will not be defined, because it is part of OpenGLES and not part of EGL.

      See-Also: https://bugs.gentoo.org/699190

      Portage 2.3.78 (python 2.7.13-final-42, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-9.2.0, glibc-2.29-r6, 5.3.8-gentoo x86_64)
      =================================================================
                               System Settings
      =================================================================
      System uname: Linux-5.3.8-gentoo-x86_64-AMD_Ryzen_5_2400G_with_Radeon_Vega_Graphics-with-gentoo-2.6
      KiB Mem:    14134888 total,   1260436 free
      KiB Swap:   16776188 total,  13859580 free
      Timestamp of repository gentoo: Sat, 02 Nov 2019 19:45:01 +0000
      Head commit of repository gentoo: af9a4dafd073b4b41fde54568bfe9efaae716bf5
      Head commit of repository flatpak-overlay: dba2292fa92fbe7f51a437ff89d27cbab6105b67
      
      Head commit of repository local: efdb52d35b9c69bfd76caa8b345adc4de9fff894
      
      sh bash 5.0_p11
      ld GNU gold (Gentoo 2.32 p2 2.32.0) 1.16
      ccache version 3.7.5 [disabled]
      app-shells/bash:          5.0_p11::gentoo
      dev-java/java-config:     2.2.0-r4::gentoo
      dev-lang/perl:            5.30.0::gentoo
      dev-lang/python:          2.7.16::gentoo, 3.5.7::gentoo, 3.6.9::gentoo, 3.7.5-r1::gentoo
      dev-util/ccache:          3.7.5::gentoo
      dev-util/cmake:           3.16.0_rc3::gentoo
      dev-util/pkgconfig:       0.29.2::gentoo
      sys-apps/baselayout:      2.6-r1::gentoo
      sys-apps/sandbox:         2.18::gentoo
      sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
      sys-devel/automake:       1.11.6-r3::gentoo, 1.13.4-r2::gentoo, 1.16.1-r1::gentoo
      sys-devel/binutils:       2.32-r1::gentoo
      sys-devel/gcc:            9.1.0::gentoo, 9.2.0-r1::gentoo
      sys-devel/gcc-config:     2.1::gentoo
      sys-devel/libtool:        2.4.6-r5::gentoo
      sys-devel/make:           4.2.1-r4::gentoo
      sys-kernel/linux-headers: 5.3::gentoo (virtual/os-headers)
      sys-libs/glibc:           2.29-r6::gentoo
      Repositories:
      
      gentoo
          location: /var/cache/portage/gentoo
          sync-type: rsync
          sync-uri: rsync://rsync.de.gentoo.org/gentoo-portage
          priority: -1000
          sync-rsync-extra-opts: 
          sync-rsync-verify-jobs: 1
          sync-rsync-verify-max-age: 24
          sync-rsync-verify-metamanifest: yes
      
      flatpak-overlay
          location: /var/db/repos/flatpak-overlay
          sync-type: git
          sync-uri: https://github.com/fosero/flatpak-overlay.git
          masters: gentoo
      
      local
          location: /var/cache/portage/local
          sync-type: git
          sync-uri: https://github.com/devurandom/gentoo-overlay.git
          masters: gentoo
          priority: 1000
      
      ACCEPT_KEYWORDS="amd64 ~amd64"
      ACCEPT_LICENSE="@FREE"
      CBUILD="x86_64-pc-linux-gnu"
      CFLAGS="-pipe -O2 -march=znver1"
      CHOST="x86_64-pc-linux-gnu"
      CONFIG_PROTECT="/etc /etc/grs/systems.conf /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt /usr/share/maven-bin-3.6/conf"
      CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php7.3/ext-active/ /etc/php/cgi-php7.3/ext-active/ /etc/php/cli-php7.3/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
      CXXFLAGS="-pipe -O2 -march=znver1"
      DISTDIR="/var/cache/portage/distfiles"
      EMERGE_DEFAULT_OPTS="--keep-going --nospinner --verbose-conflicts"
      ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
      FCFLAGS="-O2 -pipe"
      FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildsyspkg cgroup compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
      FFLAGS="-O2 -pipe"
      GENTOO_MIRRORS="http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ http://distfiles.gentoo.org"
      LANG="en_GB.utf8"
      LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
      MAKEOPTS="-j6 -l4"
      PKGDIR="/var/cache/portage/packages"
      PORTAGE_CONFIGROOT="/"
      PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
      PORTAGE_TMPDIR="/tmp"
      USE="7z 7zip X a52 aac aacplus aacs acl acpi activities aio alsa amd64 appindicator appstream archive audit avahi ayatana bash-completion bdplus berkdb blake2 bluetooth bluray branding brotli bs2b btrfs bzip2 cairo caps cdda cddb cdio cdr celt chromaprint cjk clang cli clipboard color-management colord conntrack crypt cups cxx d3d9 dav1d dbus declarative device-mapper dirac djvu dri drm dts dvb dvd dvdr ed25519 editorconfig egl elf emboss encode epub exif fam faudio fax fbcon ffmpeg fftw filecaps firefox firewalld fish-completion fits flac fontconfig fontforge fortran fribidi gamepad gbm gdal gdbm geoclue geolocation gif git glamor gmp gnupg google googledrive gpg gps graphicsmagick gstreamer gtk gtk3 gzip harfbuzz hdf5 heif http2 ibus iconv icu idn imlib inotify introspection ipv6 jemalloc jpeg jpeg2k json kde kipi kms kwallet ladspa latex lcms ldap libatomic libglvnd libidn2 libinput libnotify libproxy libsecret libsoxr libtirpc libvirt lm-sensors lrz lv2 lvm lz4 lzma lzo mad mariadb markdown mbim mercurial mjpeg mng mobi modemmanager modplug mp3 mp4 mpeg mplayer mpris mtp multilib mysql ncurses netlink networkmanager nls nptl office ofx ogg openal opencl opencv openexr opengl openh264 openmax openmp opus pam pango pcap pch pcre pcre2 pdf pgo phonon pixman plasma pm-utils png policykit postscript ppds prison pulseaudio python qml qrcode qt5 raw readline redfish samba sasl scanner schroedinger screencast sctp sdl sdl2 seccomp semantic-desktop share smartcard snappy sparse speech speex spell ssl startup-notification steamruntime stemmer svg systemd systemtap tbb tcpd teamd telepathy tga theora threads tiff timezone tmux truetype tslib udev udisks unicode unwind upnp upnp-av upower usb utempter v4l v4l2 vaapi vdpau vkd3d vorbis vpx vulkan wasm wavpack wayland webchannel webengine webkit webp widgets wmf wps x264 x265 xattr xcb xcomposite xinerama xkb xml xmp xrandr xscreensaver xv xvid xwayland xz yaml zeroconf zeromq zimg zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="hda-intel" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" ELIBC="glibc" ENLIGHTENMENT_MODULES="*" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64" INPUT_DEVICES="joystick libinput" KERNEL="linux" L10N="de de-DE en en-GB ar fa tr ja ko zh zh-CN zh-TW" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver scripting-javascript wiki-publisher" LIRC_DEVICES="devinput" LLVM_TARGETS="AMDGPU BPF RISCV WebAssembly" LUA_TARGET="lua5-2" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6 pypy pypy3" QEMU_SOFTMMU_TARGETS="riscv32 riscv64 x86_64" QEMU_USER_TARGETS="riscv32 riscv64" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu virgl" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
      Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
      
      =================================================================
                              Package Settings
      =================================================================
      
      dev-qt/qtwayland-5.12.5::gentoo was built with the following:
      USE="libinput xcomposite -debug -test" ABI_X86="(64)"
      
      
      dev-libs/wayland-1.17.0::gentoo was built with the following:
      USE="-doc -static-libs" ABI_X86="32 (64) (-x32)"
      
      
      dev-libs/wayland-protocols-1.18::gentoo was built with the following:
      USE="" ABI_X86="(64)"
      
      
      media-libs/libglvnd-1.2.0-r1::gentoo was built with the following:
      USE="X" ABI_X86="32 (64) (-x32)"
      
      
      media-libs/mesa-19.2.2::gentoo was built with the following:
      USE="X d3d9 dri3 egl gallium gbm gles2 libglvnd llvm lm-sensors opencl osmesa unwind vaapi vdpau vulkan vulkan-overlay wayland -classic -debug -gles1 -pax_kernel (-selinux) -test -valgrind -xa -xvmc" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="radeonsi virgl (-freedreno) -i915 -i965 -intel -iris (-lima) -nouveau (-panfrost) -r100 -r200 -r300 -r600 -radeon (-vc4) (-vivante) -vmware"
      CFLAGS="-pipe -O2 -march=znver1 -g"
      CXXFLAGS="-pipe -O2 -march=znver1 -g"
      FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildsyspkg cgroup compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch parallel-install pid-sandbox preserve-libs protect-owned sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
      

      Attachments

        Issue Links

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

          Activity

            People

              johanhelsing Johan Helsing
              devurandom Dennis Schridde
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes