• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
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 565 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 20 Sept 2023, 11:24

      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?

      L 1 Reply Last reply 20 Sept 2023, 21:51 Reply Quote 0
      • L Offline
        lduboeuf @iqrajaved
        last edited by 20 Sept 2023, 21:51

        @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 ?.

        L 1 Reply Last reply 20 Sept 2023, 22:08 Reply Quote 0
        • L Offline
          lduboeuf @lduboeuf
          last edited by 20 Sept 2023, 22:08

          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 21 Sept 2023, 07:48 Reply Quote 0
          • I Offline
            iqrajaved @lduboeuf
            last edited by 21 Sept 2023, 07:48

            @lduboeuf said in Facing issues in Lomiri clickable environment:

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

            Reply

            Yes, clickable is still fetching 16.04

            L 1 Reply Last reply 21 Sept 2023, 07:57 Reply Quote 0
            • L Offline
              lduboeuf @iqrajaved
              last edited by 21 Sept 2023, 07:57

              @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 21 Sept 2023, 08:33 Reply Quote 0
              • I Offline
                iqrajaved @lduboeuf
                last edited by 21 Sept 2023, 08:33

                @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 21 Sept 2023, 08:36 Reply Quote 0
                • I Offline
                  iqrajaved @iqrajaved
                  last edited by arubislander 21 Sept 2023, 08:36

                  @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

                  L 1 Reply Last reply 21 Sept 2023, 08:53 Reply Quote 0
                  • L Offline
                    lduboeuf @iqrajaved
                    last edited by lduboeuf 21 Sept 2023, 08:53

                    @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 21 Sept 2023, 08:56 Reply Quote 0
                    • I Offline
                      iqrajaved @lduboeuf
                      last edited by 21 Sept 2023, 08:56

                      @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
                      
                      L 1 Reply Last reply 21 Sept 2023, 09:06 Reply Quote 0
                      • L Offline
                        lduboeuf @iqrajaved
                        last edited by 21 Sept 2023, 09:06

                        @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

                        L 1 Reply Last reply 21 Sept 2023, 22:21 Reply Quote 0
                        • L Offline
                          lduboeuf @lduboeuf
                          last edited by 21 Sept 2023, 22:21

                          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 22 Sept 2023, 06:44 Reply Quote 0
                          • I Offline
                            iqrajaved @lduboeuf
                            last edited by 22 Sept 2023, 06:44

                            @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.

                            L 1 Reply Last reply 22 Sept 2023, 08:08 Reply Quote 0
                            • L Offline
                              lduboeuf @iqrajaved
                              last edited by 22 Sept 2023, 08:08

                              @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 22 Sept 2023, 08:34 Reply Quote 0
                              • I Offline
                                iqrajaved @lduboeuf
                                last edited by iqrajaved 22 Sept 2023, 08:34

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

                                L 1 Reply Last reply 22 Sept 2023, 09:34 Reply Quote 0
                                • L Offline
                                  lduboeuf @iqrajaved
                                  last edited by 22 Sept 2023, 09:34

                                  @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
                                  10 out of 15
                                  • First post
                                    10/15
                                    Last post