Package Details: icinga2 2.14.2-1

Git Clone URL: https://aur.archlinux.org/icinga2.git (read-only, click to copy)
Package Base: icinga2
Description: An open source host, service and network monitoring program
Upstream URL: https://icinga.com/
Licenses: GPL
Replaces: icinga2-common
Submitter: bebehei
Maintainer: julianbrost
Last Packager: julianbrost
Votes: 39
Popularity: 1.07
First Submitted: 2014-06-23 01:10 (UTC)
Last Updated: 2024-02-18 12:46 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 13 14 15 Next › Last »

WRMSR commented on 2016-05-14 11:25 (UTC) (edited on 2016-05-14 11:26 (UTC) by WRMSR)

Hi, can't compile this with boost 1.60.0-4: [ 95%] Linking CXX executable ../Bin/Release/icinga2 ../Bin/Release/libcli.so: undefined reference to `boost::re_detail_106000::cpp_regex_traits_implementation<char>::transform[abi:cxx11](char const*, char const*) const' ../Bin/Release/libcli.so: undefined reference to `boost::re_detail_106000::cpp_regex_traits_implementation<char>::transform_primary[abi:cxx11](char const*, char const*) const' collect2: Fehler: ld gab 1 als Ende-Status zurück icinga-app/CMakeFiles/icinga-app.dir/build.make:120: die Regel für Ziel „Bin/Release/icinga2“ scheiterte make[2]: *** [Bin/Release/icinga2] Fehler 1 CMakeFiles/Makefile2:2294: die Regel für Ziel „icinga-app/CMakeFiles/icinga-app.dir/all“ scheiterte make[1]: *** [icinga-app/CMakeFiles/icinga-app.dir/all] Fehler 2 Makefile:160: die Regel für Ziel „all“ scheiterte make: *** [all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). Breche ab... ==> FEHLER:Makepkg konnte icinga2 nicht erstellen. ==> Erstellen von icinga2 neu starten?[j/N] Trying to compile the icinga2-git version fails also.

disprofarma commented on 2016-04-28 04:13 (UTC)

Hi, yajl is listed in depends= and makedepends=. Thanks.

bebehei commented on 2016-04-07 23:02 (UTC)

@valleedelisle: Read through the wiki's PKGBUILD arch section [0]. There had been also a discussion somewhere else, which elaborated these arguments and also applied them to the AUR. There is also in makepkg: -A, --ignorearch My personal opinion: Do you really want to push the pkgrel variable with the result of showing up on every persons AUR package-manager just for supporting a new architecture? Have a look at [1] and I found this annoying. This was just a small package, but what about a big one like this? [0] https://wiki.archlinux.org/index.php/PKGBUILD#arch [1] https://aur.archlinux.org/cgit/aur.git/diff/?h=package-query&id=47f9d99a1c42dcb50ed596725f6801807f6b3b0b&id2=699633619773f1373df8e721bd8448413ade5305

valleedelisle commented on 2016-04-07 21:16 (UTC)

works perfectly fine on my rasberry pi 3, just make sur you have a swap file and you add armv7h to the PKGBUILD file.

therisen06 commented on 2016-03-03 11:42 (UTC)

I cannot reproduce the problem with 2.4.3 (the problem might still occur at times if it's some kind of race condition). gcc 5.3.0 crashed while compiling 2.4.1 with "-j4" ("internal compiler error"). Just a heads up for anyone running into the same problem. As for "Please do not set settings that do not work on your system": No kidding...

bebehei commented on 2016-03-02 15:50 (UTC)

I'm running with MAKEFLAGS="-j4" and it's running perfectly fine, too. @therisen6 If you would give more details, it would bring us a step ahead.

Zearan commented on 2016-03-02 15:42 (UTC)

/etc/makepkg.conf does not set any makeflags by default. Please do not set settings that do not work on your system. Icinga2 builds with "-j4" on my system without any problems. If you believe you have encountered a bug within the Icinga 2 build process, please check the issue tracker at https://dev.icinga.org/

therisen06 commented on 2016-03-02 14:44 (UTC)

Please add something like options=('!makeflags') to your PKGBUILD. The build fails if you use -j4 by default in /etc/makepkg.conf.

bebehei commented on 2015-12-11 19:21 (UTC)

@das_j install the base-devel package group. Base devel is included in no PKGBUILD, cause it's the arch-standard to install the base-devel package for compilation jobs.

<deleted-account> commented on 2015-12-11 19:19 (UTC)

Works great but bison and flex (build)dependencies seem to be missing.