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. MaintenanceTool problem
Qt 6.11 is out! See what's new in the release blog

MaintenanceTool problem

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
7 Posts 2 Posters 3.1k Views 1 Watching
  • 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.
  • D Offline
    D Offline
    deleted28
    wrote on last edited by
    #1

    Hello,

    since few days I can not use MaintenanceTool anymore.
    When i try to update I get error message:
    "Unknown excepion during download"
    current version Qt version 5.5.1
    What can I do to get it work again ?

    wally

    1 Reply Last reply
    0
    • jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Try this tool to select another mirror:
      https://github.com/JKSH/QtSdkRepoChooser

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

      1 Reply Last reply
      0
      • D Offline
        D Offline
        deleted28
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • D Offline
          D Offline
          deleted28
          wrote on last edited by
          #4

          Ok, thank you.
          I downloaded the zipped git-repo and unzipped.
          cd QtSdkRepoChooser-master/src>
          qmake ./QtSdkRepoChooser.pro
          make

          /QtSdkRepoChooser-master/src> make
          /usr/bin/uic gui.ui -o ui_gui.h
          g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/default -I. -I/usr/include/QtCore -I/usr/include/QtNetwork -I/usr/include/QtGui -I/usr/include -I. -I. -o main.o main.cpp
          main.cpp:5:26: fatal error: QStandardPaths: No such file or directory
           #include <QStandardPaths>
                                    ^
          compilation terminated.
          make: *** [main.o] Error 1
          
          

          could not find an instruction yet

          1 Reply Last reply
          0
          • jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            You're building using Qt4: -I/usr/share/qt4/mkspecs/default

            Please use Qt5. To do so call the qmake from your Qt5 installation: /path/to/qmake

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

            1 Reply Last reply
            0
            • D Offline
              D Offline
              deleted28
              wrote on last edited by deleted28
              #6

              Ok, build ok and runs.
              Now I can not add the generated local url to Maintenancetool user-defined-repos
              Anyway, the update now works, no idea why :)

              1 Reply Last reply
              0
              • jsulmJ Offline
                jsulmJ Offline
                jsulm
                Lifetime Qt Champion
                wrote on last edited by
                #7

                Was probably an issue on the server side

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

                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