Advertisement
Guest User

Untitled

a guest
May 3rd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.70 KB | None | 0 0
  1. Buildfile: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/build.xml
  2.  
  3. -check-artifact-list:
  4.  
  5. -create-artifact-list:
  6.  
  7. -check-artifacts:
  8.  
  9. -download-artifacts:
  10.  
  11. -check-deps:
  12.  
  13. -init:
  14.  
  15. compile-util:
  16. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/util
  17. [javac] Compiling 10 source files to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/util
  18.  
  19. -check-disl-thread:
  20.  
  21. -create-disl-thread-if-needed:
  22.  
  23. -check-artifact-list:
  24.  
  25. -create-artifact-list:
  26.  
  27. -check-artifacts:
  28.  
  29. -download-artifacts:
  30.  
  31. -check-deps:
  32.  
  33. -init:
  34.  
  35. compile-tools:
  36. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/tools
  37. [javac] Compiling 2 source files to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/tools
  38.  
  39. -create-disl-thread:
  40. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-thread
  41.  
  42. compile-disl-bypass:
  43. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/always
  44. [javac] Compiling 1 source file to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/always
  45. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/never
  46. [javac] Compiling 1 source file to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/never
  47. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/dynamic
  48. [javac] Compiling 2 source files to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl-bypass/dynamic
  49.  
  50. compile-disl:
  51. [mkdir] Created dir: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl
  52. [javac] Compiling 152 source files to /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/build/disl
  53.  
  54. build-disl-bypass:
  55. [jar] Building jar: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/lib/disl-bypass.jar
  56.  
  57. build-disl:
  58. [jar] Building jar: /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/output/lib/disl-server.jar
  59.  
  60. -check-disl-agent-codeflags:
  61.  
  62. -generate-disl-agent-codeflags-if-needed:
  63.  
  64. -check-disl-agent-bytecode:
  65.  
  66. -generate-disl-agent-bytecode-if-needed:
  67.  
  68. prepare-disl-agent:
  69.  
  70. compile-disl-agent:
  71. [exec] In file included from dislagent.c:3:
  72. [exec] ./jvmtiutil.h:6:10: fatal error: 'jvmti.h' file not found
  73. [exec] #include <jvmti.h>
  74. [exec] ^
  75. [exec] 1 error generated.
  76. [exec] In file included from network.c:5:
  77. [exec] ./msgchannel.h:4:10: fatal error: 'jni.h' file not found
  78. [exec] #include <jni.h>
  79. [exec] ^
  80. [exec] 1 error generated.
  81. [exec] In file included from msgchannel.c:2:
  82. [exec] ./msgchannel.h:4:10: fatal error: 'jni.h' file not found
  83. [exec] #include <jni.h>
  84. [exec] ^
  85. [exec] 1 error generated.
  86. [exec] mkdir macosx-x86_64In file included from jvmtiutil.c:2:
  87. [exec] ./jvmtiutil.h:6:10: fatal error: 'jvmti.h' file not found
  88. [exec] #include <jvmti.h>
  89. [exec] ^
  90. [exec]
  91. [exec] 1 error generated.
  92. [exec] bytecode.c:6:10: fatal error: 'jvmti.h' file not found
  93. [exec] #include <jvmti.h>
  94. [exec] ^
  95. [exec] 1 error generated.
  96. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c bytecode.c -o macosx-x86_64/bytecode.o
  97. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c common.c -o macosx-x86_64/common.o
  98. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c jvmtiutil.c -o macosx-x86_64/jvmtiutil.o
  99. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c connection.c -o macosx-x86_64/connection.o
  100. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c connpool.c -o macosx-x86_64/connpool.o
  101. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c msgchannel.c -o macosx-x86_64/msgchannel.o
  102. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c network.c -o macosx-x86_64/network.o
  103. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c classparser.c -o macosx-x86_64/classparser.o
  104. [exec] dislagent.c:456:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  105. [exec] rdatiprefix (
  106. [exec] ^~~~~~~~~~~~~
  107. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  108. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  109. [exec] cc -O3 -DNDEBUG -fPIC -I../src-jdk-include -I../src-jdk-include/macosx -std=gnu99 -W -Wall -Wextra -Wno-unused-parameter -fvisibility=hidden -c dislagent.c -o macosx-x86_64/dislagent.o
  110. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  111. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  112. [exec] fprintf (stdout, args);
  113. [exec] ^
  114. [exec] dislagent.c:466:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  115. [exec] rdatiprintf (&info, "ignored %s (bypass check class)\n", class_name);
  116. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  118. [exec] rdatiprefix (info, args); \
  119. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  120. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  121. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  122. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  123. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  124. [exec] fprintf (stdout, args);
  125. [exec] ^
  126. [exec] dislagent.c:477:4: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  127. [exec] rdatiprintf (&info, "forcing lookup of dependent classes for %s\n", __safe (class_name));
  128. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  129. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  130. [exec] rdatiprefix (info, args); \
  131. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  132. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  133. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  134. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  135. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  136. [exec] fprintf (stdout, args);
  137. [exec] ^
  138. [exec] dislagent.c:480:4: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  139. [exec] rdatiprintf (&info, "VM still primordial, skipping lookup of dependent classes for %s\n", __safe (class_name));
  140. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  141. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  142. [exec] rdatiprefix (info, args); \
  143. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  144. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  145. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  146. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  147. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  148. [exec] fprintf (stdout, args);
  149. [exec] ^
  150. [exec] dislagent.c:507:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  151. [exec] rdatiprintf (
  152. [exec] ^~~~~~~~~~~~~
  153. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  154. [exec] rdatiprefix (info, args); \
  155. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  156. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  157. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  158. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  159. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  160. [exec] fprintf (stdout, args);
  161. [exec] ^
  162. [exec] dislagent.c:512:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  163. [exec] rdatiprintf (&info, "loaded %s (unmodified)\n", __safe (class_name));
  164. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  165. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  166. [exec] rdatiprefix (info, args); \
  167. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  168. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  169. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  170. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  171. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  172. [exec] fprintf (stdout, args);
  173. [exec] ^
  174. [exec] dislagent.c:536:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  175. [exec] rdatiprefix (&info, "vm_init (the VM has been initialized)\n");
  176. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  177. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  178. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  179. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  180. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  181. [exec] fprintf (stdout, args);
  182. [exec] ^
  183. [exec] dislagent.c:546:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  184. [exec] rdatiprintf (&info, "redefining BypassCheck for dynamic bypass\n");
  185. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  186. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  187. [exec] rdatiprefix (info, args); \
  188. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  189. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  190. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  191. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  192. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  193. [exec] fprintf (stdout, args);
  194. [exec] ^
  195. [exec] dislagent.c:549:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  196. [exec] rdatiprintf (&info, "redefining BypassCheck to disable bypass\n");
  197. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  198. [exec] dislagent.c:164:3: note: expanded from macro 'rdatiprintf'
  199. [exec] rdatiprefix (info, args); \
  200. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~
  201. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  202. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  203. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  204. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  205. [exec] fprintf (stdout, args);
  206. [exec] ^
  207. [exec] dislagent.c:587:3: warning: format specifies type 'long long' but the argument has type 'jlong' (aka 'long') [-Wformat]
  208. [exec] rdatiprefix (&info, "vm_death (the VM is shutting down)\n");
  209. [exec] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  210. [exec] dislagent.c:149:74: note: expanded from macro 'rdatiprefix'
  211. [exec] rdoutput ("disl-agent [%s, %" PRId64 "]: ", __safe_name ((info)->name), (info)->id); \
  212. [exec] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
  213. [exec] dislagent.c:135:19: note: expanded from macro 'rdoutput'
  214. [exec] fprintf (stdout, args);
  215. [exec] ^
  216. [exec] ld -shared macosx-x86_64/bytecode.o macosx-x86_64/common.o macosx-x86_64/jvmtiutil.o macosx-x86_64/connection.o macosx-x86_64/connpool.o macosx-x86_64/msgchannel.o macosx-x86_64/network.o macosx-x86_64/classparser.o macosx-x86_64/dislagent.o -lpthread -o macosx-x86_64/libdislagent.jnilib
  217. [exec] 10 warnings generated.
  218. [exec] ld: unknown option: -shared
  219. [exec] make: *** [macosx-x86_64/libdislagent.jnilib] Error 1
  220.  
  221. -determine-lib-names:
  222.  
  223. build-disl-agent:
  224. [exec] Result: 2
  225.  
  226. BUILD FAILED
  227. /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/build.xml:625: Warning: Could not find file /Users/gambi/Documents/Saarland/Frameworks/DiSL-ShadowVM/DEV/trunk/src-disl-agent/macosx-x86_64/libdislagent.jnilib to copy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement