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. std::exception when installing qt
Forum Updated to NodeBB v4.3 + New Features

std::exception when installing qt

Scheduled Pinned Locked Moved Solved General and Desktop
4 Posts 2 Posters 598 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.
  • AritzA Offline
    AritzA Offline
    Aritz
    wrote on last edited by Aritz
    #1

    I'm installing the 5.12.9 version of qt in Xubuntu 18.04 through the installer found here:

    https://download.qt.io/official_releases/qt/5.12/5.12.9/qt-opensource-linux-x64-5.12.9.run

    I already have other qt versions installed including 5.12.6. However, when I run the installer this way:

    QT_INSTALL_DIR=/usr/local/Qt5.12.9 ./qt-opensource-linux-x64-5.12.9.run --platform minimal --verbose

    I find this error:

    [94368] backup qt.tools.qtcreator operation: Extract
    [94369] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator.7z, /usr/local/Qt5.12.9
    [94370] Done
    [94370] perform qt.tools.qtcreator operation: Extract
    [94370] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator.7z, /usr/local/Qt5.12.9
    [109939] Done
    [109939] backup qt.tools.qtcreator operation: Extract
    [109939] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator_sdktool.7z, /usr/local/Qt5.12.9
    [109939] Done
    [109939] perform qt.tools.qtcreator operation: Extract
    [109939] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator_sdktool.7z, /usr/local/Qt5.12.9
    [110143] Done
    [110145] backup qt.tools.qtcreator operation: InstallIcons
    [110145] 	- arguments: /usr/local/Qt5.12.9/Tools/QtCreator/share/icons
    [110145] Done
    [110145] perform qt.tools.qtcreator operation: InstallIcons
    [110145] 	- arguments: /usr/local/Qt5.12.9/Tools/QtCreator/share/icons
    [110153] Done
    [110153] Fatal: Exception thrown: std::exception
    Exception thrown: std::exception
    ./install.sh: line 5: 29738 Aborted                 (core dumped) QT_INSTALL_DIR=/usr/local/Qt5.12.9 ./qt-opensource-linux-x64-5.12.9.run --platform minimal --verbose
    

    I have tried downloading the installer file again, but I've got the same error at this point. df -h tells there's enough space in the disk, so I don't know why it keeps failing.

    jsulmJ 1 Reply Last reply
    0
    • AritzA Aritz

      I'm installing the 5.12.9 version of qt in Xubuntu 18.04 through the installer found here:

      https://download.qt.io/official_releases/qt/5.12/5.12.9/qt-opensource-linux-x64-5.12.9.run

      I already have other qt versions installed including 5.12.6. However, when I run the installer this way:

      QT_INSTALL_DIR=/usr/local/Qt5.12.9 ./qt-opensource-linux-x64-5.12.9.run --platform minimal --verbose

      I find this error:

      [94368] backup qt.tools.qtcreator operation: Extract
      [94369] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator.7z, /usr/local/Qt5.12.9
      [94370] Done
      [94370] perform qt.tools.qtcreator operation: Extract
      [94370] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator.7z, /usr/local/Qt5.12.9
      [109939] Done
      [109939] backup qt.tools.qtcreator operation: Extract
      [109939] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator_sdktool.7z, /usr/local/Qt5.12.9
      [109939] Done
      [109939] perform qt.tools.qtcreator operation: Extract
      [109939] 	- arguments: installer://qt.tools.qtcreator/4.12.2-0qtcreator_sdktool.7z, /usr/local/Qt5.12.9
      [110143] Done
      [110145] backup qt.tools.qtcreator operation: InstallIcons
      [110145] 	- arguments: /usr/local/Qt5.12.9/Tools/QtCreator/share/icons
      [110145] Done
      [110145] perform qt.tools.qtcreator operation: InstallIcons
      [110145] 	- arguments: /usr/local/Qt5.12.9/Tools/QtCreator/share/icons
      [110153] Done
      [110153] Fatal: Exception thrown: std::exception
      Exception thrown: std::exception
      ./install.sh: line 5: 29738 Aborted                 (core dumped) QT_INSTALL_DIR=/usr/local/Qt5.12.9 ./qt-opensource-linux-x64-5.12.9.run --platform minimal --verbose
      

      I have tried downloading the installer file again, but I've got the same error at this point. df -h tells there's enough space in the disk, so I don't know why it keeps failing.

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

      @Aritz Do you call the installer with sude as normal users do not have write access to /usr/local ?

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

      AritzA 1 Reply Last reply
      2
      • jsulmJ jsulm

        @Aritz Do you call the installer with sude as normal users do not have write access to /usr/local ?

        AritzA Offline
        AritzA Offline
        Aritz
        wrote on last edited by
        #3

        @jsulm That was the problem :-S

        The error log was not meaningful enough.

        Thank you for your help!

        jsulmJ 1 Reply Last reply
        2
        • AritzA Aritz

          @jsulm That was the problem :-S

          The error log was not meaningful enough.

          Thank you for your help!

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

          @Aritz Agree, "Exception thrown: std::exception" doesn't explain much :-)

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

          1 Reply Last reply
          1

          • Login

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