Package Details: naemon-livestatus 1.0.10-1

Git Clone URL: https://aur.archlinux.org/naemon-livestatus.git (read-only, click to copy)
Package Base: naemon-livestatus
Description: Event broker for naemon
Upstream URL: http://naemon.org
Licenses: GPL2
Submitter: immae
Maintainer: None
Last Packager: immae
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-14 12:35 (UTC)
Last Updated: 2019-07-03 17:13 (UTC)

Dependencies (2)

Required by (1)

Sources (1)

Latest Comments

ekollof commented on 2024-11-20 23:52 (UTC) (edited on 2024-11-20 23:52 (UTC) by ekollof)

Build fails:

module.c:101:18: error: implicit declaration of function 'pthread_tryjoin_np'; did you mean 'pthread_join'? [-Wimplicit-function-declaration]
  101 |         if (0 != pthread_tryjoin_np(*(g_client_threads[i]), NULL)) {
      |                  ^~~~~~~~~~~~~~~~~~
      |                  pthread_join
make[2]: *** [Makefile:837: livestatus_la-module.lo] Error 1

This seems to be related? https://github.com/naemon/naemon-livestatus/issues/120