Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. I am trying to deploy my QT application using linuxdeployqt in my Linux OS but i am getting this error:

I am trying to deploy my QT application using linuxdeployqt in my Linux OS but i am getting this error:

Scheduled Pinned Locked Moved Unsolved General and Desktop
8 Posts 3 Posters 2.5k 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.
  • I Offline
    I Offline
    ioanna
    wrote on last edited by
    #1

    ERROR: The host system is too new.
    Please run on a system with a glibc version no newer than what comes with the oldest
    still-supported mainstream distribution, which currently is glibc 2.20.
    This is so that the resulting bundle will work on most still-supported Linux distributions.

    How can i solve this?

    jsulmJ 1 Reply Last reply
    0
    • I ioanna

      ERROR: The host system is too new.
      Please run on a system with a glibc version no newer than what comes with the oldest
      still-supported mainstream distribution, which currently is glibc 2.20.
      This is so that the resulting bundle will work on most still-supported Linux distributions.

      How can i solve this?

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

      @ioanna Which Qt version do you use on which exact Linux distribution version?

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

      I 1 Reply Last reply
      0
      • jsulmJ jsulm

        @ioanna Which Qt version do you use on which exact Linux distribution version?

        I Offline
        I Offline
        ioanna
        wrote on last edited by
        #3

        @jsulm

        4a2524ee-91e6-457c-a672-8e5ed25ec638-image.png

        Kali GNU/Linux Rolling

        Linux version 5.4.0-kali3-amd64 (devel@kali.org) (gcc version 9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.4.13-1kali1 (2020-01-20)

        jsulmJ 2 Replies Last reply
        0
        • I ioanna

          @jsulm

          4a2524ee-91e6-457c-a672-8e5ed25ec638-image.png

          Kali GNU/Linux Rolling

          Linux version 5.4.0-kali3-amd64 (devel@kali.org) (gcc version 9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.4.13-1kali1 (2020-01-20)

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

          @ioanna Please don't post "About Qt Creator" dialog - it only says which Qt version was used to build Qt.
          Check the Kit you are using - which Qt version is configured there?

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

          I 1 Reply Last reply
          0
          • I ioanna

            @jsulm

            4a2524ee-91e6-457c-a672-8e5ed25ec638-image.png

            Kali GNU/Linux Rolling

            Linux version 5.4.0-kali3-amd64 (devel@kali.org) (gcc version 9.2.1 20200104 (Debian 9.2.1-22)) #1 SMP Debian 5.4.13-1kali1 (2020-01-20)

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

            @ioanna Also take a look at this: https://forum.qt.io/topic/100364/qt-linux-deployment/8

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

            1 Reply Last reply
            1
            • jsulmJ jsulm

              @ioanna Please don't post "About Qt Creator" dialog - it only says which Qt version was used to build Qt.
              Check the Kit you are using - which Qt version is configured there?

              I Offline
              I Offline
              ioanna
              wrote on last edited by
              #6

              @jsulm sorry.

              Qt 5.14.1 GGC 64bit

              jsulmJ 1 Reply Last reply
              0
              • I ioanna

                @jsulm sorry.

                Qt 5.14.1 GGC 64bit

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

                @ioanna Check the link above and try -unsupported-allow-new-glibc parameter

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

                1 Reply Last reply
                2
                • KH-219DesignK Offline
                  KH-219DesignK Offline
                  KH-219Design
                  wrote on last edited by
                  #8

                  @jsulm has already provided the relevant flag that should fix this. More discussion (for anyone curious about the rationale of the linuxdeployqt maintainers) can be found at https://github.com/probonopd/linuxdeployqt/issues/340

                  TLDR:
                  -unsupported-allow-new-glibc

                  www.219design.com
                  Software | Electrical | Mechanical | Product Design

                  1 Reply Last reply
                  1
                  • C CPPUIX referenced this topic on

                  • Login

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