GENIVI / rvi_core

Specify, design, plan and build a reference implementation of the open source infrastructure that drives next generation's connected vehicle services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rvi_0.4.0-1ubuntu1_amd64.deb missing runtime dependencies

jeremiah opened this issue · comments

dpkg -i rvi_0.4.0-1ubuntu1_amd64.deb

Selecting previously unselected package rvi.
(Reading database ... 11517 files and directories currently installed.)
Preparing to unpack rvi_0.4.0-1ubuntu1_amd64.deb ...
Unpacking rvi (0.4.0-1ubuntu1) ...
dpkg: dependency problems prevent configuration of rvi:
rvi depends on libbluetooth3 (>= 4.91); however:
Package libbluetooth3 is not installed.
rvi depends on bluez; however:
Package bluez is not installed.
rvi depends on erlang-base (= 1:16.b.3-dfsg-1ubuntu2.1); however:
Package erlang-base is not installed.
rvi depends on python-jsonrpclib (>= 0.1.3-1build1); however:
Package python-jsonrpclib is not installed.
rvi depends on python (>= 2.7.5-5ubuntu3); however:
Package python is not installed.

dpkg: error processing package rvi (--install):
dependency problems - leaving unconfigured
Processing triggers for ureadahead (0.100.0-16) ...
Errors were encountered while processing:
rvi

My assumption here is that when you tested the package you already had all the needed dependencies on your system. I tested the package in a minimal Ubuntu 14.04 system which has missing dependencies as shown above. We can add these to the debian/control file and they will get pulled in automatically when the package is installed.

Closing as it isn't relevant any more.