Advertisement
Guest User

mfs tools

a guest
Jul 11th, 2017
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 KB | None | 0 0
  1. aking all in lib
  2. make[1]: Entering directory '/home/xxxxx/Downloads/MFSTools-snapshot050221/lib'
  3. make[1]: Nothing to be done for 'all'.
  4. make[1]: Leaving directory '/home/xxxxx/Downloads/MFSTools-snapshot050221/lib'
  5. Making all in mfsadd
  6. make[1]: Entering directory '/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd'
  7. gcc -g -O2 -o mfsadd -Wl,--defsym,main=mfsadd_main mfsadd.o -L../lib -lmfs -lmfsvol -lmacpart
  8. ../lib/libmfs.a(zonemap.o): In function `_tivo_partition_fd':sssss
  9. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:123: multiple definition of `_tivo_partition_fd'
  10. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:123: first defined here
  11. ../lib/libmfs.a(zonemap.o): In function `_tivo_partition_isdevice':
  12. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:128: multiple definition of `_tivo_partition_isdevice'
  13. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:128: first defined here
  14. ../lib/libmfs.a(zonemap.o): In function `_tivo_partition_swab':
  15. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:133: multiple definition of `_tivo_partition_swab'
  16. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:133: first defined here
  17. ../lib/libmfsvol.a(volume.o): In function `_tivo_partition_fd':
  18. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:123: multiple definition of `_tivo_partition_fd'
  19. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:123: first defined here
  20. ../lib/libmfsvol.a(volume.o): In function `_tivo_partition_isdevice':
  21. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:128: multiple definition of `_tivo_partition_isdevice'
  22. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:128: first defined here
  23. ../lib/libmfsvol.a(volume.o): In function `_tivo_partition_swab':
  24. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:133: multiple definition of `_tivo_partition_swab'
  25. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:133: first defined here
  26. ../lib/libmacpart.a(macpart.o): In function `_tivo_partition_fd':
  27. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:123: multiple definition of `_tivo_partition_fd'
  28. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:123: first defined here
  29. ../lib/libmacpart.a(macpart.o): In function `_tivo_partition_isdevice':
  30. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:128: multiple definition of `_tivo_partition_isdevice'
  31. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:128: first defined here
  32. ../lib/libmacpart.a(macpart.o): In function `_tivo_partition_swab':
  33. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:133: multiple definition of `_tivo_partition_swab'
  34. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:133: first defined here
  35. ../lib/libmacpart.a(readwrite.o): In function `_tivo_partition_fd':
  36. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:123: multiple definition of `_tivo_partition_fd'
  37. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:123: first defined here
  38. ../lib/libmacpart.a(readwrite.o): In function `_tivo_partition_isdevice':
  39. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:128: multiple definition of `_tivo_partition_isdevice'
  40. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:128: first defined here
  41. ../lib/libmacpart.a(readwrite.o): In function `_tivo_partition_swab':
  42. /home/xxxxx/Downloads/MFSTools-snapshot050221/lib/../include/macpart.h:133: multiple definition of `_tivo_partition_swab'
  43. mfsadd.o:/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd/../include/macpart.h:133: first defined here
  44. collect2: error: ld returned 1 exit status
  45. Makefile:189: recipe for target 'mfsadd' failed
  46. make[1]: *** [mfsadd] Error 1
  47. make[1]: Leaving directory '/home/xxxxx/Downloads/MFSTools-snapshot050221/mfsadd'
  48. Makefile:145: recipe for target 'all-recursive' failed
  49. make: *** [all-recursive] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement