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

    flare - need help - package did not install

    Scheduled Pinned Locked Moved General
    2 Posts 1 Posters 46 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.
      • D Offline
        ds2k5
        last edited by

        Using Linux Mint 22.2 amd64

        wanna get flare on ubuntu touch
        was able to build a package but can not install it

        here is what I did:

        git clone https://gitlab.com/schmiddi-on-mobile/flare

        modify and files

        sudo apt-get install librust-gsk4-sys-dev
        sudo apt-get install protobuf-compiler
        sudo apt-get install librust-libadwaita-sys-dev
        sudo apt-get install librust-libadwaita-sys-de
        sudo apt-get install librust-libadwaita-sys-dev
        sudo apt install pkg-config libgtksourceview-5-dev
        sudo apt install pkg-config libadwaita-1-dev

        sudo apt-get install libxml2-utils
        sudo apt install python3-pip

        pip3 install --user clickable-ut pip3 install --user clickable-ut

        sudo apt install -y
        meson ninja-build cargo rustc
        libgtk-4-dev libadwaita-1-dev
        libglib2.0-dev libsqlite3-dev
        libssl-dev libdbus-1-dev
        gettext blueprint-compiler
        pkg-config

        ./build-click-package.sh armhf

        ./build-click-package.sh arm64

        ./build-click-package.sh aarch64

        Copy to device

        scp build/armhf/*.click phablet@device-ip:~/

        SSH to device and install

        ssh phablet@device-ip
        pkcon install-local --allow-untrusted *.click

        example:

        pkcon install-local --allow-untrusted flare.schmidhuberj_0.17.2_arm64.click

        at this point the install hang

        4c0a1d3b-b488-4b13-bb10-9f06dfd840b1-image.png

        here is the hole folder as zip

        https://gitlab.com/-/project/37464215/uploads/e1d86ce5da7c42508c1fee6e007d7a83/flare.tar.gz

        D 1 Reply Last reply Reply Quote 0
        • D Offline
          ds2k5 @ds2k5
          last edited by

          I could cross-build now before it was amd64 insted of aarch64

          but did not start because lib: libgtksourceview-5.so.0 missing

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