Missing Dependencies and Warnings

Missing Dependencies and Warnings

statoverride Issues

To clear the statoverride issue with cron on zumiq’s generic systems, run the following:

sudo nano /var/lib/dpkg/statoverride

Then update the apt repos:

sudo apt-get update

Then install eACM’s apt dependencies manually to see any errors

sudo apt-get install libffi-dev gcc python3-dev logrotate python3-pip libpq-dev postgresql libssl-dev openssl libzmq3-dev curl sudo apt clean

 

Missing linux.h Files

On zumiq’s generic systems, linux.h header files, provided in libgcc-X-dev packages, can be missing . To correct this, run the following:

sudo apt-get install --reinstall iproute dh-python libasan3:armhf git-core e2fslibs:armhf python3.5 perl-modules-5.24 libev4 libssl1.0.2:armhf cron cpp-6 python3.5-dev libgdbm3:armhf libpython3.5:armhf linux-libc-dev:armhf libprocps6:armhf libustr-1.0-1:armhf libncurses5:armhf libunistring0:armhf libpython3.5-stdlib:armhf libmpfr4:armhf libperl5.24:armhf liberror-perl libisl15:armhf libexpat1-dev:armhf multiarch-support libpython3.5-dev:armhf python3.5-minimal gcc-6-base:armhf git libpython3.5-minimal:armhf gcc-6 libubsan0:armhf libgcc-6-dev:armhf git-man libncursesw5:armhf libtinfo5:armhf sudo apt-get install --reinstall libgcc-8-dev

Then install eACMs Python dependencies manually to see any errors

sudo python3 -m pip install django jsonschema psycopg2 paho-mqtt django-cors-headers psutil djangorestframework Twisted pyopenssl service_identity pyasn1-modules sudo apt clean

Now you can install an AUTOSOL package and follow the instructions in Managing Software Packages.

For assistance, please submit a ticket via our Support Portal, email autosol.support@autosoln.com or call 281.286.6017 to speak to a support team member.