[OmniOS-discuss] collectd compiling error
Brogyányi József
brogyi at gmail.com
Mon Aug 11 18:07:17 UTC 2014
Hi
I'd like to use collectd but the make command is stuck. I tried with
gmake too. Is there any idea? Here is the error message:
*** Error code 1
The following command caused the error:
echo " CC " libcollectdclient_la-network_buffer.lo;/bin/sh
../../libtool --silent --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../../src -I../../src/libcollectdclient/collectd -I../../src
-Wall -Werror -g -O2 -c -o libcollectdclient_la-network_buffer.lo `test
-f 'network_buffer.c' || echo './'`network_buffer.c
make: Fatal error: Command failed for target
`libcollectdclient_la-network_buffer.lo'
Current working directory /home/brogyi/collectd-5.4.1/src/libcollectdclient
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/brogyi/collectd-5.4.1/src/libcollectdclient
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libcollectdclient liboconfig'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
Current working directory /home/brogyi/collectd-5.4.1/src
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /home/brogyi/collectd-5.4.1/src
*** Error code 1
The following command caused the error:
fail= failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
case $f in \
*=* | --[!k]*);; \
*k*) failcom='fail=yes';; \
esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='libltdl src bindings .'; for subdir in $list; do \
echo "Making $target in $subdir"; \
if test "$subdir" = "."; then \
dot_seen=yes; \
local_target="$target-am"; \
else \
local_target="$target"; \
fi; \
(CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \
|| eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
make "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'
More information about the OmniOS-discuss
mailing list