Advertisement
Guest User

Untitled

a guest
May 3rd, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. % pacaur -S google-drive-ocamlfuse
  2. :: Package(s) google-drive-ocamlfuse not found in repositories, trying AUR...
  3. :: resolving dependencies...
  4. :: looking for inter-conflicts...
  5. :: ocamlfuse-2.7.1-1 has been flagged out of date on 2013-12-06
  6.  
  7. AUR Packages (2): google-drive-ocamlfuse-0.5.3-1 ocamlfuse-2.7.1-1
  8.  
  9. :: Proceed with installation? [Y/n]
  10.  
  11. :: View google-drive-ocamlfuse PKGBUILD? [Y/n] n
  12. :: View ocamlfuse PKGBUILD? [Y/n] n
  13. :: Building ocamlfuse package...
  14. ==> Making package: ocamlfuse 2.7.1-1 (Sat May 3 21:28:03 CEST 2014)
  15. ==> Checking runtime dependencies...
  16. ==> Checking buildtime dependencies...
  17. ==> Retrieving sources...
  18. -> Downloading ocamlfuse-2.7.1-cvs.tar.gz...
  19. % Total % Received % Xferd Average Speed Time Time Time Current
  20. Dload Upload Total Spent Left Speed
  21. 100 26481 100 26481 0 0 20237 0 0:00:01 0:00:01 --:--:-- 20245
  22. ==> Validating source files with md5sums...
  23. ocamlfuse-2.7.1-cvs.tar.gz ... Passed
  24. ==> Extracting sources...
  25. -> Extracting ocamlfuse-2.7.1-cvs.tar.gz with bsdtar
  26. ==> Starting build()...
  27. make: Entering directory '/tmp/pacaurtmp-nfisher/ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib'
  28. camlidl -header \
  29. Fuse_bindings.idl
  30. make[1]: Entering directory '/tmp/pacaurtmp-nfisher/ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib'
  31. making ._ncdi/Fuse_bindings.di from Fuse_bindings.mli
  32. making ._d/Fuse_bindings.d from Fuse_bindings.ml
  33. making ._d/Fuse.d from Fuse.ml
  34. making ._d/Fuse_lib.d from Fuse_lib.ml
  35. making ._d/Unix_util.d from Unix_util.ml
  36. making ._d/Result.d from Result.ml
  37. ocamlc -c -cc "cc" -ccopt "-fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FILE_OFFSET_BITS=64 -I. -pthread \
  38. -DPIC -DNATIVE_CODE -D_FORTIFY_SOURCE=2 \
  39. -o Fuse_bindings_stubs.o " Fuse_bindings_stubs.c
  40. ocamlc -c -cc "cc" -ccopt "-fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FILE_OFFSET_BITS=64 -I. -pthread \
  41. -DPIC -DNATIVE_CODE -D_FORTIFY_SOURCE=2 \
  42. -o Unix_util_stubs.o " Unix_util_stubs.c
  43. ocamlc -c -cc "cc" -ccopt "-fPIC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FILE_OFFSET_BITS=64 -I. -pthread \
  44. -DPIC -DNATIVE_CODE -D_FORTIFY_SOURCE=2 \
  45. -o Fuse_util.o " Fuse_util.c
  46. In file included from Fuse_util.c:30:0:
  47. Fuse_util.c: In function ‘gm281_ops_init’:
  48. /usr/lib/ocaml/caml/memory.h:222:28: warning: initialization makes pointer from integer without a cast
  49. type caml__temp_result = (result); \
  50. ^
  51. Fuse_util.c:614:3: note: in expansion of macro ‘CAMLreturnT’
  52. CAMLreturnT(OPNAME##_RTYPE, res); \
  53. ^
  54. Fuse_util.c:296:5: note: in expansion of macro ‘CALLBACK’
  55. MACRO(init) \
  56. ^
  57. Fuse_util.c:625:1: note: in expansion of macro ‘FOR_ALL_OPS’
  58. FOR_ALL_OPS(CALLBACK)
  59. ^
  60. ar rcs libFuse_stubs.a Fuse_bindings_stubs.o Unix_util_stubs.o Fuse_util.o
  61. ocamlopt -c -thread Result.ml
  62. ocamlopt -c -thread Unix_util.ml
  63. ocamlc -c -thread Fuse_bindings.mli
  64. File "Fuse_bindings.mli", line 37, characters 8-23:
  65. Error: Unbound module Com
  66. ../OCamlMakefile:933: recipe for target 'Fuse_bindings.cmi' failed
  67. make[1]: *** [Fuse_bindings.cmi] Error 2
  68. make[1]: Leaving directory '/tmp/pacaurtmp-nfisher/ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib'
  69. ../OCamlMakefile:725: recipe for target 'native-code-library' failed
  70. make: *** [native-code-library] Error 2
  71. make: Leaving directory '/tmp/pacaurtmp-nfisher/ocamlfuse/src/ocamlfuse-2.7.1-cvs/lib'
  72. ==> ERROR: A failure occurred in build().
  73. Aborting...
  74. :: ocamlfuse cleaned
  75. :: Building google-drive-ocamlfuse package...
  76. ==> Making package: google-drive-ocamlfuse 0.5.3-1 (Sat May 3 21:28:07 CEST 2014)
  77. ==> Checking runtime dependencies...
  78. ==> Installing missing dependencies...
  79. error: target not found: ocamlfuse>=2.7.1
  80. ==> ERROR: 'pacman' failed to install missing dependencies.
  81. :: google-drive-ocamlfuse cleaned
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement