<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">Hi Till,</p>

<p dir="auto">sorry for the late answer, had to struggle around with Git :D</p>

<p dir="auto">I have this repository on GitHub: <a href="https://github.com/sysadmama/oi-userland">https://github.com/sysadmama/oi-userland</a><br>
There’s the branch feature_icinga2-2.10.2 now which you can use; I had to set linker options, and without unity build it seems to compile fine now - but it would be great if you could have a look and tell me when there’s need for improvement (I’m always a bit unsure about REQUIRED_PACKAGES).</p>

<p dir="auto">Thanks a lot,<br>
  Marianne</p>

<p dir="auto">On 14 Jan 2019, at 14:32, Till Wegmüller wrote:</p>

</div>
<div style="white-space:normal"><blockquote style="border-left:2px solid #5855D5; color:#5855D5; margin:0 0 5px; padding-left:5px"><p dir="auto">Hi Marianne<br>
<br>
I have a quite beefy Machine with 32Gb RAM. If you send me the Link to<br>
your Git Fork/Branch I could try to compile and see if It works on my<br>
machine. Our Buildserver also has enough RAM as Rust was similarly<br>
stupid with allocation.<br>
<br>
Greetings<br>
Till<br>
<br>
On 14.01.19 10:37, Marianne Spiller wrote:</p>
<blockquote style="border-left:2px solid #5855D5; color:#00AFCC; margin:0 0 5px; padding-left:5px; border-left-color:#00AFCC"><p dir="auto">Hi all,<br>
<br>
nearly 1 year ago I asked the same and was not able to resolve this issue…<br>
<br>
<a href="https://openindiana.org/pipermail/oi-dev/2018-March/005802.html">https://openindiana.org/pipermail/oi-dev/2018-March/005802.html</a><br>
<br>
Now I’m back with a freshly updated hardware host and trying to compile<br>
icinga2-2.10.2. I made a change in my Makefile: |COMPONENT_BUILD_ARGS+=<br>
-j1|, but in comparison with the -j4 default the only difference are<br>
different values when crashing with out of memory. RAM consumption<br>
nearly 1.9GB when |Building CXX object<br>
lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o|, swap leaving<br>
untouched.<br>
<br>
It would be really nice to get some help on this ‘cause I’m stucked like<br>
I was last year at this point ;)<br>
<br>
Cheers,<br>
Marianne<br>
<br>
|$ uname -a SunOS zfs-2011 5.11 illumos-9c7c0c4b59 i86pc i386 i86pc $<br>
ulimit unlimited $ swap -lh swapfile dev swaplo blocks free<br>
/dev/zvol/dsk/rpool/swap 302,2 4K 31.9G 31.9G $ prtconf | grep Memory<br>
Memory size: 196495 Megabytes<br>
root@zfs-2011:/scratch/oi-userland/components/sysutils/icinga2# gmake<br>
sample-manifest /scratch/oi-userland/tools/userland-fetch --file<br>
/scratch/oi-userland/archives/icinga2-2.10.2.tar.gz --url<br>
<a href="https://github.com/Icinga/icinga2/archive/v2.10.2.tar.gz">https://github.com/Icinga/icinga2/archive/v2.10.2.tar.gz</a> --hash<br>
sha256:99ab0c511a8a7014b9cf9467fe126d4a369026e9353f6e64c05ae39a15b32ad9<br>
Source /scratch/oi-userland/archives/icinga2-2.10.2.tar.gz... validating<br>
signature... skipping (no signature URL) validating hash... ok<br>
/usr/bin/touch /scratch/oi-userland/archives/icinga2-2.10.2.tar.gz<br>
/bin/rm -f -r<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2<br>
/usr/bin/env RUBY_VERSION=2.3 /scratch/oi-userland/tools/userland-unpack<br>
/scratch/oi-userland/archives/icinga2-2.10.2.tar.gz /usr/bin/touch<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2/.unpacked /usr/bin/touch<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2/.prep<br>
(/bin/rm -f -rf<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64 ;<br>
/bin/mkdir -p<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64) (cd<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64 ;<br>
/usr/bin/env CONFIG_SHELL="/bin/bash" CC="/usr/gcc/6/bin/gcc"<br>
CXX="/usr/gcc/6/bin/g++" F77="/usr/gcc/6/bin/gfortran"<br>
FC="/usr/gcc/6/bin/gfortran" CFLAGS="-m64 -O3 " CXXFLAGS=" -m64 -O3 "<br>
FFLAGS=" -m64 -O3 " FCFLAGS="-m64 -O3 " LDFLAGS="-m64"<br>
PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig" \ cmake<br>
-DCMAKE_C_COMPILER:STRING="/usr/gcc/6/bin/gcc"<br>
-DCMAKE_CXX_COMPILER:STRING="/usr/gcc/6/bin/g++"<br>
-DCMAKE_Fortran_COMPILER:STRING="/usr/gcc/6/bin/gfortran"<br>
-DCMAKE_C_FLAGS:STRING="-m64 -O3 " -DCMAKE_CXX_FLAGS:STRING=" -m64 -O3 "<br>
-DCMAKE_Fortran_FLAGS:STRING="-m64 -O3 " LDFLAGS="-m64"<br>
PKG_CONFIG_PATH="/usr/lib/amd64/pkgconfig"<br>
-DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_BINDIR:PATH=bin<br>
-DCMAKE_INSTALL_LIBDIR:PATH=lib/amd64 -DCMAKE_INSTALL_SBINDIR:PATH=sbin<br>
-DCMAKE_INSTALL_DATAROOTDIR:PATH=share<br>
-DCMAKE_INSTALL_DATADIR:PATH=share<br>
-DCMAKE_INSTALL_INFODIR:PATH=share/info<br>
-DCMAKE_INSTALL_LOCALEDIR:PATH=share/locale<br>
-DCMAKE_INSTALL_MANDIR:PATH=share/man<br>
-DLIBEXEC_INSTALL_DIR="/usr/lib/amd64"<br>
-DLIB_INSTALL_DIR="/usr/lib/amd64" -DLIB_SUFFIX="/amd64"<br>
-DCMAKE_INSTALL_PREFIX="/usr" -DICINGA2_GIT_VERSION_INFO=OFF<br>
-DICINGA2_USER=icinga -DICINGA2_GROUP=icinga<br>
-DICINGA2_COMMAND_GROUP=icingacmd -DICINGA2_RUNDIR="/var/lib"<br>
-DCMAKE_INSTALL_SYSCONFDIR="/etc"<br>
-DICINGA2_SYSCONFIGFILE="/usr/lib/icinga2/icinga2"<br>
-DCMAKE_INSTALL_LOCALSTATEDIR="/var"<br>
-DICINGA2_PLUGINDIR="/usr/lib/nagios/plugins" -DICINGA2_UNITY_BUILD=ON<br>
-DICINGA2_LTO_BUILD=OFF -DUSE_SYSTEMD=OFF<br>
-DINSTALL_SYSTEMD_SERVICE_AND_INITSCRIPT=OFF -DICINGA2_WITH_CHECKER=ON<br>
-DICINGA2_WITH_COMPAT=ON -DICINGA2_WITH_DEMO=OFF<br>
-DICINGA2_WITH_HELLO=OFF -DICINGA2_WITH_LIVESTATUS=ON<br>
-DICINGA2_WITH_NOTIFICATION=ON -DICINGA2_WITH_PERFDATA=ON<br>
-DICINGA2_WITH_STUDIO=OFF -DICINGA2_WITH_TESTS=ON<br>
-DICINGA2_WITH_MYSQL=OFF -DICINGA2_WITH_PGSQL=OFF<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2) -- The<br>
C compiler identification is GNU 6.4.0 -- The CXX compiler<br>
identification is GNU 6.4.0 -- Check for working C compiler:<br>
/usr/gcc/6/bin/gcc -- Check for working C compiler: /usr/gcc/6/bin/gcc<br>
-- works -- Detecting C compiler ABI info -- Detecting C compiler ABI<br>
info - done -- Detecting C compile features -- Detecting C compile<br>
features - done -- Check for working CXX compiler: /usr/gcc/6/bin/g++ --<br>
Check for working CXX compiler: /usr/gcc/6/bin/g++ -- works -- Detecting<br>
CXX compiler ABI info -- Detecting CXX compiler ABI info - done --<br>
Detecting CXX compile features -- Detecting CXX compile features - done<br>
-- Prefixing in ICINGA2_FULL_PKGDATADIR "share/icinga2" with /usr --<br>
Prefixing in ICINGA2_FULL_INCLUDEDIR "share/icinga2/include" with /usr<br>
-- Looking for pthread.h -- Looking for pthread.h - found -- Looking for<br>
pthread_create -- Looking for pthread_create - found -- Found Threads:<br>
TRUE -- Boost version: 1.64.0 -- Found the following Boost libraries: --<br>
thread -- system -- program_options -- regex -- chrono -- date_time --<br>
atomic -- Found OpenSSL: /usr/lib/64/libcrypto.so (found version<br>
"1.0.2q") -- Found PkgConfig: /usr/bin/pkg-config (found version<br>
"0.29.2") -- Found yajl: /usr/lib/amd64/libyajl.so -- Found Editline:<br>
/usr/lib/64/libedit.so -- Found Termcap: /lib/64/libtermcap.so --<br>
Performing Test CXX_INVALID_PCH -- Performing Test CXX_INVALID_PCH -<br>
Success -- Looking for __COUNTER__ -- Looking for __COUNTER__ - found --<br>
Looking for vfork -- Looking for vfork - found -- Looking for<br>
backtrace_symbols -- Looking for backtrace_symbols - found -- Looking<br>
for pipe2 -- Looking for pipe2 - found -- Looking for nice -- Looking<br>
for nice - found -- Looking for dladdr in dl -- Looking for dladdr in dl<br>
- found -- Looking for backtrace_symbols in execinfo -- Looking for<br>
backtrace_symbols in execinfo - not found -- Looking for C++ include<br>
cxxabi.h -- Looking for C++ include cxxabi.h - found -- Performing Test<br>
CXX_FEATURE_OVERRIDE -- Performing Test CXX_FEATURE_OVERRIDE - Success<br>
-- Found BISON: /usr/bin/bison (Required is at least version "2.3.0") --<br>
Found FLEX: 2.6.4 (Required is at least version "2.5.31") -- Test 'base'<br>
uses the CMake-configurable form of the boost test framework - congrats!<br>
(Including File: test-runner.cpp) -- Test 'livestatus' uses the<br>
CMake-configurable form of the boost test framework - congrats!<br>
(Including File: test-runner.cpp) -- Test 'icinga_checkable' uses the<br>
CMake-configurable form of the boost test framework - congrats!<br>
(Including File: test-runner.cpp) -- Configuring done -- Generating done<br>
CMake Warning: Manually-specified variables were not used by the<br>
project: CMAKE_Fortran_COMPILER CMAKE_Fortran_FLAGS ICINGA2_WITH_DEMO<br>
ICINGA2_WITH_HELLO ICINGA2_WITH_STUDIO LIBEXEC_INSTALL_DIR<br>
LIB_INSTALL_DIR LIB_SUFFIX -- Build files have been written to:<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64<br>
/usr/bin/touch<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64/.configured<br>
(cd /scratch/oi-userland/components/sysutils/icinga2/build/amd64 ;<br>
/usr/bin/env LD_OPTIONS="-M /usr/lib/ld/map.noexstk -M<br>
/usr/lib/ld/map.noexdata -M /usr/lib/ld/map.pagealign "<br>
LD_EXEC_OPTIONS="-z aslr=disable" \ /usr/gnu/bin/make -j1 \ ) make[1]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[2]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' Scanning<br>
dependencies of target mmatch make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 1%]<br>
Building C object third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o<br>
make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 1%]<br>
Built target mmatch make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' Scanning<br>
dependencies of target execvpe make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 2%]<br>
Building C object third-party/execvpe/CMakeFiles/execvpe.dir/execvpe.c.o<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2/third-party/execvpe/execvpe.c:<br>
In function 'icinga2_execvpe':<br>
/scratch/oi-userland/components/sysutils/icinga2/icinga2-2.10.2/third-party/execvpe/execvpe.c:96:21:<br>
warning: implicit declaration of function 'confstr'<br>
[-Wimplicit-function-declaration] pathlen = confstr (_CS_PATH, (char *)<br>
NULL, 0); ^~~~~~~ make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 2%]<br>
Built target execvpe make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' Scanning<br>
dependencies of target socketpair make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 3%]<br>
Building C object<br>
third-party/socketpair/CMakeFiles/socketpair.dir/socketpair.c.o make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 3%]<br>
Built target socketpair make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 4%]<br>
[FLEX][class_lexer] Building scanner with flex 2.6.4 [ 5%]<br>
[BISON][class_parser] Building parser with bison 3.0.4 class_parser.yy:<br>
warning: 2 shift/reduce conflicts [-Wconflicts-sr] Scanning dependencies<br>
of target mkclass make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 6%]<br>
Building CXX object tools/mkclass/CMakeFiles/mkclass.dir/mkclass.cpp.o [<br>
6%] Building CXX object<br>
tools/mkclass/CMakeFiles/mkclass.dir/classcompiler.cpp.o [ 7%] Building<br>
CXX object tools/mkclass/CMakeFiles/mkclass.dir/class_lexer.cc.o [ 8%]<br>
Building CXX object<br>
tools/mkclass/CMakeFiles/mkclass.dir/class_parser.cc.o [ 9%] Linking CXX<br>
executable ../../Bin/Release/mkclass make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 9%]<br>
Built target mkclass make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' Scanning<br>
dependencies of target mkembedconfig make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 10%]<br>
Building C object<br>
tools/mkembedconfig/CMakeFiles/mkembedconfig.dir/mkembedconfig.c.o [<br>
11%] Linking C executable ../../Bin/Release/mkembedconfig make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 11%]<br>
Built target mkembedconfig make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' Scanning<br>
dependencies of target mkunity make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 12%]<br>
Building C object tools/mkunity/CMakeFiles/mkunity.dir/mkunity.c.o [<br>
13%] Linking C executable ../../Bin/Release/mkunity make[3]: Leaving<br>
directory '/scratch/oi-userland/components/sysutils/icinga2/build/amd64'<br>
[ 13%] Built target mkunity make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 14%]<br>
Generating base_unity.cpp [ 14%] Generating application-ti.cpp,<br>
application-ti.hpp [ 15%] Generating configobject-ti.cpp,<br>
configobject-ti.hpp [ 16%] Generating configuration-ti.cpp,<br>
configuration-ti.hpp [ 17%] Generating datetime-ti.cpp, datetime-ti.hpp<br>
[ 18%] Generating filelogger-ti.cpp, filelogger-ti.hpp [ 19%] Generating<br>
function-ti.cpp, function-ti.hpp [ 20%] Generating logger-ti.cpp,<br>
logger-ti.hpp [ 21%] Generating perfdatavalue-ti.cpp,<br>
perfdatavalue-ti.hpp [ 22%] Generating streamlogger-ti.cpp,<br>
streamlogger-ti.hpp [ 23%] Generating sysloglogger-ti.cpp,<br>
sysloglogger-ti.hpp Scanning dependencies of target base make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 24%]<br>
Building CXX object<br>
lib/base/CMakeFiles/base.dir/application-version.cpp.o [ 25%] Building<br>
CXX object lib/base/CMakeFiles/base.dir/base_unity.cpp.o make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 25%]<br>
Built target base make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 25%]<br>
Generating config_unity.cpp [ 26%] [BISON][config_parser] Building<br>
parser with bison 3.0.4 config_parser.yy: warning: 52 shift/reduce<br>
conflicts [-Wconflicts-sr] config_parser.yy: warning: 101 reduce/reduce<br>
conflicts [-Wconflicts-rr] [ 27%] [FLEX][config_lexer] Building scanner<br>
with flex 2.6.4 Scanning dependencies of target config make[3]: Leaving<br>
directory '/scratch/oi-userland/components/sysutils/icinga2/build/amd64'<br>
make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 28%]<br>
Building CXX object lib/config/CMakeFiles/config.dir/config_lexer.cc.o [<br>
29%] Building CXX object<br>
lib/config/CMakeFiles/config.dir/config_parser.cc.o [ 30%] Building CXX<br>
object lib/config/CMakeFiles/config.dir/config_unity.cpp.o make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 30%]<br>
Built target config make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 31%]<br>
Generating remote_unity.cpp [ 32%] Generating apilistener-ti.cpp,<br>
apilistener-ti.hpp [ 33%] Generating apiuser-ti.cpp, apiuser-ti.hpp [<br>
34%] Generating endpoint-ti.cpp, endpoint-ti.hpp [ 35%] Generating<br>
zone-ti.cpp, zone-ti.hpp Scanning dependencies of target remote make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 36%]<br>
Building CXX object lib/remote/CMakeFiles/remote.dir/remote_unity.cpp.o<br>
make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 36%]<br>
Built target remote make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 37%]<br>
Generating cli_unity.cpp Scanning dependencies of target cli make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 38%]<br>
Building CXX object lib/cli/CMakeFiles/cli.dir/cli_unity.cpp.o make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 38%]<br>
Built target cli make[3]: Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 39%]<br>
Generating icinga_unity.cpp [ 40%] Generating icinga-itl.cpp [ 41%]<br>
Generating checkable-ti.cpp, checkable-ti.hpp [ 42%] Generating<br>
checkcommand-ti.cpp, checkcommand-ti.hpp [ 43%] Generating<br>
checkresult-ti.cpp, checkresult-ti.hpp [ 44%] Generating command-ti.cpp,<br>
command-ti.hpp [ 45%] Generating comment-ti.cpp, comment-ti.hpp [ 46%]<br>
Generating customvarobject-ti.cpp, customvarobject-ti.hpp [ 47%]<br>
Generating dependency-ti.cpp, dependency-ti.hpp [ 48%] Generating<br>
downtime-ti.cpp, downtime-ti.hpp [ 48%] Generating eventcommand-ti.cpp,<br>
eventcommand-ti.hpp [ 49%] Generating host-ti.cpp, host-ti.hpp [ 50%]<br>
Generating hostgroup-ti.cpp, hostgroup-ti.hpp [ 51%] Generating<br>
icingaapplication-ti.cpp, icingaapplication-ti.hpp [ 52%] Generating<br>
notification-ti.cpp, notification-ti.hpp [ 53%] Generating<br>
notificationcommand-ti.cpp, notificationcommand-ti.hpp [ 54%] Generating<br>
scheduleddowntime-ti.cpp, scheduleddowntime-ti.hpp [ 55%] Generating<br>
service-ti.cpp, service-ti.hpp [ 56%] Generating servicegroup-ti.cpp,<br>
servicegroup-ti.hpp [ 57%] Generating timeperiod-ti.cpp,<br>
timeperiod-ti.hpp [ 58%] Generating user-ti.cpp, user-ti.hpp [ 59%]<br>
Generating usergroup-ti.cpp, usergroup-ti.hpp Scanning dependencies of<br>
target icinga make[3]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[3]:<br>
Entering directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' [ 59%]<br>
Building CXX object lib/icinga/CMakeFiles/icinga.dir/icinga-itl.cpp.o [<br>
60%] Building CXX object<br>
lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o cc1plus: out of<br>
memory allocating 2500880 bytes after a total of 74653696 bytes make[3]:<br>
*** [lib/icinga/CMakeFiles/icinga.dir/build.make:289:<br>
lib/icinga/CMakeFiles/icinga.dir/icinga_unity.cpp.o] Error 1 make[3]:<br>
Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[2]:<br>
*** [CMakeFiles/Makefile2:1646: lib/icinga/CMakeFiles/icinga.dir/all]<br>
Error 2 make[2]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' make[1]:<br>
*** [Makefile:163: all] Error 2 make[1]: Leaving directory<br>
'/scratch/oi-userland/components/sysutils/icinga2/build/amd64' gmake:<br>
*** [/scratch/oi-userland/make-rules/cmake.mk:179:<br>
/scratch/oi-userland/components/sysutils/icinga2/build/amd64/.built]<br>
Error 2 |<br>
</p>
</blockquote></blockquote></div>
<div style="white-space:normal">

<hr>

<p dir="auto">Marianne Spiller - Infrastrukturgruppe DFKI - Campus D3.2 - 66123 Saarbrücken<br>
Phone: (+49) 681 85775-7741<br>
Fax: (+49) 861 85775-5020<br>
Email: <a href="mailto:Marianne.Spiller@dfki.de">Marianne.Spiller@dfki.de</a></p>

<p dir="auto">Deutsches Forschungszentrum für Künstliche Intelligenz GmbH,<br>
Trippstadter Strasse 122, D-67663 Kaiserslautern, Germany, <a href="http://www.dfki.de">www.dfki.de</a> *<br>
Geschäftsführung: Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vors.),<br>
Dr. Walter Olthoff * Vorsitzender des Aufsichtsrats: Prof. Dr. h.c. Hans<br>
A. Aukes * Amtsgericht Kaiserslautern, HRB 2313</p>

<hr>
</div>
</div>
</body>
</html>