-
Notifications
You must be signed in to change notification settings - Fork 31
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
I can't install on Debian 10 #207
Comments
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. |
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
<#207 (comment)>,
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>.
|
Thank you, that was helpful. |
This has been fixed by c57253a and now f7da76e I've also added Debian packaging in the repository that allows you to simply run 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 . |
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
The text was updated successfully, but these errors were encountered: