Search Criteria
Package Details: journalwatch 1.1.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/journalwatch.git (read-only, click to copy) |
---|---|
Package Base: | journalwatch |
Description: | Filter error messages from systemd journal, similar to logcheck/logwatch. |
Upstream URL: | https://pypi.python.org/pypi/journalwatch/ |
Licenses: | GPL |
Submitter: | The-Compiler |
Maintainer: | The-Compiler |
Last Packager: | The-Compiler |
Votes: | 12 |
Popularity: | 0.021311 |
First Submitted: | 2014-07-11 11:59 (UTC) |
Last Updated: | 2021-01-22 12:50 (UTC) |
Dependencies (3)
- python (python37AUR, python311AUR, python310AUR)
- python-systemd
- python-setuptools (make)
Latest Comments
1 2 Next › Last »
marcool04 commented on 2023-06-13 13:13 (UTC) (edited on 2023-06-13 13:16 (UTC) by marcool04)
Hi @The-Compiler,
Thanks for getting back to me so fast. You're right, my mistake I'm very sorry for the noise. I managed to muddle up the patch somehow in copy/pasting over from the machine 😑 Here it is as intended:
And indeed, in a clean chroot, that fails to build, complaining of a missing setuptools! You're obviously on top of that one, and as you say, the current PKGBUILD's method is also perfectly documented and fine.
Thanks for maintaining the AUR package, and for the tool itself 😉
The-Compiler commented on 2023-06-13 12:40 (UTC)
Hey @marcool04!
That it works now is unrelated to your changes - all you needed to do is rebuilding the existing package, as with every Python upgrade and any Python package you installed via the AUR.
Your patch also has various issues:
git apply
andpatch
complain about a corrupted patch file, even if I fix the indentation of lines such aspkgname
,source
ormd5sums
it still complains about it being corrupt.cd
commands can't possibly work because_name
is not defined anywhere.pyproject.toml
, which journalwatch has not. As a consequence, building the package with your changes in a clean chroot fails due to a missing setuptools. I opened an issue to update to that, but until that's done, the curent PKGBUILD is correct (as also documented in the wiki).marcool04 commented on 2021-01-24 13:16 (UTC)
@The-Compiler haha, no problem :) Still use the program every day and love it. Great to know you're keeping it up to date! All the best, Mark.
Arvedui commented on 2021-01-23 20:10 (UTC)
Better late than never :) Thank you!
The-Compiler commented on 2021-01-22 12:51 (UTC)
@Arvedui I'm, like, 3 years late - but I finally included
python-setuptools
there.@marcool04 Whoops, I split building/packaging but didn't actually include the building part... Fixed now.
Thanks and sorry for the delays!
marcool04 commented on 2020-12-18 09:46 (UTC)
Hi, Just tried to installing this, and it appears the last pkgrel bump commit messed something up; the installed script fails to run with:
It seems the extra
--skip-build
is not such a good idea :) Maybe it only works for upgrades? Reverting it works fine anyhow. All the best, Mark.Arvedui commented on 2018-04-08 13:28 (UTC)
Please add
python-setuptools
to makedepends it fails to build in an clean chroot without it.louie23 commented on 2014-09-07 00:00 (UTC)
The-Compiler commented on 2014-09-06 20:29 (UTC)
1 2 Next › Last »