Advertisement
Geometrian

LLVM Trax Error

Jan 25th, 2015
360
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.03 KB | None | 0 0
  1. ian@[host]:[path/]simtrax/llvm_trax$ sudo ./setup.sh
  2. Setting up llvm-trax workspace
  3. Downloading llvm...
  4. wget -O llvm-3.5.0.src.tar.xz http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz
  5. --2015-01-25 16:26:18-- http://llvm.org/releases/3.5.0/llvm-3.5.0.src.tar.xz
  6. Resolving llvm.org (llvm.org)... 128.174.246.134
  7. Connecting to llvm.org (llvm.org)|128.174.246.134|:80... connected.
  8. HTTP request sent, awaiting response... 200 OK
  9. Length: 11735940 (11M) [application/x-tar]
  10. Saving to: ‘llvm-3.5.0.src.tar.xz’
  11.  
  12. 100%[======================================================================================>] 11,735,940 2.37MB/s in 6.9s
  13.  
  14. 2015-01-25 16:26:26 (1.62 MB/s) - ‘llvm-3.5.0.src.tar.xz’ saved [11735940/11735940]
  15.  
  16. Extracting llvm...
  17. Downloading clang...
  18. wget -O clang.tar.xz http://llvm.org/releases/3.5.0/cfe-3.5.0.src.tar.xz
  19. --2015-01-25 16:27:36-- http://llvm.org/releases/3.5.0/cfe-3.5.0.src.tar.xz
  20. Resolving llvm.org (llvm.org)... 128.174.246.134
  21. Connecting to llvm.org (llvm.org)|128.174.246.134|:80... connected.
  22. HTTP request sent, awaiting response... 200 OK
  23. Length: 8233432 (7.9M) [application/x-tar]
  24. Saving to: ‘clang.tar.xz’
  25.  
  26. 100%[======================================================================================>] 8,233,432 1.83MB/s in 7.5s
  27.  
  28. 2015-01-25 16:27:44 (1.05 MB/s) - ‘clang.tar.xz’ saved [8233432/8233432]
  29.  
  30. Extracting clang...
  31. Copying TRaX-specific files to llvm-3.5.0.src...
  32. Configuring...
  33. checking for clang... no
  34. checking for gcc... gcc
  35. checking for C compiler default output file name... a.out
  36. checking whether the C compiler works... yes
  37. checking whether we are cross compiling... no
  38. checking for suffix of executables...
  39. checking for suffix of object files... o
  40. checking whether we are using the GNU C compiler... yes
  41. checking whether gcc accepts -g... yes
  42. checking for gcc option to accept ISO C89... none needed
  43. checking whether we are using the GNU C++ compiler... yes
  44. checking whether g++ accepts -g... yes
  45. checking how to run the C preprocessor... gcc -E
  46. checking whether GCC or Clang is our host compiler... gcc
  47. checking build system type... x86_64-unknown-linux-gnu
  48. checking host system type... x86_64-unknown-linux-gnu
  49. checking target system type... x86_64-unknown-linux-gnu
  50. checking type of operating system we're going to host on... Linux
  51. checking type of operating system we're going to target... Linux
  52. checking target architecture... x86_64
  53. checking whether GCC is new enough... yes
  54. checking optimization flags... -O3
  55. checking for GNU make... make
  56. checking whether ln -s works... yes
  57. checking for nm... /usr/bin/nm
  58. checking for cmp... /usr/bin/cmp
  59. checking for cp... /bin/cp
  60. checking for date... /bin/date
  61. checking for find... /usr/bin/find
  62. checking for grep... /bin/grep
  63. checking for mkdir... /bin/mkdir
  64. checking for mv... /bin/mv
  65. checking for ranlib... ranlib
  66. checking for ar... ar
  67. checking for rm... /bin/rm
  68. checking for sed... /bin/sed
  69. checking for tar... /bin/tar
  70. checking for pwd... /bin/pwd
  71. checking for dot... echo dot
  72. checking for a BSD-compatible install... /usr/bin/install -c
  73. checking for bzip2... /bin/bzip2
  74. checking for cat... /bin/cat
  75. checking for doxygen... no
  76. checking for groff... /usr/bin/groff
  77. checking for gzip... /bin/gzip
  78. checking for pdfroff... no
  79. checking for zip... /usr/bin/zip
  80. checking for ocamlc... no
  81. checking for ocamlopt... no
  82. checking for ocamldep... no
  83. checking for ocamldoc... no
  84. checking for gas... no
  85. checking for as... /usr/bin/as
  86. checking for linker version... 2.24.90.20141014
  87. checking for compiler -Wl,-R<path> option... yes
  88. checking for compiler -rdynamic option... yes
  89. checking for compiler -Wl,--version-script option... yes
  90. checking for grep that handles long lines and -e... (cached) /bin/grep
  91. checking for egrep... /bin/grep -E
  92. checking for ANSI C header files... yes
  93. checking for sys/types.h... yes
  94. checking for sys/stat.h... yes
  95. checking for stdlib.h... yes
  96. checking for string.h... yes
  97. checking for memory.h... yes
  98. checking for strings.h... yes
  99. checking for inttypes.h... yes
  100. checking for stdint.h... yes
  101. checking for unistd.h... yes
  102. checking errno.h usability... yes
  103. checking errno.h presence... yes
  104. checking for errno.h... yes
  105. checking tool compatibility... ok
  106. checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-initializers -Wno-maybe-uninitialized
  107. checking for python... /usr/bin/python
  108. checking for python >= 2.5... /usr/bin/python (2.7.8)
  109. checking for sin in -lm... yes
  110. checking for library containing dlopen... -ldl
  111. checking for library containing clock_gettime... none required
  112. checking for library containing setupterm... no
  113. checking for library containing el_init... no
  114. checking for library containing mallinfo... none required
  115. checking for pthread_mutex_init in -lpthread... yes
  116. checking for library containing pthread_mutex_lock... none required
  117. checking for library containing pthread_rwlock_init... none required
  118. checking for library containing pthread_getspecific... none required
  119. checking for compress2 in -lz... yes
  120. checking for xml2-config... xml2-config
  121. checking for libxml2 includes... -I/usr/include/libxml2
  122. checking for xmlReadFile in -lxml2... yes
  123. checking for dirent.h that defines DIR... yes
  124. checking for library containing opendir... none required
  125. checking for MAP_ANONYMOUS vs. MAP_ANON... yes
  126. checking whether stat file-mode macros are broken... no
  127. checking for sys/wait.h that is POSIX.1 compatible... yes
  128. checking whether time.h and sys/time.h may both be included... yes
  129. checking how to run the C++ preprocessor... g++ -E
  130. checking cxxabi.h usability... yes
  131. checking cxxabi.h presence... yes
  132. checking for cxxabi.h... yes
  133. checking dlfcn.h usability... yes
  134. checking dlfcn.h presence... yes
  135. checking for dlfcn.h... yes
  136. checking execinfo.h usability... yes
  137. checking execinfo.h presence... yes
  138. checking for execinfo.h... yes
  139. checking fcntl.h usability... yes
  140. checking fcntl.h presence... yes
  141. checking for fcntl.h... yes
  142. checking for inttypes.h... (cached) yes
  143. checking link.h usability... yes
  144. checking link.h presence... yes
  145. checking for link.h... yes
  146. checking malloc.h usability... yes
  147. checking malloc.h presence... yes
  148. checking for malloc.h... yes
  149. checking setjmp.h usability... yes
  150. checking setjmp.h presence... yes
  151. checking for setjmp.h... yes
  152. checking signal.h usability... yes
  153. checking signal.h presence... yes
  154. checking for signal.h... yes
  155. checking for stdint.h... (cached) yes
  156. checking termios.h usability... yes
  157. checking termios.h presence... yes
  158. checking for termios.h... yes
  159. checking for unistd.h... (cached) yes
  160. checking utime.h usability... yes
  161. checking utime.h presence... yes
  162. checking for utime.h... yes
  163. checking sys/mman.h usability... yes
  164. checking sys/mman.h presence... yes
  165. checking for sys/mman.h... yes
  166. checking sys/param.h usability... yes
  167. checking sys/param.h presence... yes
  168. checking for sys/param.h... yes
  169. checking sys/resource.h usability... yes
  170. checking sys/resource.h presence... yes
  171. checking for sys/resource.h... yes
  172. checking sys/time.h usability... yes
  173. checking sys/time.h presence... yes
  174. checking for sys/time.h... yes
  175. checking sys/uio.h usability... yes
  176. checking sys/uio.h presence... yes
  177. checking for sys/uio.h... yes
  178. checking sys/ioctl.h usability... yes
  179. checking sys/ioctl.h presence... yes
  180. checking for sys/ioctl.h... yes
  181. checking malloc/malloc.h usability... no
  182. checking malloc/malloc.h presence... no
  183. checking for malloc/malloc.h... no
  184. checking mach/mach.h usability... no
  185. checking mach/mach.h presence... no
  186. checking for mach/mach.h... no
  187. checking valgrind/valgrind.h usability... yes
  188. checking valgrind/valgrind.h presence... yes
  189. checking for valgrind/valgrind.h... yes
  190. checking fenv.h usability... yes
  191. checking fenv.h presence... yes
  192. checking for fenv.h... yes
  193. checking whether FE_ALL_EXCEPT is declared... yes
  194. checking whether FE_INEXACT is declared... yes
  195. checking pthread.h usability... yes
  196. checking pthread.h presence... yes
  197. checking for pthread.h... yes
  198. checking zlib.h usability... yes
  199. checking zlib.h presence... yes
  200. checking for zlib.h... yes
  201. checking CrashReporterClient.h usability... no
  202. checking CrashReporterClient.h presence... no
  203. checking for CrashReporterClient.h... no
  204. checking __crashreporter_info__... no
  205. checking for HUGE_VAL sanity... yes
  206. checking for pid_t... yes
  207. checking for size_t... yes
  208. checking whether struct tm is in sys/time.h or time.h... time.h
  209. checking for int64_t... yes
  210. checking for uint64_t... yes
  211. checking for backtrace... yes
  212. checking for ceilf... yes
  213. checking for floorf... yes
  214. checking for roundf... yes
  215. checking for rintf... yes
  216. checking for nearbyintf... yes
  217. checking for getcwd... yes
  218. checking for powf... yes
  219. checking for fmodf... yes
  220. checking for strtof... yes
  221. checking for round... yes
  222. checking for log... yes
  223. checking for log2... yes
  224. checking for log10... yes
  225. checking for exp... yes
  226. checking for exp2... yes
  227. checking for getpagesize... yes
  228. checking for getrusage... yes
  229. checking for getrlimit... yes
  230. checking for setrlimit... yes
  231. checking for gettimeofday... yes
  232. checking for isatty... yes
  233. checking for mkdtemp... yes
  234. checking for mkstemp... yes
  235. checking for mktemp... yes
  236. checking for posix_spawn... yes
  237. checking for pread... yes
  238. checking for realpath... yes
  239. checking for sbrk... yes
  240. checking for setrlimit... (cached) yes
  241. checking for strerror... yes
  242. checking for strerror_r... yes
  243. checking for setenv... yes
  244. checking for strtoll... yes
  245. checking for strtoq... yes
  246. checking for sysconf... yes
  247. checking for malloc_zone_statistics... no
  248. checking for setjmp... yes
  249. checking for longjmp... yes
  250. checking for sigsetjmp... no
  251. checking for siglongjmp... yes
  252. checking for writev... yes
  253. checking for futimes... yes
  254. checking for futimens... yes
  255. checking if printf has the %a format character... yes
  256. checking for srand48/lrand48/drand48 in <stdlib.h>... yes
  257. checking whether arc4random is declared... no
  258. checking whether strerror_s is declared... no
  259. checking for isnan in <math.h>... yes
  260. checking for isnan in <cmath>... yes
  261. checking for std::isnan in <cmath>... yes
  262. checking for isinf in <math.h>... yes
  263. checking for isinf in <cmath>... yes
  264. checking for std::isinf in <cmath>... yes
  265. checking for finite in <ieeefp.h>... no
  266. checking for stdlib.h... (cached) yes
  267. checking for unistd.h... (cached) yes
  268. checking for getpagesize... (cached) yes
  269. checking for working mmap... yes
  270. checking for mmap of files... yes
  271. checking if /dev/zero is needed for mmap... no
  272. checking for GCC atomic builtins... yes
  273. checking for 32-bit userspace on 64-bit system... no
  274. checking for __dso_handle... yes
  275. checking for compiler -fvisibility-inlines-hidden option... yes
  276. configure: creating ./config.status
  277. config.status: creating include/llvm/Config/Targets.def
  278. config.status: creating include/llvm/Config/AsmPrinters.def
  279. config.status: creating include/llvm/Config/AsmParsers.def
  280. config.status: creating include/llvm/Config/Disassemblers.def
  281. config.status: creating Makefile.config
  282. config.status: creating llvm.spec
  283. config.status: creating docs/doxygen.cfg
  284. config.status: creating tools/clang/docs/doxygen.cfg
  285. config.status: creating bindings/ocaml/llvm/META.llvm
  286. config.status: creating include/llvm/Config/config.h
  287. config.status: creating include/llvm/Config/llvm-config.h
  288. config.status: creating include/llvm/Support/DataTypes.h
  289. config.status: creating tools/clang/include/clang/Config/config.h
  290. config.status: executing setup commands
  291. config.status: executing Makefile commands
  292. config.status: executing Makefile.common commands
  293. config.status: executing examples/Makefile commands
  294. config.status: executing lib/Makefile commands
  295. config.status: executing test/Makefile commands
  296. config.status: executing test/Makefile.tests commands
  297. config.status: executing unittests/Makefile commands
  298. config.status: executing tools/Makefile commands
  299. config.status: executing utils/Makefile commands
  300. config.status: executing projects/Makefile commands
  301. config.status: executing bindings/Makefile commands
  302. config.status: executing bindings/ocaml/Makefile.ocaml commands
  303. Building...
  304. Makefile:151: /Makefile.rules: No such file or directory
  305. make: *** No rule to make target '/Makefile.rules'. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement