Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Build Qt5.9.6 fails on debian Stretch
Qt 6.11 is out! See what's new in the release blog

Build Qt5.9.6 fails on debian Stretch

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 1.3k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    peke
    wrote on last edited by
    #1

    On both 32/64 bits versions of Debian 9.4 I've failed to successfully run configure using the following parameters:
    -prefix /usr/local/qt5 -nomake tests -nomake examples -debug -opensource -confirm-license

    The Error I get is "ERROR: The OpenGL functionality tests failed!"
    When looking at the flags "Desktop OpenGL" and "OpenGL ES X.X", all are saying "no".

    The 64 bits Debian was a clean install, only installing:
    sudo apt-get install build-essential libgl1-mesa-dev
    as described in:
    http://doc-snapshots.qt.io/qt5-5.9/linux.html

    When running configure with the same options using Qt5.9.5 (or any other previous Qt5.9.X) it passes saying I do have Desktop OpenGL.
    This looks like a bug to me. Anyone?

    jsulmJ 1 Reply Last reply
    0
    • P peke

      On both 32/64 bits versions of Debian 9.4 I've failed to successfully run configure using the following parameters:
      -prefix /usr/local/qt5 -nomake tests -nomake examples -debug -opensource -confirm-license

      The Error I get is "ERROR: The OpenGL functionality tests failed!"
      When looking at the flags "Desktop OpenGL" and "OpenGL ES X.X", all are saying "no".

      The 64 bits Debian was a clean install, only installing:
      sudo apt-get install build-essential libgl1-mesa-dev
      as described in:
      http://doc-snapshots.qt.io/qt5-5.9/linux.html

      When running configure with the same options using Qt5.9.5 (or any other previous Qt5.9.X) it passes saying I do have Desktop OpenGL.
      This looks like a bug to me. Anyone?

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @peke You can call configure with -v parameter - it will give you more information what exactly is missing when it tries to determine the OpenGL functionality. You can post the related parts of the output here.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • P Offline
        P Offline
        peke
        wrote on last edited by
        #3

        In threw away the shadow build dir and it's working on my 64 bit.
        Desktop Open GL says it's available.
        Maybe I ran configure before installing the libgl1-mesa-dev package on my 64 bit, though it was already installed for sure on the 32 bit as I had build Qt5.9.5 on it before. Or did something change in dependencies between 595 and 596.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved