UBports Robot Logo UBports Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Facing issues in Lomiri clickable environment

    Scheduled Pinned Locked Moved Unsolved Support
    15 Posts 2 Posters 560 Views 1 Watching
    Loading More Posts
    • 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.
      • I Offline
        iqrajaved
        last edited by

        Hi,

        I am working with Lomiri repo and facing some issues when I run the clickable command. Previously I was using the unity8 repo from GitHub and it was working fine.

        The package issues that I am facing are:
        e5e6e80e-66fe-49d3-a851-a41bd3e3932b-Screenshot from 2023-09-20 15-57-23.png /home/iqra/Pictures/Screenshots/Screenshot from 2023-09-20 15-57-23.png

        Can anyone help me in resolving these issues?

        lduboeufL 1 Reply Last reply Reply Quote 0
        • lduboeufL Offline
          lduboeuf @iqrajaved
          last edited by

          @iqrajaved said in Facing issues in Lomiri clickable environment:

          Hi,

          I am working with Lomiri repo and facing some issues when I run the clickable command. Previously I was using the unity8 repo from GitHub and it was working fine.

          The package issues that I am facing are:
          e5e6e80e-66fe-49d3-a851-a41bd3e3932b-Screenshot from 2023-09-20 15-57-23.png /home/iqra/Pictures/Screenshots/Screenshot from 2023-09-20 15-57-23.png

          Can anyone help me in resolving these issues?

          Is clickable + clickable images up to date ?.

          lduboeufL 1 Reply Last reply Reply Quote 0
          • lduboeufL Offline
            lduboeuf @lduboeuf
            last edited by

            if it is not clickable 8.0 then the default build is still on 16.04 so one need to specitfy the target os:
            CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable .....

            I 1 Reply Last reply Reply Quote 0
            • I Offline
              iqrajaved @lduboeuf
              last edited by

              @lduboeuf said in Facing issues in Lomiri clickable environment:

              CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable .....

              Reply

              Yes, clickable is still fetching 16.04

              lduboeufL 1 Reply Last reply Reply Quote 0
              • lduboeufL Offline
                lduboeuf @iqrajaved
                last edited by

                @iqrajaved said in Facing issues in Lomiri clickable environment:

                @lduboeuf said in Facing issues in Lomiri clickable environment:

                CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable .....

                Reply

                Yes, clickable is still fetching 16.04

                You mean even with CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable... it still build on 16.04 container ?

                I 1 Reply Last reply Reply Quote 0
                • I Offline
                  iqrajaved @lduboeuf
                  last edited by

                  @lduboeuf No with this command it works fine, with only "clickable" I was facing the issue. Now it works. The issue is resolved with CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04

                  Thanks

                  I 1 Reply Last reply Reply Quote 0
                  • I Offline
                    iqrajaved @iqrajaved
                    last edited by arubislander

                    @lduboeuf how to remove the dependencies completely from ubuntu 16.04 and unity8 repo (which is still 16.04). When I use the command:

                    CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable ide 'cd build/x86_64-linux-gnu/unity8/ && make tryShell'
                    

                    it is giving errors:

                    Successfully tagged clickable/amd64-20.04-amd64-ide-d4e5d728-3124-4990-beb9-c5f504a48ed1:latest
                    non-network local connections being added to access control list
                    Mounting device home to /home/iqra/.clickable/home
                    bash: line 0: cd: build/x86_64-linux-gnu/unity8/: No such file or directory
                    

                    I believe there are still some files that need to be cleared

                    lduboeufL 1 Reply Last reply Reply Quote 0
                    • lduboeufL Offline
                      lduboeuf @iqrajaved
                      last edited by lduboeuf

                      @iqrajaved said in Facing issues in Lomiri clickable environment:

                      it is giving errors:

                      Successfully tagged clickable/amd64-20.04-amd64-ide-d4e5d728-3124-4990-beb9-c5f504a48ed1:latest
                      non-network local connections being added to access control list
                      Mounting device home to /home/iqra/.clickable/home
                      bash: line 0: cd: build/x86_64-linux-gnu/unity8/: No such file or directory
                      
                      I believe there are still some files that need to be cleared
                      

                      check if "build/x86_64-linux-gnu/unity8" exist ? did you run CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable build --libs before ?

                      I 1 Reply Last reply Reply Quote 0
                      • I Offline
                        iqrajaved @lduboeuf
                        last edited by

                        @lduboeuf yes I did run and even this was not working saying the base image is not the correct
                        I run the CLICKABLE_FRAMEWORK=ubuntu-sd-20.04 clickable ide qtcreator command first that worked perfectly
                        Then the build command gave error

                        Cached image has a different base image
                        Error response from daemon: No such image: clickable/amd64-20.04-amd64:latest
                        
                        lduboeufL 1 Reply Last reply Reply Quote 0
                        • lduboeufL Offline
                          lduboeuf @iqrajaved
                          last edited by

                          @iqrajaved said in Facing issues in Lomiri clickable environment:

                          @lduboeuf yes I did run and even this was not working saying the base image is not the correct
                          I run the CLICKABLE_FRAMEWORK=ubuntu-sd-20.04 clickable ide qtcreator command first that worked perfectly
                          Then the build command gave error

                          Cached image has a different base image
                          Error response from daemon: No such image: clickable/amd64-20.04-amd64:latest
                          

                          You probably need to clean the build folder before rm -rf build then CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04 clickable build --libs

                          lduboeufL 1 Reply Last reply Reply Quote 0
                          • lduboeufL Offline
                            lduboeuf @lduboeuf
                            last edited by

                            with https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/110
                            we can develop like that: https://m.youtube.com/watch?v=GgV8z0IsYzY&t=2s

                            I 1 Reply Last reply Reply Quote 0
                            • I Offline
                              iqrajaved @lduboeuf
                              last edited by

                              @lduboeuf thank you, my problem is resolved by deleting the dependencies from unity8. But everytime I have to use "CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04" this should be updated in the readme file for Lomiri.

                              And yes the PR https://gitlab.com/ubports/development/core/lomiri/-/merge_requests/110 should be merged as I followed the readme file as a starting point and it went to an older version of ubuntu touch.

                              lduboeufL 1 Reply Last reply Reply Quote 0
                              • lduboeufL Offline
                                lduboeuf @iqrajaved
                                last edited by

                                @iqrajaved said in Facing issues in Lomiri clickable environment:

                                @lduboeuf thank you, my problem is resolved by deleting the dependencies from unity8. But everytime I have to use "CLICKABLE_FRAMEWORK=ubuntu-sdk-20.04" this should be updated in the readme file for Lomiri.

                                With clickable 8.0, default will be 20.04

                                I 1 Reply Last reply Reply Quote 0
                                • I Offline
                                  iqrajaved @lduboeuf
                                  last edited by iqrajaved

                                  @lduboeuf where is clickable 8.0? I could only get 7.12.3 as latest

                                  lduboeufL 1 Reply Last reply Reply Quote 0
                                  • lduboeufL Offline
                                    lduboeuf @iqrajaved
                                    last edited by

                                    @iqrajaved said in Facing issues in Lomiri clickable environment:

                                    @lduboeuf where is clickable 8.0? I could only get 7.12.3 as latest

                                    Will land soon-ish, but you can help test the preview release with pip3 install --user git+https://gitlab.com/clickable/clickable.git@next

                                    1 Reply Last reply Reply Quote 0
                                    • First post
                                      Last post