Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

You might need to clear the statoverride issue with cron on zumiq’s generic systems

sudo nano /var/lib/dpkg/statoverride

You can then update the apt repo’s

sudo apt-get update

You can 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

On zumiq’s generic systems, we can sometimes get oddities like missing linux.h header files, which are provided in libgcc-X-dev packages. To fix it, we figure out these steps:

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

You can 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 Dealing with software packages

  • No labels