Advertisement
Guest User

Untitled

a guest
Mar 14th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. CCLD libcrmcluster.la
  2. make[2]: Leaving directory `/home/stephan/pacemaker-master/lib/cluster'
  3. make[2]: Entering directory `/home/stephan/pacemaker-master/lib'
  4. cd .. && /bin/bash ./config.status lib/pacemaker-cib.pc
  5. config.status: creating lib/pacemaker-cib.pc
  6. cd .. && /bin/bash ./config.status lib/pacemaker-lrmd.pc
  7. config.status: creating lib/pacemaker-lrmd.pc
  8. cd .. && /bin/bash ./config.status lib/pacemaker-service.pc
  9. config.status: creating lib/pacemaker-service.pc
  10. cd .. && /bin/bash ./config.status lib/pacemaker-pengine.pc
  11. config.status: creating lib/pacemaker-pengine.pc
  12. cd .. && /bin/bash ./config.status lib/pacemaker-fencing.pc
  13. config.status: creating lib/pacemaker-fencing.pc
  14. cd .. && /bin/bash ./config.status lib/pacemaker-cluster.pc
  15. config.status: creating lib/pacemaker-cluster.pc
  16. cd .. && /bin/bash ./config.status lib/pacemaker.pc
  17. config.status: creating lib/pacemaker.pc
  18. make[2]: Leaving directory `/home/stephan/pacemaker-master/lib'
  19. make[1]: Leaving directory `/home/stephan/pacemaker-master/lib'
  20. Building mcp
  21. make[1]: Entering directory `/home/stephan/pacemaker-master/mcp'
  22. CC pacemaker.o
  23. CC corosync.o
  24. corosync.c:238:33: error: unknown type name ‘cmap_handle_t’
  25. corosync.c: In function ‘mcp_read_config’:
  26. corosync.c:382:5: warning: implicit declaration of function ‘get_config_opt’ [-Wimplicit-function-declaration]
  27. corosync.c:382:5: warning: nested extern declaration of ‘get_config_opt’ [-Wnested-externs]
  28. corosync.c:382:20: error: ‘config’ undeclared (first use in this function)
  29. corosync.c:382:20: note: each undeclared identifier is reported only once for each function it appears in
  30. corosync.c:382:28: error: ‘local_handle’ undeclared (first use in this function)
  31. corosync.c:382:42: error: ‘KEY_PREFIX’ undeclared (first use in this function)
  32. corosync.c:382:53: error: expected ‘)’ before string constant
  33. corosync.c:391:57: error: expected ‘)’ before string constant
  34. corosync.c:392:57: error: expected ‘)’ before string constant
  35. corosync.c:408:57: error: expected ‘)’ before string constant
  36. corosync.c:409:57: error: expected ‘)’ before string constant
  37. corosync.c:268:9: warning: unused variable ‘retries’ [-Wunused-variable]
  38. make[1]: *** [corosync.o] Fehler 1
  39. make[1]: Leaving directory `/home/stephan/pacemaker-master/mcp'
  40. make: *** [core] Fehler 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement