Advertisement
ehime

make-install

May 28th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.10 KB | None | 0 0
  1. bash-3.2$ sudo make install
  2. make[1]: Nothing to be done for `install-exec-am'.
  3. make[1]: Nothing to be done for `install-data-am'.
  4. (cd modules/c/src; /Applications/Xcode.app/Contents/Developer/usr/bin/make install)
  5. for dir in common apache2 resin_os ; do (cd $dir; /Applications/Xcode.app/Contents/Developer/usr/bin/make install); done
  6. make[2]: Nothing to be done for `install'.
  7. EGREP="/usr/bin/grep -E" /tmp/resin-3.2.1/libtool --silent --tag=CXX --mode=compile gcc -o mod_caucho.lo -c -I/usr/local/Cellar/apache24/2.4.9/include/apache2 -I/usr/local/Cellar/apache24/2.4.9/include/apache2 -DRESIN_HOME=\"/tmp/resin-3.2.1\" -I../common -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DB64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAS_SOCK_TIMEOUT -DHAS_JVMTI -DDEBUG -Wall -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -DDARWIN_10 -g -O2 -Wall mod_caucho.c
  8. mod_caucho.c:594:45: error: no member named 'remote_ip' in 'struct conn_rec'
  9. cse_write_string(s, CSE_REMOTE_HOST, c->remote_ip);
  10. ~ ^
  11. mod_caucho.c:596:43: error: no member named 'remote_ip' in 'struct conn_rec'
  12. cse_write_string(s, CSE_REMOTE_ADDR, c->remote_ip);
  13. ~ ^
  14. mod_caucho.c:597:31: error: no member named 'remote_addr' in 'struct conn_rec'
  15. sprintf(buf, "%u", ntohs(c->remote_addr->port));
  16. ~ ^
  17. /usr/include/sys/_endian.h:126:39: note: expanded from macro 'ntohs'
  18. #define ntohs(x) __DARWIN_OSSwapInt16(x)
  19. ^
  20. /usr/include/libkern/_OSByteOrder.h:72:40: note: expanded from macro '__DARWIN_OSSwapInt16'
  21. ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
  22. ^
  23. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  24. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  25. ^
  26. mod_caucho.c:597:31: error: no member named 'remote_addr' in 'struct conn_rec'
  27. sprintf(buf, "%u", ntohs(c->remote_addr->port));
  28. ~ ^
  29. /usr/include/sys/_endian.h:126:39: note: expanded from macro 'ntohs'
  30. #define ntohs(x) __DARWIN_OSSwapInt16(x)
  31. ^
  32. /usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
  33. ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
  34. ^
  35. /usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
  36. ((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
  37. ^
  38. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  39. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  40. ^
  41. mod_caucho.c:597:31: error: no member named 'remote_addr' in 'struct conn_rec'
  42. sprintf(buf, "%u", ntohs(c->remote_addr->port));
  43. ~ ^
  44. /usr/include/sys/_endian.h:126:39: note: expanded from macro 'ntohs'
  45. #define ntohs(x) __DARWIN_OSSwapInt16(x)
  46. ^
  47. /usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
  48. ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
  49. ^
  50. /usr/include/libkern/_OSByteOrder.h:45:32: note: expanded from macro '__DARWIN_OSSwapConstInt16'
  51. (((__uint16_t)(x) & 0x00ff) << 8)))
  52. ^
  53. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  54. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  55. ^
  56. mod_caucho.c:597:31: error: no member named 'remote_addr' in 'struct conn_rec'
  57. sprintf(buf, "%u", ntohs(c->remote_addr->port));
  58. ~ ^
  59. /usr/include/sys/_endian.h:126:39: note: expanded from macro 'ntohs'
  60. #define ntohs(x) __DARWIN_OSSwapInt16(x)
  61. ^
  62. /usr/include/libkern/_OSByteOrder.h:72:89: note: expanded from macro '__DARWIN_OSSwapInt16'
  63. ((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
  64. ^
  65. /usr/include/secure/_stdio.h:47:56: note: expanded from macro 'sprintf'
  66. __builtin___sprintf_chk (str, 0, __darwin_obsz(str), __VA_ARGS__)
  67. ^
  68. mod_caucho.c:905:23: error: no member named 'remote_ip' in 'struct conn_rec'
  69. ip = r->connection->remote_ip;
  70. ~~~~~~~~~~~~~ ^
  71. 7 errors generated.
  72. make[2]: *** [mod_caucho.lo] Error 1
  73. mkdir /tmp/resin-3.2.1/libexec64
  74. mkdir: /tmp/resin-3.2.1/libexec64: File exists
  75. make[2]: [install] Error 1 (ignored)
  76. cp libresin_os.jnilib /tmp/resin-3.2.1/libexec64
  77. if test /tmp/resin-3.2.1 != `pwd`; then \
  78. mkdir -p /tmp/resin-3.2.1/lib; \
  79. mkdir -p /tmp/resin-3.2.1/libexec64; \
  80. cp -r libexec64/* /tmp/resin-3.2.1/libexec64; \
  81. cp lib/*.jar /tmp/resin-3.2.1/lib; \
  82. mkdir -p /tmp/resin-3.2.1/bin; \
  83. cp bin/* /tmp/resin-3.2.1/bin; \
  84. mkdir -p /tmp/resin-3.2.1/webapps; \
  85. cp -r webapps/* /tmp/resin-3.2.1/webapps; \
  86. mkdir -p /tmp/resin-3.2.1/doc; \
  87. cp -r doc/* /tmp/resin-3.2.1/doc; \
  88. mkdir -p /tmp/resin-3.2.1/conf; \
  89. cp conf/app-default.xml /tmp/resin-3.2.1/conf/app-default.xml.orig; \
  90. if test ! -r /tmp/resin-3.2.1/conf/resin.xml; then \
  91. cp conf/resin.xml /tmp/resin-3.2.1/conf/resin.xml; \
  92. cp conf/app-default.xml /tmp/resin-3.2.1/conf/app-default.xml; \
  93. fi; \
  94. fi
  95. cp: /tmp/resin-3.2.1/libexec64/libresin_os.jnilib and libexec64/libresin_os.jnilib are identical (not copied).
  96. cp: /tmp/resin-3.2.1/lib/activation.jar and lib/activation.jar are identical (not copied).
  97. cp: /tmp/resin-3.2.1/lib/javaee-16.jar and lib/javaee-16.jar are identical (not copied).
  98. cp: /tmp/resin-3.2.1/lib/javamail-141.jar and lib/javamail-141.jar are identical (not copied).
  99. cp: /tmp/resin-3.2.1/lib/jaxstream-15.jar and lib/jaxstream-15.jar are identical (not copied).
  100. cp: /tmp/resin-3.2.1/lib/jsf-12.jar and lib/jsf-12.jar are identical (not copied).
  101. cp: /tmp/resin-3.2.1/lib/osgi-14.jar and lib/osgi-14.jar are identical (not copied).
  102. cp: /tmp/resin-3.2.1/lib/resin.jar and lib/resin.jar are identical (not copied).
  103. cp: /tmp/resin-3.2.1/lib/webutil.jar and lib/webutil.jar are identical (not copied).
  104. cp: /tmp/resin-3.2.1/bin/resin.sh and bin/resin.sh are identical (not copied).
  105. cp: /tmp/resin-3.2.1/webapps/ROOT and webapps/ROOT are identical (not copied).
  106. cp: /tmp/resin-3.2.1/doc/admin and doc/admin are identical (not copied).
  107. cp: /tmp/resin-3.2.1/doc/config and doc/config are identical (not copied).
  108. cp: /tmp/resin-3.2.1/doc/resin-doc and doc/resin-doc are identical (not copied).
  109. bash-3.2$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement