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

    The "godot" template of clickable fails to build

    Scheduled Pinned Locked Moved App Development
    2 Posts 2 Posters 192 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.
      • A Offline
        anybodybutme
        last edited by

        Hi,

        just generated a new "empty" application using clickable create using the godot template. Unfortunately even the otherwise unchanged template fails to build:

        $ clickable --arch=arm64
        Going to run all of "build", "install", "launch"
        Running command "build"
        Building app
        Sending build context to Docker daemon  4.096kB
        Step 1/17 : FROM docker.io/clickable/amd64-20.04-arm64
         ---> 3fdb17d645e8
        Step 2/17 : ARG GOPATH="/home/user/.clickable/go"
         ---> Running in d88816b47445
        Removing intermediate container d88816b47445
         ---> fafc8077702a
        Step 3/17 : ARG SDK_FRAMEWORK="ubuntu-sdk-20.04"
         ---> Running in a1b4788f7284
        Removing intermediate container a1b4788f7284
         ---> 4078159273e9
        Step 4/17 : ARG QT_VERSION="5.12"
         ---> Running in 8c64909c53b5
        Removing intermediate container 8c64909c53b5
         ---> 0ef264b82cf7
        Step 5/17 : ARG ARCH="arm64"
         ---> Running in 285139be7a71
        Removing intermediate container 285139be7a71
         ---> 11497372843c
        Step 6/17 : ARG ARCH_TRIPLET="aarch64-linux-gnu"
         ---> Running in 5c1c15d5f05a
        Removing intermediate container 5c1c15d5f05a
         ---> e727fe8b1667
        Step 7/17 : ARG ARCH_RUST="aarch64-unknown-linux-gnu"
         ---> Running in 6596d457517d
        Removing intermediate container 6596d457517d
         ---> 4d1047f42d8b
        Step 8/17 : ARG NUM_PROCS="4"
         ---> Running in 089caf201073
        Removing intermediate container 089caf201073
         ---> 171a72e09e2c
        Step 9/17 : ARG ROOT="/home/user/Qt-Qml/warofplanes"
         ---> Running in ab4f834cc2ab
        Removing intermediate container ab4f834cc2ab
         ---> 3621165f83d7
        Step 10/17 : ARG BUILD_DIR="/home/user/Qt-Qml/warofplanes/build/aarch64-linux-gnu/app"
         ---> Running in ece49c833806
        Removing intermediate container ece49c833806
         ---> 0ba49c80804d
        Step 11/17 : ARG SRC_DIR="/home/user/Qt-Qml/warofplanes"
         ---> Running in 673c88ae2c08
        Removing intermediate container 673c88ae2c08
         ---> 232d192e32e4
        Step 12/17 : ARG INSTALL_DIR="/home/user/Qt-Qml/warofplanes/build/aarch64-linux-gnu/app/install"
         ---> Running in 4ce160866f5b
        Removing intermediate container 4ce160866f5b
         ---> 9ebf8d516903
        Step 13/17 : ARG CLICK_LD_LIBRARY_PATH="/home/user/Qt-Qml/warofplanes/build/aarch64-linux-gnu/app/install/lib/aarch64-linux-gnu"
         ---> Running in 74a58fb2e504
        Removing intermediate container 74a58fb2e504
         ---> 59e9027815ae
        Step 14/17 : ARG CLICK_PATH="/home/user/Qt-Qml/warofplanes/build/aarch64-linux-gnu/app/install/lib/aarch64-linux-gnu/bin"
         ---> Running in 3ca98576273c
        Removing intermediate container 3ca98576273c
         ---> a503588f9c83
        Step 15/17 : ARG CLICK_QML2_IMPORT_PATH="/home/user/Qt-Qml/warofplanes/build/aarch64-linux-gnu/app/install/lib/aarch64-linux-gnu"
         ---> Running in 57f4cd548e5d
        Removing intermediate container 57f4cd548e5d
         ---> 83778d4ce7a5
        Step 16/17 : RUN echo set debconf/frontend Noninteractive | debconf-communicate && echo set debconf/priority critical | debconf-communicate
         ---> Running in 215b5e97c393
        0 value set
        0 value set
        Removing intermediate container 215b5e97c393
         ---> a944c4e4d866
        Step 17/17 : RUN apt-get update && apt-get install -y --force-yes --no-install-recommends libgles2 wget libasound2:arm64 libfreetype6:arm64 libglib2.0-0:arm64 libpng16-16:arm64 libsdl2-2.0-0:arm64 libsndio6.1:arm64 libvpx3:arm64 && apt-get clean
         ---> Running in 91fe709325f6
        Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB]
        Get:2 http://ports.ubuntu.com/ubuntu-ports focal InRelease [265 kB]
        Get:3 http://repo2.ubports.com focal InRelease [10.4 kB]
        Get:4 http://ppa.launchpad.net/bhdouglass/clickable/ubuntu focal InRelease [17.5 kB]
        Get:5 http://ppa.launchpad.net/mardy/qbs-on-lts/ubuntu focal InRelease [17.5 kB]
        Get:6 https://deb.nodesource.com/node_16.x focal InRelease [4583 B]
        Get:7 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease [114 kB]
        Get:8 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease [114 kB]
        Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
        Get:10 http://archive.ubuntu.com/ubuntu focal-security InRelease [114 kB]
        Get:11 http://repo2.ubports.com focal/main arm64 Packages [4894 kB]
        Get:12 http://ppa.launchpad.net/bhdouglass/clickable/ubuntu focal/main amd64 Packages [1634 B]
        Get:13 http://ppa.launchpad.net/bhdouglass/clickable/ubuntu focal/main arm64 Packages [1634 B]
        Get:14 https://deb.nodesource.com/node_16.x focal/main arm64 Packages [778 B]
        Get:15 https://deb.nodesource.com/node_16.x focal/main amd64 Packages [775 B]
        Get:16 http://ppa.launchpad.net/mardy/qbs-on-lts/ubuntu focal/main amd64 Packages [1136 B]
        Get:17 http://ppa.launchpad.net/mardy/qbs-on-lts/ubuntu focal/main arm64 Packages [1141 B]
        Get:18 http://repo2.ubports.com focal/main amd64 Packages [4901 kB]
        Get:19 http://ports.ubuntu.com/ubuntu-ports focal/restricted arm64 Packages [1317 B]
        Get:20 http://ports.ubuntu.com/ubuntu-ports focal/multiverse arm64 Packages [139 kB]
        Get:21 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB]
        Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB]
        Get:23 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages [1234 kB]
        Get:24 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB]
        Get:25 http://ports.ubuntu.com/ubuntu-ports focal/universe arm64 Packages [11.1 MB]
        Get:26 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB]
        Get:27 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1376 kB]
        Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3347 kB]
        Get:29 http://ports.ubuntu.com/ubuntu-ports focal-updates/multiverse arm64 Packages [9076 B]
        Get:30 http://ports.ubuntu.com/ubuntu-ports focal-updates/restricted arm64 Packages [43.6 kB]
        Get:31 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 Packages [2486 kB]
        Get:32 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2677 kB]
        Get:33 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe arm64 Packages [1272 kB]
        Get:34 http://ports.ubuntu.com/ubuntu-ports focal-security/restricted arm64 Packages [43.4 kB]
        Get:35 http://ports.ubuntu.com/ubuntu-ports focal-security/multiverse arm64 Packages [3262 B]
        Get:36 http://ports.ubuntu.com/ubuntu-ports focal-security/main arm64 Packages [2097 kB]
        Get:37 http://ports.ubuntu.com/ubuntu-ports focal-security/universe arm64 Packages [970 kB]
        Get:38 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [32.0 kB]
        Get:39 http://archive.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1075 kB]
        Get:40 http://archive.ubuntu.com/ubuntu focal-security/main amd64 Packages [2866 kB]
        Get:41 http://archive.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2536 kB]
        Get:42 http://archive.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [29.3 kB]
        Fetched 57.0 MB in 26s (2212 kB/s)
        Reading package lists...
        Reading package lists...
        Building dependency tree...
        Reading state information...
        Package libsndio6.1:arm64 is not available, but is referred to by another package.
        This may mean that the package is missing, has been obsoleted, or
        is only available from another source
        
        W: --force-yes is deprecated, use one of the options starting with --allow instead.
        E: Package 'libsndio6.1:arm64' has no installation candidate
        E: Unable to locate package libvpx3:arm64
        The command '/bin/sh -c apt-get update && apt-get install -y --force-yes --no-install-recommends libgles2 wget libasound2:arm64 libfreetype6:arm64 libglib2.0-0:arm64 libpng16-16:arm64 libsdl2-2.0-0:arm64 libsndio6.1:arm64 libvpx3:arm64 && apt-get clean' returned a non-zero code: 100
        Command exited with non-zero exit status 100, see above for details. This is most likely not a problem with Clickable.
        

        Anybody successfully build a godot app recently?

        anybodybutme

        K 1 Reply Last reply Reply Quote 0
        • K Offline
          kugiigi @anybodybutme
          last edited by

          @anybodybutme If I am not mistaken, godot or sdl templates are not yet modified to work on focal.

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