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. Reinstall Qt5 with QtMultimedia using Ubuntu Mate
Forum Update on Monday, May 27th 2025

Reinstall Qt5 with QtMultimedia using Ubuntu Mate

Scheduled Pinned Locked Moved Unsolved General and Desktop
moduleinstall
44 Posts 4 Posters 22.6k 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.
  • J jsulm
    19 Dec 2017, 09:53

    @Xenoshell That's what @SGaist is trying to tell you: you need to install dev packages for all multimedia components you would like to use with QtMultimedia.

    X Offline
    X Offline
    Xenoshell
    wrote on 19 Dec 2017, 10:11 last edited by
    #15

    @jsulm yeah ok.. thanks, i am going a little bit mental here. I thought i already installed gstreamer. Thats why i was confused. I think i know now what to do

    J 1 Reply Last reply 19 Dec 2017, 10:12
    0
    • X Xenoshell
      19 Dec 2017, 10:11

      @jsulm yeah ok.. thanks, i am going a little bit mental here. I thought i already installed gstreamer. Thats why i was confused. I think i know now what to do

      J Offline
      J Offline
      jsulm
      Lifetime Qt Champion
      wrote on 19 Dec 2017, 10:12 last edited by
      #16

      @Xenoshell You installed GStreamer but not its development packages (which for example contain the header files). You need to install the dev packages as well.

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

      X 1 Reply Last reply 19 Dec 2017, 10:52
      1
      • J jsulm
        19 Dec 2017, 10:12

        @Xenoshell You installed GStreamer but not its development packages (which for example contain the header files). You need to install the dev packages as well.

        X Offline
        X Offline
        Xenoshell
        wrote on 19 Dec 2017, 10:52 last edited by
        #17

        @jsulm
        I installed alsa, dbus, gstreamer, ffmpeg but they still show up as errors. What can i do?

        ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
        
        ERROR: Feature 'alsa' was enabled, but the pre-condition 'config.unix && !config.qnx && libs.alsa' failed.
        
        ERROR: Feature 'gstreamer_1_0' was enabled, but the pre-condition 'libs.gstreamer_1_0' failed.
        
        ERROR: Feature 'alsa' was enabled, but the pre-condition 'config.unix && libs.alsa' failed.
        
        ERROR: Feature 'system-ffmpeg' was enabled, but the pre-condition 'libs.ffmpeg && features.system-opus && features.system-webp' failed.
        
        
        J 1 Reply Last reply 19 Dec 2017, 11:11
        0
        • X Xenoshell
          19 Dec 2017, 10:52

          @jsulm
          I installed alsa, dbus, gstreamer, ffmpeg but they still show up as errors. What can i do?

          ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
          
          ERROR: Feature 'alsa' was enabled, but the pre-condition 'config.unix && !config.qnx && libs.alsa' failed.
          
          ERROR: Feature 'gstreamer_1_0' was enabled, but the pre-condition 'libs.gstreamer_1_0' failed.
          
          ERROR: Feature 'alsa' was enabled, but the pre-condition 'config.unix && libs.alsa' failed.
          
          ERROR: Feature 'system-ffmpeg' was enabled, but the pre-condition 'libs.ffmpeg && features.system-opus && features.system-webp' failed.
          
          
          J Offline
          J Offline
          jsulm
          Lifetime Qt Champion
          wrote on 19 Dec 2017, 11:11 last edited by
          #18

          @Xenoshell What exactly did you install? You need *-dev packages.

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

          X 1 Reply Last reply 19 Dec 2017, 12:04
          1
          • J jsulm
            19 Dec 2017, 11:11

            @Xenoshell What exactly did you install? You need *-dev packages.

            X Offline
            X Offline
            Xenoshell
            wrote on 19 Dec 2017, 12:04 last edited by
            #19

            @jsulm i didnt found any -dev packages. I just searched google for packages to those features that create errors and installed those but didnt saw any -dev packages

            1 Reply Last reply
            0
            • S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 19 Dec 2017, 12:10 last edited by
              #20

              https://packages.ubuntu.com/artful/libgstreamer1.0-dev

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

              X 1 Reply Last reply 19 Dec 2017, 13:31
              0
              • S SGaist
                19 Dec 2017, 12:10

                https://packages.ubuntu.com/artful/libgstreamer1.0-dev

                X Offline
                X Offline
                Xenoshell
                wrote on 19 Dec 2017, 13:31 last edited by
                #21

                @SGaist ok thanks, i found all -dev packages for all the errors exept ffmpeg and dbus-linked.
                ./configure output is now:

                Note: Also available for Linux: linux-clang linux-icc
                
                Note: Dropped compiler flags '-pthread' when detecting library 'glib'.
                
                Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
                
                Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer'.
                
                Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer_app'.
                
                ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
                
                ERROR: Feature 'system-ffmpeg' was enabled, but the pre-condition 'libs.ffmpeg && features.system-opus && features.system-webp' failed.
                
                Check config.log for details.
                

                Do i actually need ffmpeg for qtMultimedia? Since it is a videoplayer i guess yes. I think i have to install this from source to and that could be a real pain..

                J 1 Reply Last reply 19 Dec 2017, 13:55
                0
                • S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 19 Dec 2017, 13:45 last edited by
                  #22

                  You can install libavcodec-dev and friends for ffmpeg inclusion.

                  As for dbus, the dbus dev package.

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

                  X 1 Reply Last reply 19 Dec 2017, 14:05
                  1
                  • X Xenoshell
                    19 Dec 2017, 13:31

                    @SGaist ok thanks, i found all -dev packages for all the errors exept ffmpeg and dbus-linked.
                    ./configure output is now:

                    Note: Also available for Linux: linux-clang linux-icc
                    
                    Note: Dropped compiler flags '-pthread' when detecting library 'glib'.
                    
                    Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
                    
                    Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer'.
                    
                    Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer_app'.
                    
                    ERROR: Feature 'dbus-linked' was enabled, but the pre-condition 'features.dbus && libs.dbus' failed.
                    
                    ERROR: Feature 'system-ffmpeg' was enabled, but the pre-condition 'libs.ffmpeg && features.system-opus && features.system-webp' failed.
                    
                    Check config.log for details.
                    

                    Do i actually need ffmpeg for qtMultimedia? Since it is a videoplayer i guess yes. I think i have to install this from source to and that could be a real pain..

                    J Offline
                    J Offline
                    jsulm
                    Lifetime Qt Champion
                    wrote on 19 Dec 2017, 13:55 last edited by
                    #23

                    @Xenoshell Why do you want to install ffmpeg from source? Install libavcodec-dev package from your Linux distribution.

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

                    1 Reply Last reply
                    1
                    • S SGaist
                      19 Dec 2017, 13:45

                      You can install libavcodec-dev and friends for ffmpeg inclusion.

                      As for dbus, the dbus dev package.

                      X Offline
                      X Offline
                      Xenoshell
                      wrote on 19 Dec 2017, 14:05 last edited by Xenoshell
                      #24

                      @SGaist i installed your suggested packages and now output is:

                      Note: Also available for Linux: linux-clang linux-icc
                      
                      Note: Dropped compiler flags '-pthread' when detecting library 'glib'.
                      
                      Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing.
                      
                      Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer'.
                      
                      Note: Dropped compiler flags '-pthread' when detecting library 'gstreamer_app'.
                      
                      ERROR: Feature 'system-ffmpeg' was enabled, but the pre-condition 'libs.ffmpeg && features.system-opus && features.system-webp' failed.
                      
                      

                      @Jsulm i dont want to install ffmpeg from source. I just installed already the package and the error still occurs and i just googled the problem and the solution was to install from source

                      1 Reply Last reply
                      0
                      • S Offline
                        S Offline
                        SGaist
                        Lifetime Qt Champion
                        wrote on 19 Dec 2017, 14:07 last edited by
                        #25

                        Check the logs for the related errors. You can also use the -v option to get a more verbose output of the configuration process.

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

                        X 1 Reply Last reply 19 Dec 2017, 14:12
                        1
                        • S SGaist
                          19 Dec 2017, 14:07

                          Check the logs for the related errors. You can also use the -v option to get a more verbose output of the configuration process.

                          X Offline
                          X Offline
                          Xenoshell
                          wrote on 19 Dec 2017, 14:12 last edited by
                          #26

                          @SGaist I think i found the relevant piece of information in config.log

                          looking for library ffmpeg
                          Trying source 0 (type pkgConfig) of library ffmpeg ...
                          + /usr/bin/pkg-config --exists --silence-errors libavcodec libavformat libavutil
                          pkg-config did not find package.
                            => source produced no result.
                          test config.qtwebengine.libraries.ffmpeg FAILED
                          executing config test ninja
                          Building own ninja
                          test config.qtwebengine.tests.ninja FAILED
                          looking for library opus
                          Trying source 0 (type pkgConfig) of library opus ...
                          + /usr/bin/pkg-config --exists --silence-errors opus
                          pkg-config did not find package.
                            => source produced no result.
                          test config.qtwebengine.libraries.opus FAILED
                          executing config test re2
                          + cd /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/config.tests/re2 && /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtbase/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared use_gold_linker warn_off console single_arch" /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtwebengine/config.tests/re2
                          + cd /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/config.tests/re2 && MAKEFLAGS= /usr/bin/make clean && MAKEFLAGS= /usr/bin/make
                          > rm -f re2.o
                          > rm -f *~ core *.core
                          > g++ -c -pipe -O2 -std=gnu++11 -w -fPIC  -I/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtwebengine/config.tests/re2 -I. -I/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtbase/mkspecs/linux-g++ -o re2.o /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtwebengine/config.tests/re2/re2.cpp
                          > /home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtwebengine/config.tests/re2/re2.cpp:29:21: fatal error: re2/re2.h: No such file or directory
                          > compilation terminated.
                          > Makefile:1021: recipe for target 're2.o' failed
                          > make: *** [re2.o] Error 1
                          test config.qtwebengine.tests.re2 FAILED
                          looking for library webp
                          Trying source 0 (type pkgConfig) of library webp ...
                          + /usr/bin/pkg-config --exists --silence-errors libwebp libwebpdemux
                          pkg-config did not find package.
                            => source produced no result.
                          test config.qtwebengine.libraries.webp FAILED
                          
                          1 Reply Last reply
                          0
                          • S Offline
                            S Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on 19 Dec 2017, 14:21 last edited by
                            #27

                            Install the libavformat and libavutil dev packages. Same goes for opus.

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

                            X 1 Reply Last reply 20 Dec 2017, 12:37
                            0
                            • X Offline
                              X Offline
                              Xenoshell
                              wrote on 19 Dec 2017, 14:41 last edited by Xenoshell
                              #28

                              @SGaist no error anymore. Thanks for you help. I am gonna mark this solved after i ran make and make install

                              1 Reply Last reply
                              0
                              • S SGaist
                                19 Dec 2017, 14:21

                                Install the libavformat and libavutil dev packages. Same goes for opus.

                                X Offline
                                X Offline
                                Xenoshell
                                wrote on 20 Dec 2017, 12:37 last edited by
                                #29

                                @SGaist
                                Oh well, here are some errors.. Should i be worried or not?

                                /usr/lib/gcc/arm-linux-gnueabihf/5/../../../arm-linux-gnueabihf/crt1.o(.text+0x28): error: undefined reference to 'main'
                                collect2: error: ld returned 1 exit status
                                Makefile:81: recipe for target 'schema' failed
                                make[4]: *** [schema] Error 1
                                make[4]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples/xmlpatterns/schema'
                                Makefile:122: recipe for target 'sub-schema-make_first' failed
                                make[3]: *** [sub-schema-make_first] Error 2
                                make[3]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples/xmlpatterns'
                                Makefile:44: recipe for target 'sub-xmlpatterns-make_first' failed
                                make[2]: *** [sub-xmlpatterns-make_first] Error 2
                                make[2]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples'
                                Makefile:97: recipe for target 'sub-examples-make_first' failed
                                make[1]: *** [sub-examples-make_first] Error 2
                                make[1]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns'
                                Makefile:282: recipe for target 'module-qtxmlpatterns-make_first' failed
                                make: *** [module-qtxmlpatterns-make_first] Error 2
                                

                                I am gonna not use make install just yet, because errors and wait for your answer.

                                J 1 Reply Last reply 20 Dec 2017, 12:41
                                0
                                • X Xenoshell
                                  20 Dec 2017, 12:37

                                  @SGaist
                                  Oh well, here are some errors.. Should i be worried or not?

                                  /usr/lib/gcc/arm-linux-gnueabihf/5/../../../arm-linux-gnueabihf/crt1.o(.text+0x28): error: undefined reference to 'main'
                                  collect2: error: ld returned 1 exit status
                                  Makefile:81: recipe for target 'schema' failed
                                  make[4]: *** [schema] Error 1
                                  make[4]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples/xmlpatterns/schema'
                                  Makefile:122: recipe for target 'sub-schema-make_first' failed
                                  make[3]: *** [sub-schema-make_first] Error 2
                                  make[3]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples/xmlpatterns'
                                  Makefile:44: recipe for target 'sub-xmlpatterns-make_first' failed
                                  make[2]: *** [sub-xmlpatterns-make_first] Error 2
                                  make[2]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns/examples'
                                  Makefile:97: recipe for target 'sub-examples-make_first' failed
                                  make[1]: *** [sub-examples-make_first] Error 2
                                  make[1]: Leaving directory '/home/blz/Downloads/qt-everywhere-opensource-src-5.9.3/qtxmlpatterns'
                                  Makefile:282: recipe for target 'module-qtxmlpatterns-make_first' failed
                                  make: *** [module-qtxmlpatterns-make_first] Error 2
                                  

                                  I am gonna not use make install just yet, because errors and wait for your answer.

                                  J Offline
                                  J Offline
                                  JonB
                                  wrote on 20 Dec 2017, 12:41 last edited by
                                  #30

                                  @Xenoshell
                                  Just to let you know: I am the person who tried to help with your original "why I am unable to use the camera without freezing?" question!

                                  I see this thread is getting long, I do hope my advice to sort out your multimedia installation fully is worth it for all this compiling etc. you're doing, and not a red-herring...!!

                                  1 Reply Last reply
                                  0
                                  • S Offline
                                    S Offline
                                    SGaist
                                    Lifetime Qt Champion
                                    wrote on 20 Dec 2017, 21:20 last edited by SGaist
                                    #31

                                    Don't build the tests nor the example, especially since your are cross-compiling. There's no use for that and you'll waste space, time and electricity for nothing.

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

                                    X 1 Reply Last reply 21 Dec 2017, 08:40
                                    1
                                    • S SGaist
                                      20 Dec 2017, 21:20

                                      Don't build the tests nor the example, especially since your are cross-compiling. There's no use for that and you'll waste space, time and electricity for nothing.

                                      X Offline
                                      X Offline
                                      Xenoshell
                                      wrote on 21 Dec 2017, 08:40 last edited by Xenoshell
                                      #32

                                      @SGaist So are the errors now important or can i just install without worries?
                                      @JonB I just wanna cross out all possibilities what could be wrong

                                      J 1 Reply Last reply 21 Dec 2017, 08:47
                                      0
                                      • X Xenoshell
                                        21 Dec 2017, 08:40

                                        @SGaist So are the errors now important or can i just install without worries?
                                        @JonB I just wanna cross out all possibilities what could be wrong

                                        J Offline
                                        J Offline
                                        jsulm
                                        Lifetime Qt Champion
                                        wrote on 21 Dec 2017, 08:47 last edited by
                                        #33

                                        @Xenoshell As you can see from what you posted those errors are coming from examples. As @SGaist suggested there is no need to build examples and tests (so, no these errors are not important). Use -skip to not to build examples and tests.

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

                                        X 1 Reply Last reply 21 Dec 2017, 08:49
                                        0
                                        • J jsulm
                                          21 Dec 2017, 08:47

                                          @Xenoshell As you can see from what you posted those errors are coming from examples. As @SGaist suggested there is no need to build examples and tests (so, no these errors are not important). Use -skip to not to build examples and tests.

                                          X Offline
                                          X Offline
                                          Xenoshell
                                          wrote on 21 Dec 2017, 08:49 last edited by
                                          #34

                                          @jsulm yeah, since make is now finished its a little bit too late to skip the examples. But its good to know that those errors dont matter

                                          1 Reply Last reply
                                          0

                                          24/44

                                          19 Dec 2017, 14:05

                                          • Login

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