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

Package cannot be installed (libjsoncpp1 and libwxgtk3.0-gtk3-0v5 not found) #222

Open
Jambola77 opened this issue Aug 2, 2024 · 1 comment

Comments

@Jambola77
Copy link

Jambola77 commented Aug 2, 2024

After making the package the installer raises some errors:


dpkg: Abhängigkeitsprobleme verhindern Konfiguration von radiotray-ng:
 radiotray-ng hängt ab von libjsoncpp1; aber:
  Paket libjsoncpp1 ist nicht installiert.
 radiotray-ng hängt ab von libwxgtk3.0-gtk3-0v5; aber:
  Paket libwxgtk3.0-gtk3-0v5 ist nicht installiert.

I cannot find libjsoncpp1, it seems to be deprecated. I use latest Linux Mint.

@Jambola77 Jambola77 changed the title Package cannot be installed Package cannot be installed (libjsoncpp1 and libwxgtk3.0-gtk3-0v5 not found) Aug 2, 2024
@Jambola77
Copy link
Author

Jambola77 commented Sep 4, 2024

The Problem with libjsoncpp1 can be solved according to https://bugs.launchpad.net/ubuntu/+source/libjsoncpp/+bug/1928695:

In package/CMakeLists.txt the entry libjsoncpp1 must be replaced by libjsoncpp-dev and libwxgtk3.0-gtk3-0v5 replaced with libwxgtk3.2-1.

Here is the output of my Linux Mint 22 lsb_release -a:
Distributor ID: Linuxmint
Description: Linux Mint 22
Release: 22
Codename: wilma

It would be great if @ebruck could include this in the CMakeLists.

Thanks a lot!

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

1 participant