Hallo,
ich wollte gerade den aktuellen MK-Livestatus installieren und bekommen einen Compiling-Error.
Kann mir jemand helfen?
Vielen Dank im voraus
Daniel
Livestatus.log:
/home/pi/install/check_mk-1.2.0p2/livestatus.src /home/pi/install/check_mk-1.2.0p2
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… no
checking for mawk… mawk
checking whether make sets $(MAKE)… yes
checking for g++… g++
checking whether the C++ compiler works… yes
checking for C++ compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C++ compiler… yes
checking whether g++ accepts -g… yes
checking for style of include used by make… GNU
checking dependency style of g++… gcc3
checking for gcc… gcc
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking for ranlib… ranlib
checking for socket in -lsocket… no
checking for connect in -lsocket… no
checking for shutdown in -lsocket… no
checking for dirent.h that defines DIR… yes
checking for library containing opendir… none required
checking how to run the C preprocessor… gcc -E
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for ANSI C header files… yes
checking for sys/wait.h that is POSIX.1 compatible… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking arpa/inet.h usability… yes
checking arpa/inet.h presence… yes
checking for arpa/inet.h… yes
checking fcntl.h usability… yes
checking fcntl.h presence… yes
checking for fcntl.h… yes
checking limits.h usability… yes
checking limits.h presence… yes
checking for limits.h… yes
checking netdb.h usability… yes
checking netdb.h presence… yes
checking for netdb.h… yes
checking netinet/in.h usability… yes
checking netinet/in.h presence… yes
checking for netinet/in.h… yes
checking for stdint.h… (cached) yes
checking for stdlib.h… (cached) yes
checking for string.h… (cached) yes
checking for strings.h… (cached) yes
checking sys/socket.h usability… yes
checking sys/socket.h presence… yes
checking for sys/socket.h… yes
checking sys/time.h usability… yes
checking sys/time.h presence… yes
checking for sys/time.h… yes
checking sys/timeb.h usability… yes
checking sys/timeb.h presence… yes
checking for sys/timeb.h… yes
checking syslog.h usability… yes
checking syslog.h presence… yes
checking for syslog.h… yes
checking for unistd.h… (cached) yes
checking for stdbool.h that conforms to C99… yes
checking for _Bool… yes
checking for an ANSI C-conforming const… yes
checking for inline… inline
checking for int32_t… yes
checking for int64_t… yes
checking for size_t… yes
checking for ssize_t… yes
checking whether time.h and sys/time.h may both be included… yes
checking for uint32_t… yes
checking for uint64_t… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible malloc… yes
checking for stdlib.h… (cached) yes
checking for GNU libc compatible realloc… yes
checking sys/select.h usability… yes
checking sys/select.h presence… yes
checking for sys/select.h… yes
checking for sys/socket.h… (cached) yes
checking types of arguments for select… int,fd_set *,struct timeval *
checking return type of signal handlers… void
checking whether lstat correctly handles trailing slash… yes
checking whether stat accepts an empty string… no
checking for bzero… yes
checking for gettimeofday… yes
checking for memmove… yes
checking for regcomp… yes
checking for select… yes
checking for socket… yes
checking for strcasecmp… yes
checking for strdup… yes
checking for strerror… yes
checking for strtoul… yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating config.h
config.status: executing depfiles commands
Making clean in src
make[1]: Entering directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src/src’
test -z “unixcat” || rm -f unixcat
rm -f *~
test -z “livestatus.so livecheck” || rm -f livestatus.so livecheck
rm -f *.o
make[1]: Leaving directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src/src’
Making clean in .
make[1]: Entering directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src’
make[1]: Nothing to be done for `clean-am’.
make[1]: Leaving directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src’
make all-recursive
make[1]: Entering directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src’
Making all in src
.
.
.
g++ -DHAVE_CONFIG_H -I. -I… -I…/nagios -fPIC -g -O2 -MT livestatus_so-LogEntry.o -MD -MP -MF .deps/livestatus_so-LogEntry.Tpo -c -o livestatus_so-LogEntry.o test -f 'LogEntry.cc' || echo './'LogEntry.cc
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [livestatus_so-TableContacts.o] Error 4
make[2]: *** Waiting for unfinished jobs…
g++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make[2]: *** [livestatus_so-TableHosts.o] Error 4
mv -f .deps/livestatus_so-LogEntry.Tpo .deps/livestatus_so-LogEntry.Po
mv -f .deps/livestatus_so-TableDownComm.Tpo .deps/livestatus_so-TableDownComm.Po
mv -f .deps/livestatus_so-Query.Tpo .deps/livestatus_so-Query.Po
mv -f .deps/livestatus_so-TableServicegroups.Tpo .deps/livestatus_so-TableServicegroups.Po
mv -f .deps/livestatus_so-TableStatus.Tpo .deps/livestatus_so-TableStatus.Po
mv -f .deps/livestatus_so-TableServices.Tpo .deps/livestatus_so-TableServices.Po
make[2]: Leaving directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src/src’
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pi/install/check_mk-1.2.0p2/livestatus.src’
make: *** [all] Error 2
