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

Request for a release #24

Open
hannob opened this issue Jan 18, 2024 · 4 comments
Open

Request for a release #24

hannob opened this issue Jan 18, 2024 · 4 comments

Comments

@hannob
Copy link

hannob commented Jan 18, 2024

It appears to me the last release of vixie-cron is a very old one from 2004, unlikely to compile in a modern environment, but new development has happened in this repo.

Would you consider making a new release that works on modern systems?

@vixie
Copy link
Owner

vixie commented Jan 18, 2024 via email

@hannob
Copy link
Author

hannob commented Jan 18, 2024

Personally I use Gentoo, so that's probably Linux.

I may look into packaging it for Gentoo, because I'm kinda unhappy with the reliability of existing cron options, but no promises.

@vixie
Copy link
Owner

vixie commented Jan 19, 2024

ok so the tip of the master branch builds correctly on opensuse leap. please send me your "make" output?

@hannob
Copy link
Author

hannob commented Jan 19, 2024

make output:

cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o cron.o cron.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o database.o database.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o user.o user.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o entry.o entry.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o job.o job.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o do_command.o do_command.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o misc.o misc.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o env.o env.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o popen.o popen.c
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o pw_dup.o pw_dup.c
cc  -o cron cron.o database.o user.o entry.o job.o do_command.o misc.o env.o popen.o pw_dup.o 
cc -g -Wall -Wno-unused -Wno-comment -I.    -c -o crontab.o crontab.c
cc  -o crontab crontab.o misc.o entry.o env.o pw_dup.o 

This looks fine.

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

2 participants