blackhole89 / notekit

A GTK3 hierarchical markdown notetaking application with tablet support.
GNU General Public License v3.0
1.44k stars 61 forks source link

deb dependency problems on Debian 11 bullseye #122

Closed hex-m closed 2 years ago

hex-m commented 2 years ago
$ sudo dpkg -i notekit_0.2_amd64.deb 
(Reading database ... 468922 files and directories currently installed.)
Preparing to unpack notekit_0.2_amd64.deb ...
Unpacking notekit (0.2) over (0.2) ...
dpkg: dependency problems prevent configuration of notekit:
 notekit depends on libgtksourceviewmm-3.0-0v5 (>= 3.18.0); however:
  Package libgtksourceviewmm-3.0-0v5 is not installed.
 notekit depends on libtinyxml2-6 (>= 5.0.0) | libtinyxml2-6a (>= 5.0.0); however:
  Package libtinyxml2-6 is not installed.
  Package libtinyxml2-6a is not installed.

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

libtinyxml2 was installed already:

libtinyxml2-8/stable,now 8.0.0+dfsg-2 amd64 [installed,automatic]
  C++ XML parsing library

libtinyxml2.6.2v5/stable,now 2.6.2-4 amd64 [installed,automatic]
  C++ XML parsing library

After manually installing libgtksourceviewmm-3.0-0v5 the first of the two problems disappeared.

sp1ritCS commented 2 years ago

Yeah, the deb package is built (afaik) for xUbuntu 18.04 (with quite a few workarrounds to keep it building on such an old OS)

You can try the OBS built NoteKit for Debian 11, that should work without dependency issues with

hex-m commented 2 years ago

Thank you!