Advertisement
Guest User

Untitled

a guest
Nov 10th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory `/home/ubu/partclone-0.2.70'
  3. Making all in po
  4. make[2]: Entering directory `/home/ubu/partclone-0.2.70/po'
  5. make[2]: Nothing to be done for `all'.
  6. make[2]: Leaving directory `/home/ubu/partclone-0.2.70/po'
  7. Making all in src
  8. make[2]: Entering directory `/home/ubu/partclone-0.2.70/src'
  9. srcdir=.. builddir=.. ../toolbox --update-version
  10. ../toolbox: 1: ../toolbox: git: not found
  11. ../toolbox: 1: ../toolbox: git: not found
  12. not git repository?
  13. gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\" -D_FILE_OFFSET_BITS=64 -DXFS -g -O2 -Wall -MT partclone_xfs-xfsclone.o -MD -MP -MF .deps/partclone_xfs-xfsclone.Tpo -c -o partclone_xfs-xfsclone.o `test -f 'xfsclone.c' || echo './'`xfsclone.c
  14. In file included from xfsclone.c:15:0:
  15. partclone.h:178:22: error: expected declaration specifiers or ‘...’ before ‘(’ token
  16. extern unsigned long crc32(unsigned long crc, char *buf, int size);
  17. ^
  18. partclone.h:178:22: error: expected declaration specifiers or ‘...’ before ‘(’ token
  19. extern unsigned long crc32(unsigned long crc, char *buf, int size);
  20. ^
  21. partclone.h:178:22: error: expected declaration specifiers or ‘...’ before ‘(’ token
  22. extern unsigned long crc32(unsigned long crc, char *buf, int size);
  23. ^
  24. xfsclone.c: In function ‘fs_open’:
  25. xfsclone.c:104:5: warning: passing argument 1 of ‘libxfs_readbuf’ makes pointer from integer without a cast [enabled by default]
  26. sbp = libxfs_readbuf(xargs.ddev, XFS_SB_DADDR, 1, 0);
  27. ^
  28. In file included from xfsclone.c:15:0:
  29. /usr/include/xfs/libxfs.h:425:19: note: expected ‘struct xfs_buftarg *’ but argument is of type ‘dev_t’
  30. extern xfs_buf_t *libxfs_readbuf(struct xfs_buftarg *, xfs_daddr_t, int, int,
  31. ^
  32. xfsclone.c:104:5: error: too few arguments to function ‘libxfs_readbuf’
  33. sbp = libxfs_readbuf(xargs.ddev, XFS_SB_DADDR, 1, 0);
  34. ^
  35. In file included from xfsclone.c:15:0:
  36. /usr/include/xfs/libxfs.h:425:19: note: declared here
  37. extern xfs_buf_t *libxfs_readbuf(struct xfs_buftarg *, xfs_daddr_t, int, int,
  38. ^
  39. xfsclone.c: In function ‘readbitmap’:
  40. xfsclone.c:290:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  41. read(source_fd, btree_buf_data, btree_buf_length);
  42. ^
  43. xfsclone.c:398:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  44. read(source_fd, btree_buf_data, btree_buf_length);
  45. ^
  46. make[2]: *** [partclone_xfs-xfsclone.o] Error 1
  47. make[2]: Leaving directory `/home/ubu/partclone-0.2.70/src'
  48. make[1]: *** [all-recursive] Error 1
  49. make[1]: Leaving directory `/home/ubu/partclone-0.2.70'
  50. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement