[OmniOS-discuss] collectd compiling error

Marc Fournier marc.fournier at camptocamp.com
Wed Aug 13 07:36:33 UTC 2014


Excerpts from Brogyányi József's message of 2014-08-11 20:07:17 +0200:
> 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'
> [...]

Folks are reporting build problems on this exact file on other OSes too:
https://github.com/collectd/collectd/issues/632

I see no mention of gcrypt in your error messages, are you able to
increase the verbosity to get the exact error message from the compiler ?

If it's indeed the same issue "./configure --without-libgcrypt" or
building without -Werror should allow you to work around it until the
problem is fixed in collectd.

Marc


More information about the OmniOS-discuss mailing list