Advertisement
Guest User

Untitled

a guest
Apr 25th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. gcc -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../src/zabbix_agent/ -m64 -g -O2 -MT libspecsysinfo_a-inodes.o -MD -MP -MF .deps/libspecsysinfo_a-inodes.Tpo -c -o libspecsysinfo_a-inodes.o `test -f 'inodes.c' || echo './'`inodes.c
  2. mv -f .deps/libspecsysinfo_a-inodes.Tpo .deps/libspecsysinfo_a-inodes.Po
  3. gcc -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../src/zabbix_agent/ -m64 -g -O2 -MT libspecsysinfo_a-kernel.o -MD -MP -MF .deps/libspecsysinfo_a-kernel.Tpo -c -o libspecsysinfo_a-kernel.o `test -f 'kernel.c' || echo './'`kernel.c
  4. mv -f .deps/libspecsysinfo_a-kernel.Tpo .deps/libspecsysinfo_a-kernel.Po
  5. gcc -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../src/zabbix_agent/ -m64 -g -O2 -MT libspecsysinfo_a-memory.o -MD -MP -MF .deps/libspecsysinfo_a-memory.Tpo -c -o libspecsysinfo_a-memory.o `test -f 'memory.c' || echo './'`memory.c
  6. mv -f .deps/libspecsysinfo_a-memory.Tpo .deps/libspecsysinfo_a-memory.Po
  7. gcc -DHAVE_CONFIG_H -I. -I../../../../include -I../../../../src/zabbix_agent/ -m64 -g -O2 -MT libspecsysinfo_a-net.o -MD -MP -MF .deps/libspecsysinfo_a-net.Tpo -c -o libspecsysinfo_a-net.o `test -f 'net.c' || echo './'`net.c
  8. net.c: In function �NET_IF_OUT_PACKETS�:
  9. net.c:230:12: error: invalid storage class for function �NET_IF_OUT_ERRORS�
  10. static int NET_IF_OUT_ERRORS(const char *if_name, AGENT_RESULT *result)
  11. ^
  12. net.c:247:12: error: invalid storage class for function �NET_IF_TOTAL_BYTES�
  13. static int NET_IF_TOTAL_BYTES(const char *if_name, AGENT_RESULT *result)
  14. ^
  15. net.c:268:12: error: invalid storage class for function �NET_IF_TOTAL_PACKETS�
  16. static int NET_IF_TOTAL_PACKETS(const char *if_name, AGENT_RESULT *result)
  17. ^
  18. net.c:289:12: error: invalid storage class for function �NET_IF_TOTAL_ERRORS�
  19. static int NET_IF_TOTAL_ERRORS(const char *if_name, AGENT_RESULT *result)
  20. ^
  21. net.c:537:1: error: expected declaration or statement at end of input
  22. }
  23. ^
  24. gmake[4]: *** [libspecsysinfo_a-net.o] Error 1
  25. gmake[4]: Leaving directory `/var/tmp/zabbixsrc/zabbix_3013_patched/src/libs/zbxsysinfo/solaris'
  26. gmake[3]: *** [all-recursive] Error 1
  27. gmake[3]: Leaving directory `/var/tmp/zabbixsrc/zabbix_3013_patched/src/libs/zbxsysinfo'
  28. gmake[2]: *** [all-recursive] Error 1
  29. gmake[2]: Leaving directory `/var/tmp/zabbixsrc/zabbix_3013_patched/src/libs'
  30. gmake[1]: *** [all-recursive] Error 1
  31. gmake[1]: Leaving directory `/var/tmp/zabbixsrc/zabbix_3013_patched/src'
  32. gmake: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement