Advertisement
Guest User

Untitled

a guest
Oct 11th, 2020
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1.  
  2. Scanning dependencies of target net-snmp
  3. [ 80%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/agent.c.o
  4. [ 81%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/sessionTable.c.o
  5. [ 81%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/sessionTable_data_access.c.o
  6. [ 82%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/sessionTable_data_get.c.o
  7. [ 83%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/sessionTable_data_set.c.o
  8. [ 84%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/sessionTable_interface.c.o
  9. [ 84%] Building C object accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/statCore.c.o
  10. /opt/accel-ppp-code/accel-pppd/extra/net-snmp/statCore.c: In function ‘handle_statCoreMemRss’:
  11. /opt/accel-ppp-code/accel-pppd/extra/net-snmp/statCore.c:114:28: warning: implicit declaration of function ‘sysconf’; did you mean ‘sscanf’? [-Wimplicit-function-declaration]
  12. 114 | unsigned long page_size = sysconf(_SC_PAGE_SIZE);
  13. | ^~~~~~~
  14. | sscanf
  15. /opt/accel-ppp-code/accel-pppd/extra/net-snmp/statCore.c:114:36: error: ‘_SC_PAGE_SIZE’ undeclared (first use in this function)
  16. 114 | unsigned long page_size = sysconf(_SC_PAGE_SIZE);
  17. | ^~~~~~~~~~~~~
  18. /opt/accel-ppp-code/accel-pppd/extra/net-snmp/statCore.c:114:36: note: each undeclared identifier is reported only once for each function it appears in
  19. /opt/accel-ppp-code/accel-pppd/extra/net-snmp/statCore.c:116:41: warning: implicit declaration of function ‘getpid’; did you mean ‘getpt’? [-Wimplicit-function-declaration]
  20. 116 | sprintf(statm_fname, "/proc/%i/statm", getpid());
  21. | ^~~~~~
  22. | getpt
  23. make[2]: *** [accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/build.make:161: accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/statCore.c.o] Error 1
  24. make[1]: *** [CMakeFiles/Makefile2:1202: accel-pppd/extra/net-snmp/CMakeFiles/net-snmp.dir/all] Error 2
  25. make: *** [Makefile:172: all] Error 2
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement