This is fairly common version incompatibility issue with 3rd-party drivers whenever the base INDI library interfaces change as they are compiled with a certain version of the base INDI library and if the system has a different version installed, there is a good chance it won't work. There have been a lot of changes in the base classes recently so this is expected. Things stabilize in a few days as Launchpad catches up with the packages and everything falls back into sync. To fix this there should be versioned dependency between the packages (so that the 3rd-party packages would depend on the exact version of the base library they were compiled with), but Launchpad doesn't support that in an easy way (all drivers should be recompiled every time the base library is updated). The alternative is to compile the 3rd-party drivers yourself with the base library version installed in your system so that the interfaces match.

Read More...