Closed ChrisVeigl closed 4 years ago
Thanks for reporting!!
Regarding libttspico-utils and libhidapi-libusb0 we should update the dependency descriptions or changed to an optional dependency. I think libusb was needed for the IrTrans access to the IrTrans usb-adapter.
Are is dependent on Java 8. You are using Java 11. Try to install it this way: https://www.raspberrypi.org/forums/viewtopic.php?t=248561 or this way: http://www.gridtec.at/java-8-auf-dem-raspberry-pi-installieren-und-testen/
If you need Java 11 for any other reason, you can try the respective PR #323
On a freshly installed RaspberryPi 4 (with raspbian version 2019-09-26 based on Debian Buster), several problems occur when installing the AsTeRICS .deb installer package:
*) dpkg: dependency problems prevent configuration of asterics-are: asterics-are depends on libttspico-utils; however: Package libttspico-utils is not installed. asterics-are depends on libhidapi-libusb0; however: Package libhidapi-libusb0 is not installed.
libttspico-utils is not available in the standard apt sources, but can be installed as outlined here: https://github.com/alexylem/jarvis/issues/129
after that, the .deb can be installed.
*) Further problems occur when starting the ARE because of missing constraints/bundles (org.glassfish.grizzly.-httpservice-bundle, java.net.ssl) and missing execution environment (JavaSE-1.6).
This results in unvailability of essential services (e.g. the ARE webserver and WebACS <-> ARE connection).
CLI protocol
Screenshots