Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider fixing the deb package dependencies when installing #13

Open
sgmlguru opened this issue Jun 17, 2020 · 2 comments
Open

Consider fixing the deb package dependencies when installing #13

sgmlguru opened this issue Jun 17, 2020 · 2 comments

Comments

@sgmlguru
Copy link

Installed the latest Fusion DB snapshot (1.0.0~20200615135044) on Ubuntu 20.04, kernel 5.4, pretty vanilla Ubuntu install with nothing fancy. The install complained about these missing dependencies:

Unpacking fusiondb-server (1.0.0~20200615135044) ...
dpkg: dependency problems prevent configuration of fusiondb-server:
 fusiondb-server depends on dh-systemd; however:
  Package dh-systemd is not installed.
 fusiondb-server depends on libzstd-dev; however:
  Package libzstd-dev is not installed.

dpkg: error processing package fusiondb-server (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 fusiondb-server

It wasn't a big deal installing the missing packages manually but I know that deb packages can be made to handle that sort of thing automatically.

Thanks for the hard work.

@sgmlguru
Copy link
Author

I should add that for the latest version of Ubuntu, 21.04, the dh-systemd package is no longer installable as it is now part of debhelper and there is no transitional package made available. See https://www.mail-archive.com/ubuntu-bugs@lists.ubuntu.com/msg5903057.html.

This means that the deb FusionDB package cannot be installed on Ubuntu 21.04 and later at all.

Thanks as always for the hard work.

@cwittern
Copy link

I would like to try out FusionDB on my Ubuntu 22.04 installation, but due to the missing dependencies, the install fails and there does not seem to be a workaround, except updating the installation packages as suggested by @sgmlguru .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants