START lib/libagentx 2021-01-12T02:06:56Z ==== run-regress-agentx ==== cc -Wall -MD -MP -c main.c main.c:375:13: warning: implicit declaration of function 'agentx_notify' is invalid in C99 [-Wimplicit-function-declaration] if ((san = agentx_notify(sac, AGENTX_OID(LINKDOWN))) == NULL) ^ main.c:375:11: warning: incompatible integer to pointer conversion assigning to 'struct agentx_notify *' from 'int' [-Wint-conversion] if ((san = agentx_notify(sac, AGENTX_OID(LINKDOWN))) == NULL) ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:378:2: warning: implicit declaration of function 'agentx_notify_integer' is invalid in C99 [-Wimplicit-function-declaration] agentx_notify_integer(san, AGENTX_OID(IFINDEX), 1); ^ main.c:381:2: warning: implicit declaration of function 'agentx_notify_send' is invalid in C99 [-Wimplicit-function-declaration] agentx_notify_send(san); ^ 4 warnings generated. cc -Wall -MD -MP -c log.c cc -o agentx main.o log.o -lagentx -levent ld: error: undefined symbol: agentx_notify >>> referenced by main.c >>> main.o:(regress_usr1) ld: error: undefined symbol: agentx_notify_integer >>> referenced by main.c >>> main.o:(regress_usr1) >>> referenced by main.c >>> main.o:(regress_usr1) >>> referenced by main.c >>> main.o:(regress_usr1) ld: error: undefined symbol: agentx_notify_send >>> referenced by main.c >>> main.o:(regress_usr1) cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error 1 in . (:125 'agentx') FAILED FAIL lib/libagentx *** Error 1 in . (:125 'agentx')