Advertisement
Guest User

Untitled

a guest
May 12th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.84 KB | None | 0 0
  1. Scanning dependencies of target cstdlib
  2. [ 3%] Building C object src/std/CMakeFiles/cstdlib.dir/c_alloc.c.o
  3. [ 6%] Building C object src/std/CMakeFiles/cstdlib.dir/c_dir.c.o
  4. [ 9%] Building C object src/std/CMakeFiles/cstdlib.dir/c_file.c.o
  5. [ 12%] Building C object src/std/CMakeFiles/cstdlib.dir/c_list.c.o
  6. [ 15%] Building C object src/std/CMakeFiles/cstdlib.dir/c_path.c.o
  7. [ 18%] Building C object src/std/CMakeFiles/cstdlib.dir/c_rbtree.c.o
  8. [ 21%] Building C object src/std/CMakeFiles/cstdlib.dir/c_string.c.o
  9. [ 25%] Building C object src/std/CMakeFiles/cstdlib.dir/c_time.c.o
  10. Linking C static library libcstdlib.a
  11. [ 25%] Built target cstdlib
  12. Scanning dependencies of target ocsync
  13. [ 28%] Building C object src/CMakeFiles/ocsync.dir/csync.c.o
  14. [ 31%] Building C object src/CMakeFiles/ocsync.dir/csync_config.c.o
  15. [ 34%] Building C object src/CMakeFiles/ocsync.dir/csync_exclude.c.o
  16. [ 37%] Building C object src/CMakeFiles/ocsync.dir/csync_log.c.o
  17. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.c:53:46: warning: format specifies type 'long' but the argument has type '__darwin_suseconds_t'
  18. (aka 'int') [-Wformat]
  19. snprintf(buf, len, "%s.%06ld", tbuf, tv.tv_usec);
  20. ~~~~~ ^~~~~~~~~~
  21. %06d
  22. /usr/include/secure/_stdio.h:58:62: note: expanded from macro 'snprintf'
  23. __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__)
  24. ^
  25. 1 warning generated.
  26. [ 40%] Building C object src/CMakeFiles/ocsync.dir/csync_statedb.c.o
  27. [ 43%] Building C object src/CMakeFiles/ocsync.dir/csync_dbtree.c.o
  28. [ 46%] Building C object src/CMakeFiles/ocsync.dir/csync_time.c.o
  29. [ 50%] Building C object src/CMakeFiles/ocsync.dir/csync_util.c.o
  30. [ 53%] Building C object src/CMakeFiles/ocsync.dir/csync_misc.c.o
  31. [ 56%] Building C object src/CMakeFiles/ocsync.dir/csync_lock.c.o
  32. [ 59%] Building C object src/CMakeFiles/ocsync.dir/csync_update.c.o
  33. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_update.c:151:90: warning: format specifies type 'unsigned long long' but the argument has type 'time_t'
  34. (aka 'long') [-Wformat]
  35. CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "file: %s - tmp non zero, mtime %llu", path, st->modtime );
  36. ~~~~ ^~~~~~~~~~~
  37. %lu
  38. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  39. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  40. ^
  41. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_update.c:204:76: warning: format specifies type 'long' but the argument has type 'uint64_t'
  42. (aka 'unsigned long long') [-Wformat]
  43. CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "inodes: %ld <-> %ld", tmp->inode, fs->inode);
  44. ~~~ ^~~~~~~~~~
  45. %lld
  46. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  47. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  48. ^
  49. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_update.c:204:88: warning: format specifies type 'long' but the argument has type 'uint64_t'
  50. (aka 'unsigned long long') [-Wformat]
  51. CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE, "inodes: %ld <-> %ld", tmp->inode, fs->inode);
  52. ~~~ ^~~~~~~~~
  53. %lld
  54. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  55. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  56. ^
  57. 3 warnings generated.
  58. [ 62%] Building C object src/CMakeFiles/ocsync.dir/csync_reconcile.c.o
  59. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_reconcile.c:98:95: warning: format specifies type 'long' but the argument has type 'uint64_t'
  60. (aka 'unsigned long long') [-Wformat]
  61. CSYNC_LOG(CSYNC_LOG_PRIORITY_TRACE,"PHash of temporar opposite: %ld", h);
  62. ~~~ ^
  63. %lld
  64. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  65. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  66. ^
  67. 1 warning generated.
  68. [ 65%] Building C object src/CMakeFiles/ocsync.dir/csync_propagate.c.o
  69. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_propagate.c:508:23: warning: format specifies type 'intmax_t' (aka 'long') but the argument has type
  70. 'off_t' (aka 'long long') [-Wformat]
  71. turi, tstat->size, st->size);
  72. ^~~~~~~~~~~
  73. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  74. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  75. ^
  76. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_propagate.c:508:36: warning: format specifies type 'intmax_t' (aka 'long') but the argument has type
  77. 'off_t' (aka 'long long') [-Wformat]
  78. turi, tstat->size, st->size);
  79. ^~~~~~~~
  80. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_log.h:58:42: note: expanded from macro 'CSYNC_LOG'
  81. csync_log(ctx, priority, __FUNCTION__, __VA_ARGS__)
  82. ^
  83. /Users/developer/build-owncloud/buildenv/ocsync/src/csync_propagate.c:1276:12: warning: unused function '_cmp_char' [-Wunused-function]
  84. static int _cmp_char( const void *d1, const void *d2 )
  85. ^
  86. 3 warnings generated.
  87. [ 68%] Building C object src/CMakeFiles/ocsync.dir/vio/csync_vio.c.o
  88. [ 71%] Building C object src/CMakeFiles/ocsync.dir/vio/csync_vio_handle.c.o
  89. [ 75%] Building C object src/CMakeFiles/ocsync.dir/vio/csync_vio_file_stat.c.o
  90. [ 78%] Building C object src/CMakeFiles/ocsync.dir/vio/csync_vio_local.c.o
  91. Linking C shared library libocsync.dylib
  92. [ 78%] Built target ocsync
  93. Scanning dependencies of target httpbflib
  94. [ 81%] Building C object src/httpbf/CMakeFiles/httpbflib.dir/src/httpbf.c.o
  95. /Users/developer/build-owncloud/buildenv/ocsync/src/httpbf/src/httpbf.c:31:10: fatal error: 'neon/ne_session.h' file not found
  96. #include <neon/ne_session.h>
  97. ^
  98. 1 error generated.
  99. make[2]: *** [src/httpbf/CMakeFiles/httpbflib.dir/src/httpbf.c.o] Error 1
  100. make[1]: *** [src/httpbf/CMakeFiles/httpbflib.dir/all] Error 2
  101. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement