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.
  • A Offline
    A Offline
    Aritz
    wrote on 5 Nov 2020, 16:19 last edited by Aritz 11 May 2020, 16:25
    #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.

    J 1 Reply Last reply 6 Nov 2020, 06:03
    0
    • A Aritz
      5 Nov 2020, 16:19

      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.

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 6 Nov 2020, 06:03 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

      A 1 Reply Last reply 6 Nov 2020, 10:01
      2
      • J jsulm
        6 Nov 2020, 06:03

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

        A Offline
        A Offline
        Aritz
        wrote on 6 Nov 2020, 10:01 last edited by
        #3

        @jsulm That was the problem :-S

        The error log was not meaningful enough.

        Thank you for your help!

        J 1 Reply Last reply 6 Nov 2020, 10:03
        2
        • A Aritz
          6 Nov 2020, 10:01

          @jsulm That was the problem :-S

          The error log was not meaningful enough.

          Thank you for your help!

          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 6 Nov 2020, 10:03 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

          1/4

          5 Nov 2020, 16:19

          • Login

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