Joystick code build errors

I have managed to stumble my way to building the Kaya and installing all the software on the Desktop and the Nano/Kaya. I am trying to build the first app - joystick - using bazel and I got this error:

Can anyone suggest a direction towards resolution?

pvb@LinuxAI01:~/isaac$ ./engine/build/deploy.sh -d jetpack42 -h 192.168.55.1 -p //apps/kaya:joystick-pkg

Building Minidump tools

Starting local Bazel server and connecting to it…
ERROR: /home/pvb/isaac/WORKSPACE:18:1: Traceback (most recent call last):
File “/home/pvb/isaac/WORKSPACE”, line 18
isaac_engine_workspace()
File “/home/pvb/isaac/third_party/engine.bzl”, line 20, in isaac_engine_workspace
isaac_new_http_archive(name = “gtest”, build_file = clean…“), <5 more arguments>)
File “/home/pvb/isaac/engine/build/isaac.bzl”, line 371, in isaac_new_http_archive
native.new_http_archive(**kwargs)
type ‘struct’ has no method new_http_archive()
ERROR: /home/pvb/isaac/WORKSPACE:20:1: Traceback (most recent call last):
File “/home/pvb/isaac/WORKSPACE”, line 20
isaac_packages_workspace()
File “/home/pvb/isaac/third_party/packages.bzl”, line 19, in isaac_packages_workspace
isaac_new_http_archive(name = “robotis”, build_file = cle…”), <5 more arguments>)
File “/home/pvb/isaac/engine/build/isaac.bzl”, line 371, in isaac_new_http_archive
native.new_http_archive(**kwargs)
type ‘struct’ has no method new_http_archive()
ERROR: /home/pvb/isaac/WORKSPACE:22:1: Traceback (most recent call last):
File “/home/pvb/isaac/WORKSPACE”, line 22
isaac_ros_workspace()
File “/home/pvb/isaac/third_party/ros.bzl”, line 18, in isaac_ros_workspace
isaac_new_http_archive(name = “isaac_ros_bridge_x86_64”, <5 more arguments>)
File “/home/pvb/isaac/engine/build/isaac.bzl”, line 371, in isaac_new_http_archive
native.new_http_archive(**kwargs)
type ‘struct’ has no method new_http_archive()
ERROR: /home/pvb/isaac/WORKSPACE:24:1: Traceback (most recent call last):
File “/home/pvb/isaac/WORKSPACE”, line 24
isaac_zed_workspace()
File “/home/pvb/isaac/third_party/zed.bzl”, line 19, in isaac_zed_workspace
isaac_new_http_archive(name = “libusb”, build_file = clea…“), <5 more arguments>)
File “/home/pvb/isaac/engine/build/isaac.bzl”, line 371, in isaac_new_http_archive
native.new_http_archive(**kwargs)
type ‘struct’ has no method new_http_archive()
ERROR: /home/pvb/isaac/WORKSPACE:43:1: Traceback (most recent call last):
File “/home/pvb/isaac/WORKSPACE”, line 43
isaac_new_http_archive(name = “org_lzma_lzma”, build_file…”, <5 more arguments>)
File “/home/pvb/isaac/engine/build/isaac.bzl”, line 371, in isaac_new_http_archive
native.new_http_archive(**kwargs)
type ‘struct’ has no method new_http_archive()
ERROR: Error evaluating WORKSPACE file
ERROR: error loading package ‘’: Encountered error while reading extension file ‘bazel/repositories.bzl’: no such package ‘@com_github_googlecartographer_cartographer//bazel’: error loading package ‘external’: Could not load //external package
ERROR: error loading package ‘’: Encountered error while reading extension file ‘bazel/repositories.bzl’: no such package ‘@com_github_googlecartographer_cartographer//bazel’: error loading package ‘external’: Could not load //external package
INFO: Elapsed time: 2.485s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
cp: cannot stat ‘bazel-bin/external/breakpad/dump_syms’: No such file or directory
cp: cannot stat ‘bazel-bin/external/breakpad/minidump_stackwalk’: No such file or directory

Building //apps/kaya:joystick-pkg for target platform ‘jetpack42’

INFO: Options provided by the client:
Inherited ‘common’ options: --isatty=1 --terminal_columns=80
ERROR: Config value jetpack42 is not defined in any .rc file
pvb@LinuxAI01:~/isaac$

Looks like you are trying to deploy the application. Do you have issue during building or deployment? Thanks