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. What is "Project ERROR: Unknown module(s) in QT: multimediagsttools-private"?

What is "Project ERROR: Unknown module(s) in QT: multimediagsttools-private"?

Scheduled Pinned Locked Moved Solved Installation and Deployment
8 Posts 2 Posters 1.9k 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.
  • R Offline
    R Offline
    r3d9u11
    wrote on last edited by
    #1

    Hello. I've just tried to cross-compile qt 5.15 + qtmultimedia for i.mx6, but something went wrong:

    make[3]: Entering directory '/home/user/Qt5.15/qtmultimedia-5.15/src/plugins/videonode'
    cd imx6/ && ( test -e Makefile || /home/mcp1/Desktop/mcp1_img/mount/sysroot/opt/Qt5.15/bin/qmake -o Makefile /home/user/Qt5.15/qtmultimedia-5.15/src/plugins/videonode/imx6/imx6.pro ) && make -f Makefile 
    Project ERROR: Unknown module(s) in QT: multimediagsttools-private
    Makefile:47: recipe for target 'sub-imx6-make_first' failed
    make[3]: *** [sub-imx6-make_first] Error 3
    make[3]: Leaving directory '/home/user/Qt5.15/qtmultimedia-5.15/src/plugins/videonode'
    Makefile:73: recipe for target 'sub-videonode-make_first' failed
    make[2]: *** [sub-videonode-make_first] Error 2
    make[2]: Leaving directory '/home/user/Qt5.15/qtmultimedia-5.15/src/plugins'
    Makefile:153: recipe for target 'sub-plugins-make_first' failed
    make[1]: *** [sub-plugins-make_first] Error 2
    make[1]: Leaving directory '/home/user/Qt5.15/qtmultimedia-5.15/src'
    Makefile:48: recipe for target 'sub-src-make_first' failed
    make: *** [sub-src-make_first] Error 2
    

    I've already installed gstreamer1.16 with base,good,bad and ugly plugins (+dev packages ).

    Has somebody ideas, what is 'multimediagsttools-private' and why it can't be found ?
    Thanks!

    1 Reply Last reply
    0
    • SGaistS SGaist

      Yes and please provide as much details as you can like the cross-compiler you are using, how you installed it, the target you are building for, the configure options you gave, etc.

      R Offline
      R Offline
      r3d9u11
      wrote on last edited by
      #7

      @SGaist I've rechecked config.log and noted, that gstreamer1.0 was missed.
      And while 5.14 and qt 5.12 were compiled fine with same (broken) environment, Qt 5.15 was broken.

      So, I've rechecked my PKG_CONFIG_LIBDIR and now all works fine.
      Thanks, again!

      1 Reply Last reply
      1
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #2

        Hi,

        Did you check the configuration log to see if there was something off related to GStreamer ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        R 1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          Did you check the configuration log to see if there was something off related to GStreamer ?

          R Offline
          R Offline
          r3d9u11
          wrote on last edited by r3d9u11
          #3

          @SGaist Hello, yes. There is nothing unsusal.
          I have errors of gstreamer-0.1 and audio subsystem, because I don't use them.

          fatal error: alsa/asoundlib.h: No such file or directory
          >  #include <alsa/asoundlib.h>
          >           ^~~~~~~~~~~~~~~~~~
          

          and

          > main.cpp:32:10: fatal error: AL/al.h: No such file or directory
          >  #include <AL/al.h>
          

          so they just disabled, and configuration tool didn't return any errors.
          also Qt5.12 and Qt5.14 compiled fine with the same config and have the same config.log

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #4

            Then you may have found a regression.

            Did you already check the bug report system ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            R 1 Reply Last reply
            0
            • SGaistS SGaist

              Then you may have found a regression.

              Did you already check the bug report system ?

              R Offline
              R Offline
              r3d9u11
              wrote on last edited by
              #5

              @SGaist I've tried to find same error or similar theme, but not found, yet.
              I can try to open new issue.

              1 Reply Last reply
              0
              • SGaistS Offline
                SGaistS Offline
                SGaist
                Lifetime Qt Champion
                wrote on last edited by
                #6

                Yes and please provide as much details as you can like the cross-compiler you are using, how you installed it, the target you are building for, the configure options you gave, etc.

                Interested in AI ? www.idiap.ch
                Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                R 1 Reply Last reply
                1
                • SGaistS SGaist

                  Yes and please provide as much details as you can like the cross-compiler you are using, how you installed it, the target you are building for, the configure options you gave, etc.

                  R Offline
                  R Offline
                  r3d9u11
                  wrote on last edited by
                  #7

                  @SGaist I've rechecked config.log and noted, that gstreamer1.0 was missed.
                  And while 5.14 and qt 5.12 were compiled fine with same (broken) environment, Qt 5.15 was broken.

                  So, I've rechecked my PKG_CONFIG_LIBDIR and now all works fine.
                  Thanks, again!

                  1 Reply Last reply
                  1
                  • SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #8

                    Glad you found out and thanks for sharing !

                    Interested in AI ? www.idiap.ch
                    Please read the Qt Code of Conduct - 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