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

I can't install on Debian 10 #207

Closed
sysoev84l opened this issue Jun 26, 2021 · 4 comments
Closed

I can't install on Debian 10 #207

sysoev84l opened this issue Jun 26, 2021 · 4 comments

Comments

@sysoev84l
Copy link

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
Copy link

mrzeph commented Oct 3, 2021

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
Copy link

mexsudo commented Oct 4, 2021 via email

@mrzeph
Copy link

mrzeph commented Oct 19, 2021

Thank you, that was helpful.

@tatokis
Copy link
Member

tatokis commented Nov 21, 2022

This has been fixed by c57253a and now f7da76e

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 .

@tatokis tatokis closed this as completed Nov 21, 2022
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

4 participants