Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved MaintenanceTool problem

    Installation and Deployment
    2
    7
    1598
    Loading More Posts
    • 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
      deleted28 last edited by

      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 Reply Quote 0
      • jsulm
        jsulm Lifetime Qt Champion last edited by

        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 Reply Quote 0
        • D
          deleted28 last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • D
            deleted28 last edited by

            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 Reply Quote 0
            • jsulm
              jsulm Lifetime Qt Champion last edited by

              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 Reply Quote 0
              • D
                deleted28 last edited by deleted28

                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 Reply Quote 0
                • jsulm
                  jsulm Lifetime Qt Champion last edited by

                  Was probably an issue on the server side

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

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post