Advertisement
SilentInfidel

mirage-www build error

Oct 19th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 51.77 KB | None | 0 0
  1. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ cd
  2. ]0;opam@36a3ff3b61c1: ~opam@36a3ff3b61c1:~$ exit    cd opam-repository/
  3. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ cd opam-repository/opam-repository/opam remote add mirage-dev git://github.com/mirage/mirage-dev
  4. [mirage-dev] Fetching git://github.com/mirage/mirage-dev
  5. Updating ~/.opam/repo/compiler-index ...
  6. Updating ~/.opam/compilers/ ...
  7. Updating ~/.opam/repo/package-index ...
  8. Updating ~/.opam/packages/ ...
  9. The following packages have been UPDATED upstream:
  10.  - camlp4.4.01.0
  11.  - ocamlfind.1.5.3
  12. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ git checkout caf7cd560b8d6fc18177cb45c122f15f3ca098ba -- packages/ounit/ounit.2.0.0/url
  13. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ cd
  14. ]0;opam@36a3ff3b61c1: ~opam@36a3ff3b61c1:~$ opam update -u -y
  15. [mirage-dev] Fetching git://github.com/mirage/mirage-dev
  16. [default] Synchronizing with /home/opam/opam-repository
  17. Updating ~/.opam/repo/compiler-index ...
  18. Updating ~/.opam/compilers/ ...
  19. Updating ~/.opam/repo/package-index ...
  20. Updating ~/.opam/packages/ ...
  21. Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
  22. ]0;opam@36a3ff3b61c1: ~opam@36a3ff3b61c1:~$ opam install mirage
  23. The following actions will be performed:
  24.  - install   ounit.2.0.0                           [required by io-page, cstruct]
  25.  - install   base-no-ppx.base                      [required by lwt]
  26.  - install   re.1.2.2                              [required by mirage]
  27.  - install   type_conv.111.13.00                   [required by sexplib]
  28.  - install   cmdliner.0.9.5                        [required by mirage]
  29.  - install   optcomp.1.6                           [required by ocplib-endian]
  30.  - install   base-bytes.legacy                     [required by ocplib-endian]
  31.  - install   lwt.2.4.6                             [required by mirage]
  32.  - install   sexplib.111.13.00                     [required by mirage]
  33.  - install   ocplib-endian.0.7                     [required by cstruct]
  34.  - install   ipaddr.2.5.0                          [required by mirage]
  35.  - install   cstruct.1.4.0                         [required by mirage]
  36.  - install   io-page.1.1.1                         [required by mirage]
  37.  - install   mirage-types.2.0.0                    [required by mirage]
  38.  - install   mirage.2.0.0
  39. === 15 to install ===
  40.  
  41. =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  42. [cmdliner.0.9.5] Downloading http://erratique.ch/software/cmdliner/releases/cmdliner-0.9.5.tbz
  43. [cstruct.1.4.0] Downloading https://github.com/mirage/ocaml-cstruct/archive/v1.4.0.tar.gz
  44. [io-page.1.1.1] Downloading https://github.com/mirage/io-page/archive/v1.1.1.tar.gz
  45. [ipaddr.2.5.0] Downloading https://github.com/mirage/ocaml-ipaddr/archive/2.5.0.tar.gz
  46. [lwt.2.4.6] Downloading https://github.com/ocsigen/lwt/archive/2.4.6.tar.gz
  47. [mirage] Fetching git://github.com/mirage/mirage
  48. [mirage-types] Fetching git://github.com/mirage/mirage
  49. [ocplib-endian.0.7] Downloading https://github.com/OCamlPro/ocplib-endian/archive/0.7.tar.gz
  50. [optcomp.1.6] Downloading https://github.com/diml/optcomp/archive/1.6.tar.gz
  51. [ounit.2.0.0] Downloading http://opam.ocamlpro.com/archives/ounit.2.0.0+opam.tar.gz
  52. [re.1.2.2] Downloading https://github.com/ocaml/ocaml-re/archive/ocaml-re-1.2.2.tar.gz
  53. [sexplib.111.13.00] Downloading https://ocaml.janestreet.com/ocaml-core/111.13.00/individual/sexplib-111.13.00.tar.gz
  54. [type_conv.111.13.00] Downloading https://ocaml.janestreet.com/ocaml-core/111.13.00/individual/type_conv-111.13.00.tar.gz
  55.  
  56. =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  57. Installing base-bytes.legacy.
  58. Installing base-no-ppx.base.
  59. Building cmdliner.0.9.5:
  60.   ocaml pkg/git.ml
  61.   ocaml pkg/build.ml native=true native-dynlink=true
  62. Installing cmdliner.0.9.5.
  63. Building optcomp.1.6:
  64.   ./configure --prefix /home/opam/.opam/4.01.0
  65.   make
  66.   make install
  67. Installing optcomp.1.6.
  68. Building ounit.2.0.0:
  69.   make build
  70.   make install
  71. Installing ounit.2.0.0.
  72. Building re.1.2.2:
  73.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  74.   ocaml setup.ml -build
  75.   ocaml setup.ml -install
  76. Installing re.1.2.2.
  77. Building type_conv.111.13.00:
  78.   make
  79.   make install
  80. Installing type_conv.111.13.00.
  81. Building lwt.2.4.6:
  82.   ./configure --prefix /home/opam/.opam/4.01.0 --disable-libev --disable-react --disable-ssl --enable-unix --enable-extra --enable-preemptive --disable-glib --disable-ppx
  83.   make build
  84.   make install
  85. Installing lwt.2.4.6.
  86. Building ocplib-endian.0.7:
  87.   ocaml setup.ml -configure --disable-debug --prefix /home/opam/.opam/4.01.0
  88.   ocaml setup.ml -build
  89.   ocaml setup.ml -install
  90. Installing ocplib-endian.0.7.
  91. Building sexplib.111.13.00:
  92.   make
  93.   make install
  94. Installing sexplib.111.13.00.
  95. Building cstruct.1.4.0:
  96.   make
  97.   make install
  98. Installing cstruct.1.4.0.
  99. Building ipaddr.2.5.0:
  100.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  101.   make build
  102.   make install
  103. Installing ipaddr.2.5.0.
  104. Building io-page.1.1.1:
  105.   make
  106.   make install
  107. Installing io-page.1.1.1.
  108. Building mirage-types.2.0.0:
  109.   make install-types
  110. Installing mirage-types.2.0.0.
  111. Building mirage.2.0.0:
  112.   ./configure --bindir /home/opam/.opam/4.01.0/bin
  113.   make
  114.   make install
  115. Installing mirage.2.0.0.
  116. ]0;opam@36a3ff3b61c1: ~opam@36a3ff3b61c1:~$ git clone git://github.com/mirage/mirage-www
  117. Cloning into 'mirage-www'...
  118. remote: Counting objects: 5380, done.
  119. Receiving objects:   0% (1/5380)  
  120. Receiving objects:   1% (54/5380)  
  121. Receiving objects:   2% (108/5380)  
  122. Receiving objects:   3% (162/5380)  
  123. Receiving objects:   4% (216/5380)  
  124. Receiving objects:   5% (269/5380), 52.00 KiB | 76.00 KiB/s  
  125. Receiving objects:   6% (323/5380), 52.00 KiB | 76.00 KiB/s  
  126. Receiving objects:   7% (377/5380), 52.00 KiB | 76.00 KiB/s  
  127. Receiving objects:   8% (431/5380), 52.00 KiB | 76.00 KiB/s  
  128. Receiving objects:   9% (485/5380), 52.00 KiB | 76.00 KiB/s  
  129. Receiving objects:  10% (538/5380), 52.00 KiB | 76.00 KiB/s  
  130. Receiving objects:  11% (592/5380), 52.00 KiB | 76.00 KiB/s  
  131. Receiving objects:  12% (646/5380), 52.00 KiB | 76.00 KiB/s  
  132. Receiving objects:  13% (700/5380), 52.00 KiB | 76.00 KiB/s  
  133. Receiving objects:  14% (754/5380), 52.00 KiB | 76.00 KiB/s  
  134. Receiving objects:  15% (807/5380), 52.00 KiB | 76.00 KiB/s  
  135. Receiving objects:  15% (859/5380), 52.00 KiB | 76.00 KiB/s  
  136. Receiving objects:  16% (861/5380), 52.00 KiB | 76.00 KiB/s  
  137. Receiving objects:  17% (915/5380), 52.00 KiB | 76.00 KiB/s  
  138. Receiving objects:  18% (969/5380), 52.00 KiB | 76.00 KiB/s  
  139. Receiving objects:  19% (1023/5380), 52.00 KiB | 76.00 KiB/s  
  140. Receiving objects:  20% (1076/5380), 196.00 KiB | 172.00 KiB/s  
  141. Receiving objects:  21% (1130/5380), 196.00 KiB | 172.00 KiB/s  
  142. Receiving objects:  22% (1184/5380), 196.00 KiB | 172.00 KiB/s  
  143. Receiving objects:  22% (1200/5380), 388.00 KiB | 165.00 KiB/s  
  144. Receiving objects:  22% (1219/5380), 996.00 KiB | 296.00 KiB/s  
  145. Receiving objects:  22% (1224/5380), 1.05 MiB | 252.00 KiB/s  
  146. Receiving objects:  23% (1238/5380), 1.05 MiB | 252.00 KiB/s  
  147. Receiving objects:  24% (1292/5380), 1.05 MiB | 252.00 KiB/s  
  148. Receiving objects:  24% (1311/5380), 1.46 MiB | 314.00 KiB/s  
  149. Receiving objects:  25% (1345/5380), 1.64 MiB | 318.00 KiB/s  
  150. Receiving objects:  26% (1399/5380), 1.64 MiB | 318.00 KiB/s  
  151. Receiving objects:  27% (1453/5380), 1.82 MiB | 348.00 KiB/s  
  152. Receiving objects:  27% (1485/5380), 1.82 MiB | 348.00 KiB/s  
  153. Receiving objects:  28% (1507/5380), 1.82 MiB | 348.00 KiB/s  
  154. Receiving objects:  29% (1561/5380), 1.82 MiB | 348.00 KiB/s  
  155. Receiving objects:  30% (1614/5380), 2.00 MiB | 356.00 KiB/s  
  156. Receiving objects:  31% (1668/5380), 2.00 MiB | 356.00 KiB/s  
  157. Receiving objects:  32% (1722/5380), 2.00 MiB | 356.00 KiB/s  
  158. Receiving objects:  33% (1776/5380), 2.00 MiB | 356.00 KiB/s  
  159. Receiving objects:  34% (1830/5380), 2.00 MiB | 356.00 KiB/s  
  160. Receiving objects:  35% (1883/5380), 2.00 MiB | 356.00 KiB/s  
  161. Receiving objects:  36% (1937/5380), 2.00 MiB | 356.00 KiB/s  
  162. Receiving objects:  37% (1991/5380), 2.00 MiB | 356.00 KiB/s  
  163. Receiving objects:  38% (2045/5380), 2.00 MiB | 356.00 KiB/s  
  164. Receiving objects:  39% (2099/5380), 2.00 MiB | 356.00 KiB/s  
  165. Receiving objects:  40% (2152/5380), 2.00 MiB | 356.00 KiB/s  
  166. Receiving objects:  41% (2206/5380), 2.00 MiB | 356.00 KiB/s  
  167. Receiving objects:  42% (2260/5380), 2.00 MiB | 356.00 KiB/s  
  168. Receiving objects:  43% (2314/5380), 2.00 MiB | 356.00 KiB/s  
  169. Receiving objects:  44% (2368/5380), 2.00 MiB | 356.00 KiB/s  
  170. Receiving objects:  45% (2421/5380), 2.00 MiB | 356.00 KiB/s  
  171. Receiving objects:  46% (2475/5380), 2.00 MiB | 356.00 KiB/s  
  172. Receiving objects:  47% (2529/5380), 2.00 MiB | 356.00 KiB/s  
  173. Receiving objects:  48% (2583/5380), 2.18 MiB | 356.00 KiB/s  
  174. Receiving objects:  49% (2637/5380), 2.18 MiB | 356.00 KiB/s  
  175. Receiving objects:  50% (2690/5380), 2.18 MiB | 356.00 KiB/s  
  176. Receiving objects:  51% (2744/5380), 2.18 MiB | 356.00 KiB/s  
  177. Receiving objects:  52% (2798/5380), 2.18 MiB | 356.00 KiB/s  
  178. Receiving objects:  53% (2852/5380), 2.18 MiB | 356.00 KiB/s  
  179. Receiving objects:  53% (2876/5380), 2.18 MiB | 356.00 KiB/s  
  180. Receiving objects:  54% (2906/5380), 2.18 MiB | 356.00 KiB/s  
  181. Receiving objects:  55% (2959/5380), 2.18 MiB | 356.00 KiB/s  
  182. Receiving objects:  56% (3013/5380), 2.18 MiB | 356.00 KiB/s  
  183. Receiving objects:  57% (3067/5380), 2.18 MiB | 356.00 KiB/s  
  184. Receiving objects:  58% (3121/5380), 2.18 MiB | 356.00 KiB/s  
  185. Receiving objects:  59% (3175/5380), 2.36 MiB | 403.00 KiB/s  
  186. Receiving objects:  60% (3228/5380), 2.36 MiB | 403.00 KiB/s  
  187. Receiving objects:  61% (3282/5380), 2.36 MiB | 403.00 KiB/s  
  188. Receiving objects:  62% (3336/5380), 2.36 MiB | 403.00 KiB/s  
  189. Receiving objects:  62% (3347/5380), 2.45 MiB | 318.00 KiB/s  
  190. Receiving objects:  63% (3390/5380), 2.45 MiB | 318.00 KiB/s  
  191. Receiving objects:  64% (3444/5380), 2.45 MiB | 318.00 KiB/s  
  192. Receiving objects:  65% (3497/5380), 2.45 MiB | 318.00 KiB/s  
  193. Receiving objects:  66% (3551/5380), 2.45 MiB | 318.00 KiB/s  
  194. Receiving objects:  67% (3605/5380), 2.45 MiB | 318.00 KiB/s  
  195. Receiving objects:  68% (3659/5380), 2.45 MiB | 318.00 KiB/s  
  196. Receiving objects:  69% (3713/5380), 2.45 MiB | 318.00 KiB/s  
  197. Receiving objects:  70% (3766/5380), 2.45 MiB | 318.00 KiB/s  
  198. Receiving objects:  70% (3808/5380), 2.81 MiB | 313.00 KiB/s  
  199. Receiving objects:  70% (3810/5380), 2.82 MiB | 313.00 KiB/s  
  200. Receiving objects:  71% (3820/5380), 2.82 MiB | 313.00 KiB/s  
  201. Receiving objects:  72% (3874/5380), 2.82 MiB | 313.00 KiB/s  
  202. Receiving objects:  73% (3928/5380), 2.82 MiB | 313.00 KiB/s  
  203. Receiving objects:  74% (3982/5380), 2.82 MiB | 313.00 KiB/s  
  204. Receiving objects:  75% (4035/5380), 2.82 MiB | 313.00 KiB/s  
  205. Receiving objects:  76% (4089/5380), 2.82 MiB | 313.00 KiB/s  
  206. Receiving objects:  77% (4143/5380), 2.82 MiB | 313.00 KiB/s  
  207. Receiving objects:  78% (4197/5380), 3.23 MiB | 313.00 KiB/s  
  208. Receiving objects:  79% (4251/5380), 3.23 MiB | 313.00 KiB/s  
  209. Receiving objects:  80% (4304/5380), 3.23 MiB | 313.00 KiB/s  
  210. Receiving objects:  81% (4358/5380), 3.23 MiB | 313.00 KiB/s  
  211. Receiving objects:  82% (4412/5380), 3.23 MiB | 313.00 KiB/s  
  212. Receiving objects:  83% (4466/5380), 3.23 MiB | 313.00 KiB/s  
  213. Receiving objects:  84% (4520/5380), 3.23 MiB | 313.00 KiB/s  
  214. Receiving objects:  85% (4573/5380), 3.23 MiB | 313.00 KiB/s  
  215. Receiving objects:  86% (4627/5380), 3.23 MiB | 313.00 KiB/s  
  216. Receiving objects:  87% (4681/5380), 3.23 MiB | 313.00 KiB/s  
  217. Receiving objects:  88% (4735/5380), 3.23 MiB | 313.00 KiB/s  
  218. Receiving objects:  88% (4784/5380), 3.23 MiB | 313.00 KiB/s  
  219. Receiving objects:  89% (4789/5380), 3.23 MiB | 313.00 KiB/s  
  220. Receiving objects:  90% (4842/5380), 3.41 MiB | 313.00 KiB/s  
  221. Receiving objects:  91% (4896/5380), 3.41 MiB | 313.00 KiB/s  
  222. Receiving objects:  92% (4950/5380), 3.41 MiB | 313.00 KiB/s  
  223. Receiving objects:  93% (5004/5380), 3.41 MiB | 313.00 KiB/s  
  224. Receiving objects:  94% (5058/5380), 3.41 MiB | 313.00 KiB/s  
  225. Receiving objects:  95% (5111/5380), 3.41 MiB | 313.00 KiB/s  
  226. Receiving objects:  96% (5165/5380), 3.41 MiB | 313.00 KiB/s  
  227. Receiving objects:  97% (5219/5380), 3.41 MiB | 313.00 KiB/s  
  228. Receiving objects:  98% (5273/5380), 3.41 MiB | 313.00 KiB/s  
  229. Receiving objects:  99% (5327/5380), 3.41 MiB | 313.00 KiB/s  
  230. remote: Total 5380 (delta 0), reused 0 (delta 0)
  231. Receiving objects: 100% (5380/5380), 3.41 MiB | 313.00 KiB/s  
  232. Receiving objects: 100% (5380/5380), 3.57 MiB | 309.00 KiB/s, done.
  233. Resolving deltas:   0% (0/3295)  
  234. Resolving deltas:   1% (34/3295)  
  235. Resolving deltas:   2% (77/3295)  
  236. Resolving deltas:   3% (111/3295)  
  237. Resolving deltas:   4% (145/3295)  
  238. Resolving deltas:   5% (171/3295)  
  239. Resolving deltas:   6% (219/3295)  
  240. Resolving deltas:   7% (234/3295)  
  241. Resolving deltas:   8% (266/3295)  
  242. Resolving deltas:  10% (356/3295)  
  243. Resolving deltas:  11% (367/3295)  
  244. Resolving deltas:  12% (398/3295)  
  245. Resolving deltas:  13% (437/3295)  
  246. Resolving deltas:  14% (479/3295)  
  247. Resolving deltas:  15% (508/3295)  
  248. Resolving deltas:  16% (535/3295)  
  249. Resolving deltas:  17% (562/3295)  
  250. Resolving deltas:  18% (595/3295)  
  251. Resolving deltas:  19% (632/3295)  
  252. Resolving deltas:  20% (674/3295)  
  253. Resolving deltas:  21% (693/3295)  
  254. Resolving deltas:  22% (725/3295)  
  255. Resolving deltas:  23% (762/3295)  
  256. Resolving deltas:  24% (793/3295)  
  257. Resolving deltas:  25% (856/3295)  
  258. Resolving deltas:  31% (1023/3295)  
  259. Resolving deltas:  35% (1168/3295)  
  260. Resolving deltas:  36% (1201/3295)  
  261. Resolving deltas:  37% (1242/3295)  
  262. Resolving deltas:  38% (1281/3295)  
  263. Resolving deltas:  40% (1349/3295)  
  264. Resolving deltas:  42% (1415/3295)  
  265. Resolving deltas:  43% (1448/3295)  
  266. Resolving deltas:  47% (1553/3295)  
  267. Resolving deltas:  48% (1594/3295)  
  268. Resolving deltas:  50% (1671/3295)  
  269. Resolving deltas:  51% (1681/3295)  
  270. Resolving deltas:  52% (1735/3295)  
  271. Resolving deltas:  53% (1757/3295)  
  272. Resolving deltas:  54% (1787/3295)  
  273. Resolving deltas:  55% (1819/3295)  
  274. Resolving deltas:  56% (1858/3295)  
  275. Resolving deltas:  57% (1883/3295)  
  276. Resolving deltas:  58% (1923/3295)  
  277. Resolving deltas:  59% (1951/3295)  
  278. Resolving deltas:  60% (1985/3295)  
  279. Resolving deltas:  61% (2012/3295)  
  280. Resolving deltas:  62% (2071/3295)  
  281. Resolving deltas:  63% (2108/3295)  
  282. Resolving deltas:  64% (2113/3295)  
  283. Resolving deltas:  65% (2142/3295)  
  284. Resolving deltas:  66% (2188/3295)  
  285. Resolving deltas:  67% (2208/3295)  
  286. Resolving deltas:  68% (2246/3295)  
  287. Resolving deltas:  70% (2308/3295)  
  288. Resolving deltas:  71% (2350/3295)  
  289. Resolving deltas:  72% (2375/3295)  
  290. Resolving deltas:  73% (2410/3295)  
  291. Resolving deltas:  74% (2441/3295)  
  292. Resolving deltas:  76% (2517/3295)  
  293. Resolving deltas:  77% (2541/3295)  
  294. Resolving deltas:  78% (2591/3295)  
  295. Resolving deltas:  79% (2605/3295)  
  296. Resolving deltas:  80% (2641/3295)  
  297. Resolving deltas:  81% (2680/3295)  
  298. Resolving deltas:  82% (2703/3295)  
  299. Resolving deltas:  83% (2746/3295)  
  300. Resolving deltas:  84% (2768/3295)  
  301. Resolving deltas:  85% (2801/3295)  
  302. Resolving deltas:  86% (2834/3295)  
  303. Resolving deltas:  87% (2874/3295)  
  304. Resolving deltas:  88% (2900/3295)  
  305. Resolving deltas:  89% (2933/3295)  
  306. Resolving deltas:  90% (2967/3295)  
  307. Resolving deltas:  91% (3003/3295)  
  308. Resolving deltas:  92% (3034/3295)  
  309. Resolving deltas:  93% (3069/3295)  
  310. Resolving deltas:  94% (3104/3295)  
  311. Resolving deltas:  95% (3134/3295)  
  312. Resolving deltas:  96% (3168/3295)  
  313. Resolving deltas:  97% (3200/3295)  
  314. Resolving deltas:  98% (3231/3295)  
  315. Resolving deltas:  99% (3269/3295)  
  316. Resolving deltas: 100% (3295/3295)  
  317. Resolving deltas: 100% (3295/3295), done.
  318. Checking connectivity... done.
  319. ]0;opam@36a3ff3b61c1: ~opam@36a3ff3b61c1:~$ cd mirage-www/src
  320. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ env NET=socket FS=crunch mirage configure --unix
  321. Mirage      Using scanned config file: config.ml
  322. Mirage      Processing: /home/opam/mirage-www/src/config.ml
  323. Mirage      => rm -rf /home/opam/mirage-www/src/_build/config.*
  324. Mirage      => cd /home/opam/mirage-www/src && ocamlbuild -use-ocamlfind -tags annot,bin_annot -pkg mirage config.cmxs
  325. www         Using configuration: /home/opam/mirage-www/src/config.ml
  326. www         1 job [Dispatch.Main]
  327. www         Installing OPAM packages.
  328. www         => opam install --yes conduit cow cowabloga crunch cstruct io-page lwt mirage-console mirage-fs-unix mirage-http mirage-types mirage-unix tcpip vchan
  329. [NOTE] Package cstruct is already installed (current version is 1.4.0).
  330. [NOTE] Package io-page is already installed (current version is 1.1.1).
  331. [NOTE] Package lwt is already installed (current version is 2.4.6).
  332. [NOTE] Package mirage-types is already installed (current version is 2.0.0).
  333. The following actions will be performed:
  334.  - install   fieldslib.109.20.03                   [required by cohttp]
  335.  - install   dyntype.0.9.0                         [required by cow]
  336.  - install   ssl.0.4.7                             [required by lwt, conduit, cowabloga]
  337.  - install   ulex.1.1                              [required by cow]
  338.  - install   omd.0.9.7                             [required by cowabloga, cow]
  339.  - install   base64.1.0.0                          [required by dns]
  340.  - install   crunch.1.3.0
  341.  - install   stringext.1.0.0                       [required by conduit]
  342.  - install   xmlm.1.2.0                            [required by cow]
  343.  - install   uutf.0.9.3                            [required by jsonm]
  344.  - recompile lwt.2.4.6
  345.  - install   uri.1.7.2                             [required by cow, conduit]
  346.  - install   jsonm.0.9.1                           [required by ezjsonm]
  347.  - install   tuntap.1.0.0                          [required by mirage-net-unix]
  348.  - recompile cstruct.1.4.0
  349.  - install   ezjsonm.0.2.0                         [required by cow]
  350.  - install   xenstore.1.2.5                        [required by vchan]
  351.  - install   shared-memory-ring.1.1.0              [required by mirage-unix]
  352.  - recompile io-page.1.1.1
  353.  - install   cow.1.0.0
  354.  - recompile mirage-types.2.0.0
  355.  - install   vchan.2.0.0
  356.  - install   mirage-net-unix.1.1.1                 [required by tcpip]
  357.  - install   mirage-fs-unix.1.1.2
  358.  - install   mirage-clock-unix.1.0.0               [required by tcpip, mirage-unix]
  359.  - recompile mirage.2.0.0                          [uses mirage-types, io-page, cstruct, lwt]
  360.  - install   dns.0.10.0                            [required by conduit]
  361.  - install   mirage-unix.1.1.0
  362.  - install   mirage-console.2.0.0
  363.  - install   tcpip.2.0.0
  364.  - install   conduit-mirage.2.0.0                  [required by mirage-http]
  365.  - install   conduit.0.6.0
  366.  - install   cohttp.0.12.0                         [required by mirage-http, cowabloga]
  367.  - install   mirage-http.2.0.0
  368.  - install   cowabloga.0.0.8
  369. === 30 to install | 5 to reinstall ===
  370.  
  371. =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  372. [base64.1.0.0] Downloading https://github.com/mirage/ocaml-base64/archive/v1.0.0.tar.gz
  373. [cohttp] Fetching git://github.com/mirage/ocaml-cohttp
  374. [conduit] Fetching git://github.com/mirage/ocaml-conduit
  375. [cow.1.0.0] Downloading https://github.com/mirage/ocaml-cow/archive/v1.0.0.tar.gz
  376. [cowabloga] Fetching git://github.com/mirage/cowabloga
  377. [crunch.1.3.0] Downloading https://github.com/mirage/ocaml-crunch/archive/v1.3.0.tar.gz
  378. [cstruct.1.4.0] v1.4.0.tar.gz is in the local cache, using it.
  379. [dns.0.10.0] Downloading https://github.com/mirage/ocaml-dns/archive/v0.10.0.tar.gz
  380. [dyntype.0.9.0] Downloading https://github.com/mirage/dyntype/archive/dyntype-0.9.0.tar.gz
  381. [ezjsonm.0.2.0] Downloading https://github.com/samoht/ezjsonm/archive/0.2.0.tar.gz
  382. [fieldslib.109.20.03] Downloading https://ocaml.janestreet.com/ocaml-core/109.20.00/individual/fieldslib-109.20.03.tar.gz
  383. ^C[ERROR] User interruption
  384. [ERROR] Could not download archives of dyntype.0.9.0, ezjsonm.0.2.0 and fieldslib.109.20.03
  385.  
  386. www          ocamlfind ocamldep -package mirage -modules config.ml > config.ml.depends
  387. www          ocamlfind ocamlc -c -annot -bin-annot -package mirage -o config.cmo config.ml
  388. www          ocamlfind ocamlopt -c -annot -bin-annot -package mirage -o config.cmx config.ml
  389. www          ocamlfind ocamlopt -shared -package mirage config.cmx -o config.cmxs
  390. [ERROR]      The command "opam install --yes conduit cow cowabloga crunch cstruct io-page lwt mirage-console mirage-fs-unix mirage-http mirage-types mirage-unix tcpip vchan" exited with code 255.
  391. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ sudo apt-get -y install libssl-dev
  392.  
  393. Reading package lists... 0%
  394.  
  395. Reading package lists... 0%
  396.  
  397. Reading package lists... 0%
  398.  
  399. Reading package lists... 0%
  400.  
  401. Reading package lists... 0%
  402.  
  403. Reading package lists... 0%
  404.  
  405. Reading package lists... 0%
  406.  
  407. Reading package lists... 0%
  408.  
  409. Reading package lists... 0%
  410.  
  411. Reading package lists... 0%
  412.  
  413. Reading package lists... 0%
  414.  
  415. Reading package lists... 0%
  416.  
  417. Reading package lists... 0%
  418.  
  419. Reading package lists... 0%
  420.  
  421. Reading package lists... 0%
  422.  
  423. Reading package lists... 0%
  424.  
  425. Reading package lists... 0%
  426.  
  427. Reading package lists... 0%
  428.  
  429. Reading package lists... 0%
  430.  
  431. Reading package lists... 0%
  432.  
  433. Reading package lists... 9%
  434.  
  435. Reading package lists... 9%
  436.  
  437. Reading package lists... 9%
  438.  
  439. Reading package lists... 9%
  440.  
  441. Reading package lists... 9%
  442.  
  443. Reading package lists... 9%
  444.  
  445. Reading package lists... 9%
  446.  
  447. Reading package lists... Done
  448.  
  449. Building dependency tree... 0%
  450.  
  451. Building dependency tree... 0%
  452.  
  453. Building dependency tree... 50%
  454.  
  455. Building dependency tree... 50%
  456.  
  457. Building dependency tree      
  458.  
  459. Reading state information... 0%
  460.  
  461. Reading state information... 0%
  462.  
  463. Reading state information... Done
  464. The following extra packages will be installed:
  465.   libssl-doc libssl1.0.0 zlib1g-dev
  466. The following NEW packages will be installed:
  467.   libssl-dev libssl-doc zlib1g-dev
  468. The following packages will be upgraded:
  469.   libssl1.0.0
  470. 1 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
  471. Need to get 3047 kB of archives.
  472. After this operation, 8262 kB of additional disk space will be used.
  473.  
  474.  
  475. 0% [Working]
  476.            
  477. 0% [Connecting to archive.ubuntu.com]
  478. 0% [Connecting to archive.ubuntu.com]
  479. 0% [Connecting to archive.ubuntu.com]
  480. 0% [Connecting to archive.ubuntu.com]
  481. 0% [Connecting to archive.ubuntu.com]
  482. 0% [Connecting to archive.ubuntu.com]
  483. 0% [Connecting to archive.ubuntu.com]
  484. 0% [Connecting to archive.ubuntu.com]
  485. 0% [Connecting to archive.ubuntu.com]
  486. 0% [Connecting to archive.ubuntu.com]
  487.                                      
  488. 0% [Waiting for headers]
  489.                        
  490. Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl1.0.0 amd64 1.0.1f-1ubuntu2.7 [827 kB]
  491.  
  492.                        
  493. 0% [1 libssl1.0.0 1168 B/827 kB 0%]
  494.                                    
  495. 1% [1 libssl1.0.0 42.6 kB/827 kB 5%]                          6837 B/s 7min 19s
  496. 5% [1 libssl1.0.0 144 kB/827 kB 17%]                           6837 B/s 7min 4s
  497. 11% [1 libssl1.0.0 328 kB/827 kB 40%]                         6837 B/s 6min 37s
  498. 11% [1 libssl1.0.0 345 kB/827 kB 42%]                         6837 B/s 6min 35s
  499. 11% [1 libssl1.0.0 347 kB/827 kB 42%]                         6837 B/s 6min 34s
  500. 11% [1 libssl1.0.0 347 kB/827 kB 42%]                         6837 B/s 6min 34s
  501. 11% [1 libssl1.0.0 347 kB/827 kB 42%]                         6837 B/s 6min 34s
  502. 27% [Working]                                                 6837 B/s 5min 24s
  503.                                                                                
  504. Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB]
  505.  
  506. 27% [2 zlib1g-dev 1168 B/183 kB 1%]                           6837 B/s 5min 24s
  507. 28% [2 zlib1g-dev 41.2 kB/183 kB 22%]                         6837 B/s 5min 18s
  508. 33% [Working]                                                 6837 B/s 4min 57s
  509.                                                                                
  510. Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.7 [1071 kB]
  511.  
  512. 33% [3 libssl-dev 1166 B/1071 kB 0%]                          6837 B/s 4min 57s
  513. 34% [3 libssl-dev 39.7 kB/1071 kB 4%]                         6837 B/s 4min 52s
  514. 39% [3 libssl-dev 188 kB/1071 kB 18%]                         6837 B/s 4min 30s
  515. 43% [3 libssl-dev 294 kB/1071 kB 27%]                               207 kB/s 8s
  516. 47% [3 libssl-dev 435 kB/1071 kB 41%]                               207 kB/s 7s
  517. 52% [3 libssl-dev 560 kB/1071 kB 52%]                               207 kB/s 7s
  518. 55% [3 libssl-dev 679 kB/1071 kB 63%]                               207 kB/s 6s
  519. 60% [3 libssl-dev 821 kB/1071 kB 77%]                               207 kB/s 5s
  520. 64% [3 libssl-dev 947 kB/1071 kB 88%]                               207 kB/s 5s
  521. 68% [3 libssl-dev 1066 kB/1071 kB 100%]                             207 kB/s 4s
  522. 68% [Working]                                                       207 kB/s 4s
  523.                                                                                
  524. Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.7 [966 kB]
  525.  
  526. 68% [4 libssl-doc 1168 B/966 kB 0%]                                 207 kB/s 4s
  527. 70% [4 libssl-doc 41.2 kB/966 kB 4%]                                207 kB/s 4s
  528. 74% [4 libssl-doc 180 kB/966 kB 19%]                                207 kB/s 3s
  529. 77% [4 libssl-doc 265 kB/966 kB 27%]                                207 kB/s 3s
  530. 81% [4 libssl-doc 398 kB/966 kB 41%]                                207 kB/s 2s
  531. 85% [4 libssl-doc 514 kB/966 kB 53%]                                207 kB/s 2s
  532. 88% [4 libssl-doc 614 kB/966 kB 64%]                                220 kB/s 1s
  533. 93% [4 libssl-doc 745 kB/966 kB 77%]                                220 kB/s 1s
  534. 96% [4 libssl-doc 847 kB/966 kB 88%]                                220 kB/s 0s
  535. 100% [Working]                                                      220 kB/s 0s
  536.                                                                                
  537. Fetched 3047 kB in 20s (152 kB/s)
  538. Preconfiguring packages ...
  539. (Reading database ...
  540. (Reading database ... 5%
  541. (Reading database ... 10%
  542. (Reading database ... 15%
  543. (Reading database ... 20%
  544. (Reading database ... 25%
  545. (Reading database ... 30%
  546. (Reading database ... 35%
  547. (Reading database ... 40%
  548. (Reading database ... 45%
  549. (Reading database ... 50%
  550. (Reading database ... 55%
  551. (Reading database ... 60%
  552. (Reading database ... 65%
  553. (Reading database ... 70%
  554. (Reading database ... 75%
  555. (Reading database ... 80%
  556. (Reading database ... 85%
  557. (Reading database ... 90%
  558. (Reading database ... 95%
  559. (Reading database ... 100%
  560. (Reading database ... 21244 files and directories currently installed.)
  561. Preparing to unpack .../libssl1.0.0_1.0.1f-1ubuntu2.7_amd64.deb ...
  562. Unpacking libssl1.0.0:amd64 (1.0.1f-1ubuntu2.7) over (1.0.1f-1ubuntu2.5) ...
  563. Selecting previously unselected package zlib1g-dev:amd64.
  564. Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ...
  565. Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
  566. Selecting previously unselected package libssl-dev:amd64.
  567. Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.7_amd64.deb ...
  568. Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.7) ...
  569. Selecting previously unselected package libssl-doc.
  570. Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.7_all.deb ...
  571. Unpacking libssl-doc (1.0.1f-1ubuntu2.7) ...
  572. Setting up libssl1.0.0:amd64 (1.0.1f-1ubuntu2.7) ...
  573. Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ...
  574. Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.7) ...
  575. Setting up libssl-doc (1.0.1f-1ubuntu2.7) ...
  576. Processing triggers for libc-bin (2.19-0ubuntu6.3) ...
  577. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ ls
  578. _build  blog.ml  config.ml  data.ml  dispatch.ml  local_uri.ml  log  pages.ml  paper.ml  perf.ml  site_config.ml  site_uri.ml  template.ml  util.ml  wiki.ml
  579. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ lssudo apt-get -y install libssl-devenv NET=socket FS=crunch mirage configure --unixcd mirage-www/srcenv NET=socket FS=crunch mirage configure --unixsudo apt-get -y install libssl-devenv NET=socket FS=crunch mirage configure --unix
  580. Mirage      Using scanned config file: config.ml
  581. Mirage      Processing: /home/opam/mirage-www/src/config.ml
  582. Mirage      => rm -rf /home/opam/mirage-www/src/_build/config.*
  583. Mirage      => cd /home/opam/mirage-www/src && ocamlbuild -use-ocamlfind -tags annot,bin_annot -pkg mirage config.cmxs
  584. www         Using configuration: /home/opam/mirage-www/src/config.ml
  585. www         1 job [Dispatch.Main]
  586. www         Installing OPAM packages.
  587. www         => opam install --yes conduit cow cowabloga crunch cstruct io-page lwt mirage-console mirage-fs-unix mirage-http mirage-types mirage-unix tcpip vchan
  588. [NOTE] Package cstruct is already installed (current version is 1.4.0).
  589. [NOTE] Package io-page is already installed (current version is 1.1.1).
  590. [NOTE] Package lwt is already installed (current version is 2.4.6).
  591. [NOTE] Package mirage-types is already installed (current version is 2.0.0).
  592. The following actions will be performed:
  593.  - install   fieldslib.109.20.03                   [required by cohttp]
  594.  - install   dyntype.0.9.0                         [required by cow]
  595.  - install   ssl.0.4.7                             [required by lwt, conduit, cowabloga]
  596.  - install   ulex.1.1                              [required by cow]
  597.  - install   omd.0.9.7                             [required by cowabloga, cow]
  598.  - install   base64.1.0.0                          [required by dns]
  599.  - install   crunch.1.3.0
  600.  - install   stringext.1.0.0                       [required by conduit]
  601.  - install   xmlm.1.2.0                            [required by cow]
  602.  - install   uutf.0.9.3                            [required by jsonm]
  603.  - recompile lwt.2.4.6
  604.  - install   uri.1.7.2                             [required by cow, conduit]
  605.  - install   jsonm.0.9.1                           [required by ezjsonm]
  606.  - install   tuntap.1.0.0                          [required by mirage-net-unix]
  607.  - recompile cstruct.1.4.0
  608.  - install   ezjsonm.0.2.0                         [required by cow]
  609.  - install   xenstore.1.2.5                        [required by vchan]
  610.  - install   shared-memory-ring.1.1.0              [required by mirage-unix]
  611.  - recompile io-page.1.1.1
  612.  - install   cow.1.0.0
  613.  - recompile mirage-types.2.0.0
  614.  - install   vchan.2.0.0
  615.  - install   mirage-net-unix.1.1.1                 [required by tcpip]
  616.  - install   mirage-fs-unix.1.1.2
  617.  - install   mirage-clock-unix.1.0.0               [required by tcpip, mirage-unix]
  618.  - recompile mirage.2.0.0                          [uses mirage-types, io-page, cstruct, lwt]
  619.  - install   dns.0.10.0                            [required by conduit]
  620.  - install   mirage-unix.1.1.0
  621.  - install   mirage-console.2.0.0
  622.  - install   tcpip.2.0.0
  623.  - install   conduit-mirage.2.0.0                  [required by mirage-http]
  624.  - install   conduit.0.6.0
  625.  - install   cohttp.0.12.0                         [required by mirage-http, cowabloga]
  626.  - install   mirage-http.2.0.0
  627.  - install   cowabloga.0.0.8
  628. === 30 to install | 5 to reinstall ===
  629.  
  630. =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  631. [base64.1.0.0] v1.0.0.tar.gz is in the local cache, using it.
  632. [cohttp] Fetching git://github.com/mirage/ocaml-cohttp
  633. [conduit] Fetching git://github.com/mirage/ocaml-conduit
  634. [cow.1.0.0] v1.0.0.tar.gz is in the local cache, using it.
  635. [cowabloga] Fetching git://github.com/mirage/cowabloga
  636. [crunch.1.3.0] v1.3.0.tar.gz is in the local cache, using it.
  637. [cstruct.1.4.0] v1.4.0.tar.gz is in the local cache, using it.
  638. [dns.0.10.0] v0.10.0.tar.gz is in the local cache, using it.
  639. [dyntype.0.9.0] Downloading https://github.com/mirage/dyntype/archive/dyntype-0.9.0.tar.gz
  640. [ezjsonm.0.2.0] Downloading https://github.com/samoht/ezjsonm/archive/0.2.0.tar.gz
  641. [fieldslib.109.20.03] Downloading https://ocaml.janestreet.com/ocaml-core/109.20.00/individual/fieldslib-109.20.03.tar.gz
  642. [io-page.1.1.1] v1.1.1.tar.gz is in the local cache, using it.
  643. [jsonm.0.9.1] Downloading http://erratique.ch/software/jsonm/releases/jsonm-0.9.1.tbz
  644. [lwt.2.4.6] 2.4.6.tar.gz is in the local cache, using it.
  645. [mirage] Fetching git://github.com/mirage/mirage
  646. [mirage-clock-unix.1.0.0] Downloading https://github.com/mirage/mirage-clock/archive/v1.0.0.tar.gz
  647. [mirage-console] Fetching git://github.com/mirage/mirage-console
  648. [mirage-fs-unix.1.1.2] Downloading https://github.com/mirage/mirage-fs-unix/archive/v1.1.2.tar.gz
  649. [mirage-http] Fetching git://github.com/mirage/mirage-http
  650. [mirage-net-unix.1.1.1] Downloading https://github.com/mirage/mirage-net-unix/archive/v1.1.1.tar.gz
  651. [mirage-types] Fetching git://github.com/mirage/mirage
  652. [mirage-unix.1.1.0] Downloading https://github.com/mirage/mirage-platform/archive/v1.1.0.tar.gz
  653. [omd.0.9.7] Downloading http://pw374.github.io/distrib/omd/omd-0.9.7.tar.gz
  654. [shared-memory-ring.1.1.0] Downloading https://github.com/mirage/shared-memory-ring/archive/1.1.0.tar.gz
  655. [ssl.0.4.7] Downloading http://downloads.sourceforge.net/project/savonet/ocaml-ssl/0.4.7/ocaml-ssl-0.4.7.tar.gz
  656. [stringext.1.0.0] Downloading https://github.com/rgrinberg/stringext/archive/v1.0.0.tar.gz
  657. [tcpip] Fetching git://github.com/mirage/mirage-tcpip
  658. [tuntap.1.0.0] Downloading https://github.com/mirage/ocaml-tuntap/archive/v1.0.0.tar.gz
  659. [ulex.1.1] Downloading http://ftp.de.debian.org/debian/pool/main/u/ulex/ulex_1.1.orig.tar.gz
  660. [uri.1.7.2] Downloading https://github.com/mirage/ocaml-uri/archive/v1.7.2.tar.gz
  661. [uutf.0.9.3] Downloading http://erratique.ch/software/uutf/releases/uutf-0.9.3.tbz
  662. [vchan] Fetching git://github.com/mirage/ocaml-vchan
  663. [xenstore.1.2.5] Downloading https://github.com/mirage/ocaml-xenstore/archive/1.2.5.tar.gz
  664. [xmlm.1.2.0] Downloading http://erratique.ch/software/xmlm/releases/xmlm-1.2.0.tbz
  665.  
  666. =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  667. Removing mirage.2.0.0.
  668.   rm -f /home/opam/.opam/4.01.0/bin/mirage
  669.   ocamlfind remove mirage
  670. Removing mirage-types.2.0.0.
  671.   ocamlfind remove mirage-types
  672. Removing io-page.1.1.1.
  673.   ocamlfind remove io-page
  674. Removing cstruct.1.4.0.
  675.   ocamlfind remove cstruct
  676. Removing lwt.2.4.6.
  677.   ocamlfind remove lwt
  678.  
  679. =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  680. Building base64.1.0.0:
  681.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  682.   ocaml setup.ml -build
  683.   ocaml setup.ml -install
  684. Installing base64.1.0.0.
  685. Building crunch.1.3.0:
  686.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  687.   ocaml setup.ml -build
  688.   ocaml setup.ml -install
  689. Installing crunch.1.3.0.
  690. Building dyntype.0.9.0:
  691.   make
  692.   make install
  693. Installing dyntype.0.9.0.
  694. Building fieldslib.109.20.03:
  695.   make
  696.   make install
  697. Installing fieldslib.109.20.03.
  698. Copying ~/.opam/repo/default/packages/omd/omd.0.9.7/files/omd.install to ~/.opam/4.01.0/build/omd.0.9.7/
  699. Building omd.0.9.7:
  700.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  701.   ocaml setup.ml -build
  702.   ocaml setup.ml -install
  703. Installing omd.0.9.7.
  704. Copying ~/.opam/repo/default/packages/ssl/ssl.0.4.7/files/pkgconfigure to ~/.opam/4.01.0/build/ssl.0.4.7/
  705. Building ssl.0.4.7:
  706.   ./configure --prefix /home/opam/.opam/4.01.0
  707.   make
  708.   make install
  709. Installing ssl.0.4.7.
  710. Building stringext.1.0.0:
  711.   ocaml setup.ml -configure
  712.   ocaml setup.ml -build
  713.   ocaml setup.ml -install
  714. Installing stringext.1.0.0.
  715. Building ulex.1.1:
  716.   make
  717.   make all.opt
  718.   make install
  719. Installing ulex.1.1.
  720. Building uutf.0.9.3:
  721.   ./pkg/pkg-git
  722.   ./pkg/build true
  723. Installing uutf.0.9.3.
  724. Building xmlm.1.2.0:
  725.   ./pkg/pkg-git
  726.   ./pkg/build true
  727. Installing xmlm.1.2.0.
  728. Copying ~/.opam/repo/default/packages/jsonm/jsonm.0.9.1/files/jsonm.install to ~/.opam/4.01.0/build/jsonm.0.9.1/
  729. Building jsonm.0.9.1:
  730.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  731.   ocaml setup.ml -build
  732.   ocaml setup.ml -install
  733. Installing jsonm.0.9.1.
  734. Building lwt.2.4.6:
  735.   ./configure --prefix /home/opam/.opam/4.01.0 --disable-libev --disable-react --enable-ssl --enable-unix --enable-extra --enable-preemptive --disable-glib --disable-ppx
  736.   make build
  737.   make install
  738. Installing lwt.2.4.6.
  739. Building uri.1.7.2:
  740.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0
  741.   ocaml setup.ml -build
  742.   ocaml setup.ml -install
  743. Installing uri.1.7.2.
  744. Building cstruct.1.4.0:
  745.   make
  746.   make install
  747. Installing cstruct.1.4.0.
  748. Building ezjsonm.0.2.0:
  749.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0 --enable-lwt
  750.   ocaml setup.ml -build
  751.   ocaml setup.ml -install
  752. Installing ezjsonm.0.2.0.
  753. Building tuntap.1.0.0:
  754.   make PREFIX=/home/opam/.opam/4.01.0
  755.   make PREFIX=/home/opam/.opam/4.01.0 install
  756. Installing tuntap.1.0.0.
  757. Building cow.1.0.0:
  758.   make all
  759.   make install
  760. Installing cow.1.0.0.
  761. Building io-page.1.1.1:
  762.   make
  763.   make install
  764. Installing io-page.1.1.1.
  765. Building shared-memory-ring.1.1.0:
  766.   make all
  767.   make install
  768. Installing shared-memory-ring.1.1.0.
  769. Building xenstore.1.2.5:
  770.   make all
  771.   make install
  772. Installing xenstore.1.2.5.
  773. Building mirage-types.2.0.0:
  774.   make install-types
  775. Installing mirage-types.2.0.0.
  776. Building dns.0.10.0:
  777.   ocaml setup.ml -configure --prefix /home/opam/.opam/4.01.0 --enable-lwt --enable-mirage
  778.   ocaml setup.ml -build
  779.   ocaml setup.ml -install
  780. Installing dns.0.10.0.
  781. Building mirage.2.0.0:
  782.   ./configure --bindir /home/opam/.opam/4.01.0/bin
  783.   make
  784.   make install
  785. Installing mirage.2.0.0.
  786. Building mirage-clock-unix.1.0.0:
  787.   make unix-build
  788.   make unix-install
  789. Installing mirage-clock-unix.1.0.0.
  790. Building mirage-fs-unix.1.1.2:
  791.   make
  792.   make install
  793. Installing mirage-fs-unix.1.1.2.
  794. Building mirage-net-unix.1.1.1:
  795.   make
  796.   make install
  797. Installing mirage-net-unix.1.1.1.
  798. Building vchan.2.0.0:
  799.   ./configure
  800.   make
  801.   make install
  802. Installing vchan.2.0.0.
  803. Building mirage-unix.1.1.0:
  804.   make unix-build
  805.   make unix-install PREFIX=/home/opam/.opam/4.01.0
  806. Installing mirage-unix.1.1.0.
  807. Building mirage-console.2.0.0:
  808.   make
  809.   make install
  810. Installing mirage-console.2.0.0.
  811. Building tcpip.2.0.0:
  812.   make
  813.   make install
  814. Installing tcpip.2.0.0.
  815. Building conduit.0.6.0:
  816.   make
  817.   make install
  818. Installing conduit.0.6.0.
  819. Installing conduit-mirage.2.0.0.
  820. Building cohttp.0.12.0:
  821.   make PREFIX=/home/opam/.opam/4.01.0
  822.   make PREFIX=/home/opam/.opam/4.01.0 install
  823. Installing cohttp.0.12.0.
  824. Building cowabloga.0.0.8:
  825.   make all
  826.   make install
  827. Installing cowabloga.0.0.8.
  828. Building mirage-http.2.0.0:
  829.   make
  830.   make install
  831. Installing mirage-http.2.0.0.
  832. www         Generating: main.ml
  833. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ ls
  834. Makefile  _build  blog.ml  config.ml  data.ml  dispatch.ml  local_uri.ml  log  main.ml  pages.ml  paper.ml  perf.ml  site_config.ml  site_uri.ml  template.ml  util.ml  wiki.ml  www.xe  www.xl  www_libvirt.xml
  835. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ mlsenv NET=socket FS=crunch mirage configure --unixlsenv NET=socket FS=crunch mirage configure --unixlsm make depend
  836. opam install conduit cow cowabloga crunch cstruct io-page lwt mirage-console mirage-fs-unix mirage-http mirage-types mirage-unix tcpip vchan --verbose
  837. [NOTE] Package conduit is already installed (current version is 0.6.0).
  838. [NOTE] Package cow is already installed (current version is 1.0.0).
  839. [NOTE] Package cowabloga is already installed (current version is 0.0.8).
  840. [NOTE] Package crunch is already installed (current version is 1.3.0).
  841. [NOTE] Package cstruct is already installed (current version is 1.4.0).
  842. [NOTE] Package io-page is already installed (current version is 1.1.1).
  843. [NOTE] Package lwt is already installed (current version is 2.4.6).
  844. [NOTE] Package mirage-console is already installed (current version is 2.0.0).
  845. [NOTE] Package mirage-fs-unix is already installed (current version is 1.1.2).
  846. [NOTE] Package mirage-http is already installed (current version is 2.0.0).
  847. [NOTE] Package mirage-types is already installed (current version is 2.0.0).
  848. [NOTE] Package mirage-unix is already installed (current version is 1.1.0).
  849. [NOTE] Package tcpip is already installed (current version is 2.0.0).
  850. [NOTE] Package vchan is already installed (current version is 2.0.0).
  851. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ make
  852. ocamlbuild -classic-display -use-ocamlfind -pkgs lwt.syntax,conduit.mirage,cow.syntax,cowabloga,cstruct,io-page,io-page.unix,lwt,mirage-console.unix,mirage-fs-unix,mirage-http,mirage-types,mirage-types.lwt,tcpip.stack-socket -tags "syntax(camlp4o),annot,bin_annot,strict_sequence,principal" -cflag -g -lflags -g,-linkpkg main.native
  853. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules main.ml > main.ml.depends
  854. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules dispatch.ml > dispatch.ml.depends
  855. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules blog.ml > blog.ml.depends
  856. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules data.ml > data.ml.depends
  857. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules paper.ml > paper.ml.depends
  858. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules perf.ml > perf.ml.depends
  859. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o paper.cmo paper.ml
  860. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o perf.cmo perf.ml
  861. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules pages.ml > pages.ml.depends
  862. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules site_config.ml > site_config.ml.depends
  863. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o data.cmo data.ml
  864. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o site_config.cmo site_config.ml
  865. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o pages.cmo pages.ml
  866. ocamlfind ocamldep -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -modules wiki.ml > wiki.ml.depends
  867. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o blog.cmo blog.ml
  868. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o wiki.cmo wiki.ml
  869. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o dispatch.cmo dispatch.ml
  870. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o main.cmo main.ml
  871. + ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o main.cmo main.ml
  872. File "main.ml", line 98, characters 2-13:
  873. Error: Unbound module OS
  874. Command exited with code 2.
  875. make: *** [main.native] Error 10
  876. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ exit    exit
  877. exit
  878. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$
  879. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$
  880. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ make
  881. make: *** No targets specified and no makefile found.  Stop.
  882. ]0;opam@36a3ff3b61c1: ~/opam-repositoryopam@36a3ff3b61c1:~/opam-repository$ cd /    cd ../mirage-www/src/
  883. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ ls
  884. Makefile  _build  blog.ml  config.ml  data.ml  dispatch.ml  local_uri.ml  log  main.ml  pages.ml  paper.ml  perf.ml  site_config.ml  site_uri.ml  template.ml  util.ml  wiki.ml  www.xe  www.xl  www_libvirt.xml
  885. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ make
  886. ocamlbuild -classic-display -use-ocamlfind -pkgs lwt.syntax,conduit.mirage,cow.syntax,cowabloga,cstruct,io-page,io-page.unix,lwt,mirage-console.unix,mirage-fs-unix,mirage-http,mirage-types,mirage-types.lwt,tcpip.stack-socket -tags "syntax(camlp4o),annot,bin_annot,strict_sequence,principal" -cflag -g -lflags -g,-linkpkg main.native
  887. ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o main.cmo main.ml
  888. + ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package tcpip.stack-socket -package mirage-types.lwt -package mirage-types -package mirage-http -package mirage-fs-unix -package mirage-console.unix -package lwt -package io-page.unix -package io-page -package cstruct -package cowabloga -package cow.syntax -package conduit.mirage -package lwt.syntax -syntax camlp4o -o main.cmo main.ml
  889. File "main.ml", line 98, characters 2-13:
  890. Error: Unbound module OS
  891. Command exited with code 2.
  892. make: *** [main.native] Error 10
  893. ]0;opam@36a3ff3b61c1: ~/mirage-www/srcopam@36a3ff3b61c1:~/mirage-www/src$ ps    docker ps -a eexit
  894. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement