Advertisement
lbalbalba

Untitled

May 9th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Making all in src
  2. CC gsyncd.o
  3. CC procdiggy.o
  4. CCLD gsyncd
  5. gsyncd.o: In function `invoke_gsyncd':
  6. /usr/local/src/glusterfs/xlators/features/marker/utils/src/gsyncd.c:159: undefined reference to `__gcov_execvp'
  7. gsyncd.o: In function `invoke_rsync':
  8. /usr/local/src/glusterfs/xlators/features/marker/utils/src/gsyncd.c:278: undefined reference to `__gcov_execvp'
  9. gsyncd.o:(.data+0x30): undefined reference to `__gcov_merge_add'
  10. gsyncd.o: In function `_GLOBAL__sub_I_65535_0_restricted':
  11. /usr/local/src/glusterfs/xlators/features/marker/utils/src/gsyncd.c:367: undefined reference to `__gcov_init'
  12. procdiggy.o:(.data+0x10): undefined reference to `__gcov_merge_add'
  13. procdiggy.o: In function `_GLOBAL__sub_I_65535_0_pidinfo':
  14. /usr/local/src/glusterfs/xlators/features/marker/utils/src/procdiggy.c:121: undefined reference to `__gcov_init'
  15. ../../../../../libglusterfs/src/.libs/libglusterfs.so: undefined reference to `__gcov_fork'
  16. collect2: error: ld returned 1 exit status
  17. make[6]: *** [gsyncd] Error 1
  18. make[5]: *** [all-recursive] Error 1
  19. make[4]: *** [all-recursive] Error 1
  20. make[3]: *** [all-recursive] Error 1
  21. make[2]: *** [all-recursive] Error 1
  22. make[1]: *** [all-recursive] Error 1
  23. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement