you should move away from using setup.py:
==> Starting package()...
/usr/lib/python3.11/site-packages/setuptools/dist.py:509: InformationOnly: Normalizing '2021.11.20.02.27.42' to '2021.11.20.2.27.42'
self.metadata.version = self._normalize_version(
/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
Regards and thanks for the software!
I tested the new version. It did not fix it for me.
In the end, only the 'begins ' string was my issue.
I mailed you another fix that fixed it for me.
Hope it helps...
I have added a command to set the locale in /usr/bin/cronwhip. Please test it and let me know if it solves the problem.
By the way. After changing begins to begint (just to chheck), I received the following error:
error: time data 'begint Sun Dec 1 00:07:32 2013' does not match format 'begins %a %b %d %H:%M:%S %Y'
so we might also have another locale problem.
Looking forward to hear from you...
I'm trying to use cronwhip.
In my case he reports the following error:
[root@study ~]# cronwhip --show-missed
error: time data 'begint Sun Dec 1 00:07:32 2013' does not match format 'begins %a %b %d %H:%M:%S %Y'
As you can see, he's expecting 'begins', but finds 'begint' (dutch for begins).
I don't think that wtp should have dutch text in it, but this being said, I think that there might be simple solution (with regular expressions) so that you could bypass the first word.
Should I debug an come up with a sollution? Or will you so that I can test? Or do you have any other idea on how to fix (like change config so that wtmp has only english texts? Please let me know...
@lockheed
There's a problem with your computer's network, not with the package. The source URL is correct and active.
==> Building and installing package
==> Making package: cronwhip 2012.12.24.1-3 (Thu 21 Mar 13:21:16 CET 2013)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
-> Downloading cronwhip-2012.12.24.1.tar.xz...
--2013-03-21 13:21:16-- http://xyne.archlinux.ca/projects/cronwhip/src/cronwhip-2012.12.24.1.tar.xz
Resolving xyne.archlinux.ca (xyne.archlinux.ca)... failed: Name or service not known.
wget: unable to resolve host address ‘xyne.archlinux.ca’
==> ERROR: Failure while downloading cronwhip-2012.12.24.1.tar.xz
Aborting...
==> ERROR: Makepkg was unable to build cronwhip.
Can you remove dependency on sysvinit for systems running on systemd?
sorry, forgot to upload the update here