Hi,
Setup a new virtual box (5.2.8) on MacOS High Serria (10.13.3), guest extensions installed, with a clean install of ubuntu 17.10 to build jevois 1.8. VirtualBox seems to be working just fine.
Imported jevois keys, just fine. Output below. When I try to install jevois-sdk-dev get the following error about a dependency. Not sure what I'm missing.
pi@jevoisvbox18:~$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys DD24C027
[sudo] password for pi:
Executing: /tmp/apt-key-gpghome.xwqwK3aiSf/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys DD24C027
gpg: key 003C8963C25E5DDA: public key "Laurent Itti <jevois.org@gmail.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
pi@jevoisvbox18:~$ sudo add-apt-repository "deb http://jevois.usc.edu/apt zesty main"
pi@jevoisvbox18:~$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu artful InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu artful-updates InRelease [81.7 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu artful-backports InRelease [72.2 kB]
Get:4 http://security.ubuntu.com/ubuntu artful-security InRelease [78.6 kB]
Get:5 https://jevois.usc.edu/apt zesty InRelease [3,151 B]
Get:6 https://jevois.usc.edu/apt zesty/main i386 Packages [433 B]
Get:7 https://jevois.usc.edu/apt zesty/main amd64 Packages [2,001 B]
Fetched 238 kB in 1s (206 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
pi@jevoisvbox18:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@jevoisvbox18:~$ sudo apt install jevois-sdk-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
jevois-sdk-dev : Depends: jevois-sdk (>= 1.6.0) but it is not going to be installed
Depends: gcc-4.7-arm-linux-gnueabi but it is not installable
E: Unable to correct problems, you have held broken packages.
pi@jevoisvbox18:~$ sudo apt install gcc
Reading package lists... Done
Building dependency tree
Reading state information... Done
gcc is already the newest version (4:7.2.0-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@jevoisvbox18:~$
Thanks for your help,