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. Build qt580 multimedia widgets problem in opensuse 422
Qt 6.11 is out! See what's new in the release blog

Build qt580 multimedia widgets problem in opensuse 422

Scheduled Pinned Locked Moved Solved General and Desktop
13 Posts 2 Posters 4.1k Views 1 Watching
  • 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #2

    Hi,

    Is there any difference between the two machines software wise ?

    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
    • A Offline
      A Offline
      abarmotov
      wrote on last edited by
      #3

      Both use KDE, "good" one is more updated to recent packages, no other significant diffs
      And build was and is successful on "bad" before i added "-gstreamer 1.0", so this strange only with key "-gstreamer 1.0" and gstdevel* packages installed
      "Good" is my home, and "bad" in work machine, and no diffs latter was exists in builds
      I will try to install fresh 42.2 again in third machine to test this build

      1 Reply Last reply
      0
      • A Offline
        A Offline
        abarmotov
        wrote on last edited by
        #4

        I update "bad" machine to last packeges, but no luck in build
        On "bad" build in "qtmultimedia/src" i see no dirs "gsttools" and "plugins", that exists in "good" build
        For some reason they was not created by configure script

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

          Might be silly but did you check that you have the GStreamer 1.0 devel packages ? You might have the 0.1 installed.

          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
          • A Offline
            A Offline
            abarmotov
            wrote on last edited by
            #6

            on "bad":
            rpm -qa|grep gstreamer|grep dev
            gstreamer-plugins-qt5-devel-1.2.0-18.3.x86_64
            gstreamermm-devel-1.8.0-2.1.x86_64
            gstreamer-plugins-base-devel-1.8.3-5.3.2.x86_64
            gstreamer-plugins-qt-devel-1.2.0-5.3.x86_64
            gstreamer-devel-1.12.2-90.1.x86_64
            gstreamer-validate-devel-1.12.2-23.1.x86_64

            i will check home on "good"

            1 Reply Last reply
            0
            • A Offline
              A Offline
              abarmotov
              wrote on last edited by
              #7

              On fresh ubuntu and kubuntu (160403) build was successful
              Next, i compared dirs after configure step between "good" and "bad", in multimedia/qtmultimedia-config.pri

              < QT.multimedia_private.enabled_features = alsa gstreamer_1_0 gstreamer gstreamer_app gstreamer_encodingprofiles gstreamer_photography linux_v4l pulseaudio
              < QT.multimedia_private.disabled_features = directshow directshow-player evr gpu_vivante gstreamer_0_10 openal resourcepolicy wasapi wmf wmf-player wmsdk wshellitem
              < QT.multimedia_private.libraries = alsa gstreamer gstreamer_app gstreamer_photography pulseaudio
              ---
              > QT.multimedia_private.enabled_features = alsa gstreamer_1_0 gstreamer gstreamer_app gstreamer_encodingprofiles linux_v4l pulseaudio
              > QT.multimedia_private.disabled_features = directshow directshow-player evr gpu_vivante gstreamer_0_10 gstreamer_photography openal resourcepolicy wasapi wmf wmf-player wmsdk wshellitem
              > QT.multimedia_private.libraries = alsa gstreamer gstreamer_app pulseaudio
              13d12
              < QMAKE_LIBS_GSTREAMER_PHOTOGRAPHY = -lgstphotography-1.0
              
              

              one difference is some "gstreamer_photography" in "bad"
              so i removed it: apt-get purge libgstreamer-plugins-good1.0-0, and reconfigure and rebuid
              but no luck again

              is it possible to increase more output from configure script and make build command to analyze it ?

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

                You have the -v switch for configure. As for the build, it's already verbose.

                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
                • A Offline
                  A Offline
                  abarmotov
                  wrote on last edited by
                  #9

                  After configure step on "good" - there are files ".qmake.stash" and ".qmake.super", but on "bad" not
                  That this files need for ?

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

                    I wonder if the QtMultimedia tests have been re-done. Did you re-run configure in a new folder or in the same one ?

                    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
                    • A Offline
                      A Offline
                      abarmotov
                      wrote on last edited by
                      #11

                      In new empty folder
                      The configure log is https://github.com/mehelme/build_test_1/blob/master/conf_run_log580_64bit_bad2.txt
                      Using kubuntu 16.04.03

                      Then i compared packages list on this "bad" kubuntu and fresh "good" install with minimal dev pkgs to build qt - all pkgs from "good" exists in "bad" (also "bad" has additional dev packages for other development)

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

                        If we except the GStreamer Photography part, it all looks good...

                        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
                        • A Offline
                          A Offline
                          abarmotov
                          wrote on last edited by
                          #13

                          I unpacked qt src again and all built fine !

                          Compared old qt scr with new - i found some output files of ./configure script in this scr dir
                          I remember what some time ago i erroneously ran ./configure in src dir, interrupt it, and then built in separate dir
                          This was before i built multimedia widgets, so this not affected latter on build
                          But now it was affected
                          So it my forgotten fault )

                          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