Package Details: collectd 5.12.0-16

Git Clone URL: https://aur.archlinux.org/collectd.git (read-only, click to copy)
Package Base: collectd
Description: Daemon which collects system performance statistics periodically
Upstream URL: https://collectd.org/
Licenses: MIT AND GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-only AND ISC AND MIT-0
Submitter: arojas
Maintainer: lilydjwg (lilac)
Last Packager: lilac
Votes: 9
Popularity: 0.018758
First Submitted: 2021-05-08 09:06 (UTC)
Last Updated: 2024-06-21 11:10 (UTC)

Latest Comments

1 2 Next › Last »

lilydjwg commented on 2024-06-21 11:11 (UTC)

Fixed. libgcrypt-config is gone: https://dev.gnupg.org/T5034. Upstream issue: https://github.com/collectd/collectd/issues/4310

zork commented on 2024-06-21 09:38 (UTC)

Currently failing with:

gnu_lto/d' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/write_log.exp
/usr/bin/ld: ./.libs/libcollectdclient.so: undefined reference to `gcry_md_close'
/usr/bin/ld: ./.libs/libcollectdclient.so: undefined reference to `gcry_cipher_close'

... and more gcry_... undefined references

lilydjwg commented on 2024-05-29 00:57 (UTC)

@Levitating yes, it's set by upstream. Search "Password" in the file and you can see why. You can change the permissions if you want of course.

Levitating commented on 2024-05-28 23:13 (UTC)

Is the config supposed to not be world-readable?

lilydjwg commented on 2024-05-09 03:42 (UTC)

@prwood it's fixed.

prwood commented on 2024-05-09 00:29 (UTC) (edited on 2024-05-09 00:38 (UTC) by prwood)

collectd build is currently failing on my system, apparently while compiling the nut plugin: https://gist.github.com/prwood/5cf605feeae99aa59d9fa01c5c4e6133

tolumak commented on 2023-05-07 08:42 (UTC)

waow, what a prompt fix! Thank you very much!

lilydjwg commented on 2023-05-07 07:17 (UTC)

Thanks, it's fixed (actually I fixed it earlier but AUR was having issues at the time).

tolumak commented on 2023-05-07 05:44 (UTC)

Hello, collectd does not build anymore with Python 3.11. This is related to this issue https://github.com/collectd/collectd/issues/4027 that is not corrected in 5.12.0.

The patch is straightforward, can you please change PKGBUILD to apply it?

diff -burN collectd-5.12.0/src/cpython.h collectd-5.12.0.new/src/cpython.h
--- collectd-5.12.0/src/cpython.h   2020-07-20 11:50:14.293155228 +0200
+++ collectd-5.12.0.new/src/cpython.h   2023-05-07 07:30:00.149623400 +0200
@@ -24,10 +24,6 @@
  *   Sven Trenkel <collectd at semidefinite.de>
  **/

-/* Some python versions don't include this by default. */
-
-#include <longintrepr.h>
-
 /* These two macros are basically Py_BEGIN_ALLOW_THREADS and
  * Py_BEGIN_ALLOW_THREADS
  * from the other direction. If a Python thread calls a C function

RuneArch commented on 2022-08-10 22:57 (UTC)

Currently doesn't compile without a tweak to mount.h Reported upstream: https://github.com/collectd/collectd/issues/4034