ilius / starcal

StarCalendar: Full-featured International Calendar for Linux Desktop
https://ilius.github.io/starcal/
GNU Affero General Public License v3.0
153 stars 22 forks source link

Error installing starCal on Debian 11 #67

Closed mjdtjm closed 2 years ago

mjdtjm commented 2 years ago

Hello & thanks a lot for your great project. Installing on Debian 11 reports the following error messages:

This package is uninstallable Dependency is not satisfiable: python3.8|python3.7|python3.6|python3.5

ilius commented 2 years ago

Hi Please try again with latest main branch. http://github.com/ilius/starcal/tarball/main

mjdtjm commented 2 years ago

salAm, I tried again with the following output messages:

git version 2.30.2 fatal: not a git repository (or any parent up to mount point /home/mjdtjm) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). WARNING: failed to fetch tags Using /usr/bin/python3

BTW, why the generated package name instead of "starcal3_3.1.11-18_all.deb" is "starcal3_3.1.11-1_all.deb" ?!

ilius commented 2 years ago

Can you install this package manually? https://packages.debian.org/bullseye/python3-dateutil

BTW, why the generated package name instead of "starcal3_3.1.11-18_all.deb" is "starcal3_3.1.11-1_all.deb" ?!

The last number (1) is not part of package version, it's the build number. The full version (for example 3.1.11-18-g8fb6ede2 on main) is only available in git (with presence of .git).

mjdtjm commented 2 years ago

OK, after installing package "python3-dateutil", I could install starcal3_3.1.11-1_all.deb package on bullseye. Thanks for your quick reply and support. :-)

ilius commented 2 years ago

No worries. I also updated install-debian in main branch. Should be okay now.