When compiling pre-zabbix-2.1.0-33871, I get this error:
Making all in zbxalgo
make[4]: Entering directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxalgo'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c algodefs.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c binaryheap.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c hashmap.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c hashset.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c vector.c
rm -f libzbxalgo.a
ar cru libzbxalgo.a algodefs.o binaryheap.o hashmap.o hashset.o vector.o
ranlib libzbxalgo.a
make[4]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxalgo'
Making all in zbxnix
make[4]: Entering directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxnix'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c daemon.c
daemon.c:30:23: fatal error: sigcommon.h: No such file or directory
compilation terminated.
make[4]: *** [daemon.o] Error 1
make[4]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxnix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
Making all in zbxalgo
make[4]: Entering directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxalgo'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c algodefs.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c binaryheap.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c hashmap.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c hashset.c
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c vector.c
rm -f libzbxalgo.a
ar cru libzbxalgo.a algodefs.o binaryheap.o hashmap.o hashset.o vector.o
ranlib libzbxalgo.a
make[4]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxalgo'
Making all in zbxnix
make[4]: Entering directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxnix'
gcc -DHAVE_CONFIG_H -I. -I../../../include -g -O2 -c daemon.c
daemon.c:30:23: fatal error: sigcommon.h: No such file or directory
compilation terminated.
make[4]: *** [daemon.o] Error 1
make[4]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs/zbxnix'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src/libs'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/files/install/source/zabbix/zabbix-2.1.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [binary] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
Comment