Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. Qt Contribution
  4. Gerrit Contributions
QtWS25 Last Chance

Gerrit Contributions

Scheduled Pinned Locked Moved Qt Contribution
68 Posts 10 Posters 30.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.
  • SGaistS SGaist

    config.status and config.opt are all that are needed.

    kshegunovK Offline
    kshegunovK Offline
    kshegunov
    Moderators
    wrote on last edited by
    #51

    Needed for? Triggering configure?

    Read and abide by the Qt Code of Conduct

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

      Re-trigger configure using the set of parameter you original passed. In the absolute, config.opt is enough as config.status just calls configure with the -redo option.

      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
      • aha_1980A Offline
        aha_1980A Offline
        aha_1980
        Lifetime Qt Champion
        wrote on last edited by aha_1980
        #53

        Full build finished with make -j 1 ;)

        Following sizes include the .git repos, the sources and the developer (debug) build artefacts, as said exluding QtWeb*:

        961M	./qtxmlpatterns
        9,0M	./qtspeech
        58M	./qtgraphicaleffects
        5,2M	./config.tests
        2,1M	./coin
        4,0K	./qtquick1
        266M	./qtsensors
        4,0K	./qtdocgallery
        168M	./qtnetworkauth
        1,5M	./qtmacextras
        4,0K	./qtfeedback
        496M	./qtdatavis3d
        80M	./qtremoteobjects
        18M	./qtgamepad
        1,9G	./qttools
        41M	./qtimageformats
        149M	./qtvirtualkeyboard
        1,6M	./qtandroidextras
        116M	./qtqa
        488M	./qtcharts
        201M	./qtwebview
        859M	./qtquickcontrols2
        51M	./qtdoc
        3,3G	./qt3d
        4,0K	./qtwebengine
        2,3G	./qtdeclarative
        5,9M	./.git
        1,4M	./qtrepotools
        12M	./qtserialport
        27M	./qttranslations
        1,8G	./qtlocation
        659M	./qtscript
        174M	./qtwebsockets
        160M	./qtquickcontrols
        13M	./qtwayland
        904M	./qtmultimedia
        7,9G	./qtbase
        70M	./qtscxml
        202M	./qtserialbus
        4,7M	./qtwinextras
        4,7M	./gnuwin32
        441M	./qtconnectivity
        125M	./qtcanvas3d
        21M	./qtwebglplugin
        162M	./qtwebchannel
        151M	./qtpurchasing
        254M	./qtsvg
        3,8M	./qtx11extras
        4,0K	./qtpim
        4,0K	./qtenginio
        4,4M	./qtactiveqt
        4,0K	./qtsystems
        25G	.
        

        Qt has to stay free or it will die.

        VRoninV 1 Reply Last reply
        0
        • aha_1980A aha_1980

          Full build finished with make -j 1 ;)

          Following sizes include the .git repos, the sources and the developer (debug) build artefacts, as said exluding QtWeb*:

          961M	./qtxmlpatterns
          9,0M	./qtspeech
          58M	./qtgraphicaleffects
          5,2M	./config.tests
          2,1M	./coin
          4,0K	./qtquick1
          266M	./qtsensors
          4,0K	./qtdocgallery
          168M	./qtnetworkauth
          1,5M	./qtmacextras
          4,0K	./qtfeedback
          496M	./qtdatavis3d
          80M	./qtremoteobjects
          18M	./qtgamepad
          1,9G	./qttools
          41M	./qtimageformats
          149M	./qtvirtualkeyboard
          1,6M	./qtandroidextras
          116M	./qtqa
          488M	./qtcharts
          201M	./qtwebview
          859M	./qtquickcontrols2
          51M	./qtdoc
          3,3G	./qt3d
          4,0K	./qtwebengine
          2,3G	./qtdeclarative
          5,9M	./.git
          1,4M	./qtrepotools
          12M	./qtserialport
          27M	./qttranslations
          1,8G	./qtlocation
          659M	./qtscript
          174M	./qtwebsockets
          160M	./qtquickcontrols
          13M	./qtwayland
          904M	./qtmultimedia
          7,9G	./qtbase
          70M	./qtscxml
          202M	./qtserialbus
          4,7M	./qtwinextras
          4,7M	./gnuwin32
          441M	./qtconnectivity
          125M	./qtcanvas3d
          21M	./qtwebglplugin
          162M	./qtwebchannel
          151M	./qtpurchasing
          254M	./qtsvg
          3,8M	./qtx11extras
          4,0K	./qtpim
          4,0K	./qtenginio
          4,4M	./qtactiveqt
          4,0K	./qtsystems
          25G	.
          
          VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #54

          @aha_1980 Thanks!

          @SGaist and @kshegunov My idea was to pre-configure and even make. That's really the time saving part. The rest can literally be included in a bash file, it's not really that taxing.

          @SGaist said in Gerrit Contributions:

          provide a docker container

          That's actually another great idea

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          0
          • aha_1980A Offline
            aha_1980A Offline
            aha_1980
            Lifetime Qt Champion
            wrote on last edited by
            #55

            As someone that has not used Docker before: it is not as cross-platform as VirtualBox, i.e. you can use a Linux docker only in a Linux environment, not Windows, right?

            Qt has to stay free or it will die.

            1 Reply Last reply
            2
            • mrjjM Offline
              mrjjM Offline
              mrjj
              Lifetime Qt Champion
              wrote on last edited by
              #56

              Hi
              Dockers can be used in windows too but no gui possible as far as i know.
              So VM would be so much more flexible and cross platform.
              also dockers requires user to learn how to use them ( new commands, integration etc)
              where as WM is still just a normal linux.

              1 Reply Last reply
              0
              • VRoninV Offline
                VRoninV Offline
                VRonin
                wrote on last edited by
                #57

                Ok, so:

                • VM over docker

                Open issues

                • "pre-config & make" or "pre-config and delete unnecessary stuff"
                • where would it be appropriate to host such a big file?
                • how often should it be updated and what would be the best way to do it?

                "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                ~Napoleon Bonaparte

                On a crusade to banish setIndexWidget() from the holy land of Qt

                aha_1980A kshegunovK 2 Replies Last reply
                0
                • VRoninV VRonin

                  Ok, so:

                  • VM over docker

                  Open issues

                  • "pre-config & make" or "pre-config and delete unnecessary stuff"
                  • where would it be appropriate to host such a big file?
                  • how often should it be updated and what would be the best way to do it?
                  aha_1980A Offline
                  aha_1980A Offline
                  aha_1980
                  Lifetime Qt Champion
                  wrote on last edited by
                  #58

                  @VRonin said in Gerrit Contributions:

                  where would it be appropriate to host such a big file?

                  Don't forget the traffic that is generated when downloading...

                  For me and my limited networks speed, even downloading such a big file takes several hours.

                  how often should it be updated and what would be the best way to do it?

                  Another good one :) For now, I'd set it to the tip of qt5 5.11 branch, so you could do fixes easily and even push something to dev/5.12 with good chance it can be cherry-picked without conflict.

                  That would mean you'd have to renew it in approx. half a year, when 5.12 is out (Given that the average user downloads no beta releases anyway).

                  Qt has to stay free or it will die.

                  1 Reply Last reply
                  0
                  • mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #59

                    Hi
                    regarding hosting.
                    How big is image ?

                    aha_1980A 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      Hi
                      regarding hosting.
                      How big is image ?

                      aha_1980A Offline
                      aha_1980A Offline
                      aha_1980
                      Lifetime Qt Champion
                      wrote on last edited by aha_1980
                      #60

                      @mrjj Expect something between 20 and 40 GB (depending if we keep the compile artefacts or not).

                      Qt has to stay free or it will die.

                      1 Reply Last reply
                      0
                      • VRoninV VRonin

                        Ok, so:

                        • VM over docker

                        Open issues

                        • "pre-config & make" or "pre-config and delete unnecessary stuff"
                        • where would it be appropriate to host such a big file?
                        • how often should it be updated and what would be the best way to do it?
                        kshegunovK Offline
                        kshegunovK Offline
                        kshegunov
                        Moderators
                        wrote on last edited by
                        #61

                        @VRonin said in Gerrit Contributions:

                        where would it be appropriate to host such a big file?

                        No clue, but if you become desperate I can clear you 100-200 GB on my disk, however my connection isn't really that fast (40Mb outgoing).

                        Read and abide by the Qt Code of Conduct

                        1 Reply Last reply
                        0
                        • mrjjM Offline
                          mrjjM Offline
                          mrjj
                          Lifetime Qt Champion
                          wrote on last edited by
                          #62

                          Well
                          https://www.pcloud.com/
                          give 20 GB for free.
                          maybe we can compress it.
                          I will try to see if i can find their markting person and ask if they could donate
                          100 GB to Qt forum.

                          kshegunovK 1 Reply Last reply
                          1
                          • mrjjM mrjj

                            Well
                            https://www.pcloud.com/
                            give 20 GB for free.
                            maybe we can compress it.
                            I will try to see if i can find their markting person and ask if they could donate
                            100 GB to Qt forum.

                            kshegunovK Offline
                            kshegunovK Offline
                            kshegunov
                            Moderators
                            wrote on last edited by
                            #63

                            A classmate of mine works for that company, I could make a separate inquiry about it ...

                            Read and abide by the Qt Code of Conduct

                            mrjjM 1 Reply Last reply
                            3
                            • kshegunovK kshegunov

                              A classmate of mine works for that company, I could make a separate inquiry about it ...

                              mrjjM Offline
                              mrjjM Offline
                              mrjj
                              Lifetime Qt Champion
                              wrote on last edited by mrjj
                              #64

                              @kshegunov
                              That would be great. its super nice service. Much better than dropbox.

                              kshegunovK 1 Reply Last reply
                              0
                              • mrjjM mrjj

                                @kshegunov
                                That would be great. its super nice service. Much better than dropbox.

                                kshegunovK Offline
                                kshegunovK Offline
                                kshegunov
                                Moderators
                                wrote on last edited by kshegunov
                                #65

                                Yeah, unfortunately he said they probably won't be interested. Especially as they can't monetize at all the simple file hosting. They may want to "enforce" usage of their app, but I told him it wouldn't be appropriate in this case. The problem it seems is twofold:

                                1. there's not much gain of providing file hosting from the company's point of view
                                2. file hosting is expensive for them, and they impose very heavy restriction on traffic, which means it's probably not a viable option for our case

                                I asked for advice on possible other solutions, but he said it's kind of unlikely to find a decent hosting service for free just for file storage - there's not much interest into it from the companies; paid file hosting seems to be best, but costs money.

                                Read and abide by the Qt Code of Conduct

                                mrjjM 1 Reply Last reply
                                0
                                • kshegunovK kshegunov

                                  Yeah, unfortunately he said they probably won't be interested. Especially as they can't monetize at all the simple file hosting. They may want to "enforce" usage of their app, but I told him it wouldn't be appropriate in this case. The problem it seems is twofold:

                                  1. there's not much gain of providing file hosting from the company's point of view
                                  2. file hosting is expensive for them, and they impose very heavy restriction on traffic, which means it's probably not a viable option for our case

                                  I asked for advice on possible other solutions, but he said it's kind of unlikely to find a decent hosting service for free just for file storage - there's not much interest into it from the companies; paid file hosting seems to be best, but costs money.

                                  mrjjM Offline
                                  mrjjM Offline
                                  mrjj
                                  Lifetime Qt Champion
                                  wrote on last edited by
                                  #66

                                  @kshegunov
                                  Ok. so the end of that idea. Thank you for trying
                                  Im pretty sure we can find solution for 50 GB.

                                  kshegunovK 1 Reply Last reply
                                  0
                                  • mrjjM mrjj

                                    @kshegunov
                                    Ok. so the end of that idea. Thank you for trying
                                    Im pretty sure we can find solution for 50 GB.

                                    kshegunovK Offline
                                    kshegunovK Offline
                                    kshegunov
                                    Moderators
                                    wrote on last edited by
                                    #67

                                    @mrjj said in Gerrit Contributions:

                                    Ok. so the end of that idea. Thank you for trying

                                    That shouldn't stop you from trying to contact their marketing, they may have a different take on it, even if unlikely.

                                    Im pretty sure we can find solution for 50 GB.

                                    Not exactly what I was told, but it doesn't hurt to try. ;)

                                    Read and abide by the Qt Code of Conduct

                                    mrjjM 1 Reply Last reply
                                    0
                                    • kshegunovK kshegunov

                                      @mrjj said in Gerrit Contributions:

                                      Ok. so the end of that idea. Thank you for trying

                                      That shouldn't stop you from trying to contact their marketing, they may have a different take on it, even if unlikely.

                                      Im pretty sure we can find solution for 50 GB.

                                      Not exactly what I was told, but it doesn't hurt to try. ;)

                                      mrjjM Offline
                                      mrjjM Offline
                                      mrjj
                                      Lifetime Qt Champion
                                      wrote on last edited by mrjj
                                      #68

                                      @kshegunov
                                      I asked Joel Bodenmann since he just installed 1000/1000 and bought 16 TB extra ;)
                                      No harm asking.

                                      Update:

                                      Joel Bodenmann will host the wm image gladly.
                                      size really not issue.

                                      1 Reply Last reply
                                      4

                                      • Login

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