apt dependency not installed with bootstrap.sh or axii self update
I recently updated my workspace in a virtual machine and the building step for the python module dbus-python
failed.
I then tried ./bootstrap.sh --apt
in the axii directory to install the missing dependencies and the missing dependencies were correctly picked up by apt but the installation was aborted without me doing anything - which should not be the case from my understanding.
Maybe there is something wrong with the apt call?
Manually installing the required packages fixes the dependency issue.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libgraphviz-dev' instead of 'graphviz-dev'
build-essential is already the newest version (12.4ubuntu1).
lsb-release is already the newest version (9.20170808ubuntu1).
lsb-release set to manually installed.
pkg-config is already the newest version (0.29.1-0ubuntu2).
graphviz is already the newest version (2.40.1-2).
jq is already the newest version (1.5+dfsg-2).
libgraphviz-dev is already the newest version (2.40.1-2).
dbus is already the newest version (1.12.2-1ubuntu1.4).
dbus set to manually installed.
git is already the newest version (1:2.17.1-1ubuntu0.13).
libbz2-dev is already the newest version (1.0.6-8.1ubuntu0.2).
libpython3-dev is already the newest version (3.6.7-1~18.04).
libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.20).
python3 is already the newest version (3.6.7-1~18.04).
python3 set to manually installed.
python3-venv is already the newest version (3.6.7-1~18.04).
The following packages were automatically installed and are no longer required:
linux-headers-5.4.0-131-generic linux-hwe-5.4-headers-5.4.0-125 linux-hwe-5.4-headers-5.4.0-126 linux-hwe-5.4-headers-5.4.0-131
linux-hwe-5.4-headers-5.4.0-84 linux-image-5.4.0-131-generic linux-modules-5.4.0-131-generic linux-modules-extra-5.4.0-131-generic
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
gobject-introspection libffi-dev
Suggested packages:
libgirepository1.0-doc
The following NEW packages will be installed:
gobject-introspection libdbus-1-dev libdbus-glib-1-dev libffi-dev libgirepository1.0-dev
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 1.370 kB of archives.
After this operation, 11,5 MB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.