alarm-clock-applet / alarm-clock

Alarm Clock is a fully-featured alarm clock for use with an AppIndicator implementation.
https://alarm-clock-applet.github.io
GNU General Public License v2.0
118 stars 31 forks source link

I can't install on Debian 10 #207

Closed sysoev84l closed 1 year ago

sysoev84l commented 3 years ago

I can't install on Debian 10 after ./conigure


alarm-clock 0.3.4

Configure summary: prefix: /usr/local source code location: . application indicators: yes


run make: make all-recursive make[1]: вход в каталог «/home/sysoev84l/programs/alarm-clock-applet-0.3.4» Making all in src make[2]: вход в каталог «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src» Making all in tests make[3]: вход в каталог «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src/tests» make[3]: Цель «all» не требует выполнения команд. make[3]: выход из каталога «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src/tests» make[3]: вход в каталог «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src» CC util.o util.c: In function ‘get_alarm_timestamp’: util.c:57:31: error: ‘%c’ yields only last 2 digits of year in some locales [-Werror=format-y2k] strftime (tmp, sizeof (tmp), "%c", tm); ^~~~ cc1: some warnings being treated as errors make[3]: [Makefile:474: util.o] Ошибка 1 make[3]: выход из каталога «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src» make[2]: [Makefile:494: all-recursive] Ошибка 1 make[2]: выход из каталога «/home/sysoev84l/programs/alarm-clock-applet-0.3.4/src» make[1]: [Makefile:411: all-recursive] Ошибка 1 make[1]: выход из каталога «/home/sysoev84l/programs/alarm-clock-applet-0.3.4» make: [Makefile:350: all] Ошибка 2

mrzeph commented 2 years ago

If you've overcome this issue, I can't install on Mint/Ubuntu 20 either. Please let me know what you've done.

This is the only Linux alarm clock that I'm aware that suits its name. If I were a linux programmer, I'd give a helping hand, but, alas, I'm not.

mexsudo commented 2 years ago

On 10/3/21 4:32 PM, Mr.Zeph wrote:

If you've overcome this issue, I can't install on Mint/Ubuntu 20 either. Please let me know what you've done.

this .deb works on Debian 10. but not Debian 11 https://packages.debian.org/stretch/amd64/alarm-clock-applet/download

This is the only Linux alarm clock that I'm aware that suits its name. If I were a linux programmer, I'd give a helping hand, but, alas, I'm not.

I am willing to contribute a little $ if that helps

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/joh/alarm-clock/issues/207#issuecomment-933050371, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABXEJKYKV2KH46CVS3OTHLLUFDRX7ANCNFSM47LIWEHQ. Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

mrzeph commented 2 years ago

Thank you, that was helpful.

tatokis commented 1 year ago

This has been fixed by c57253ae7f99b5add2e74ff18ced8e73a4eee870 and now f7da76ef7c1fc40d07600e5eeb205eaf0e7c38c8

I've also added Debian packaging in the repository that allows you to simply run dpkg-buildpackage -us -uc to create debs.

In addition, I'll also try to get this back into the Debian repositories.

For Mint/Ubuntu I now provide this PPA https://launchpad.net/~tatokis/+archive/ubuntu/alarm-clock-applet .