Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. ==> Checking buildtime dependencies...
  2. ==> Retrieving sources...
  3. -> Cloning Papilio-Loader git repo...
  4. Cloning into bare repository '/home/david/aur/papilio-loader-git/Papilio-Loader'...
  5. remote: Reusing existing pack: 1259, done.
  6. remote: Counting objects: 6, done.
  7. remote: Compressing objects: 100% (6/6), done.
  8. remote: Total 1265 (delta 0), reused 4 (delta 0)
  9. Receiving objects: 100% (1265/1265), 20.03 MiB | 1.21 MiB/s, done.
  10. Resolving deltas: 100% (566/566), done.
  11. Checking connectivity... done.
  12. ==> Validating source files with md5sums...
  13. Papilio-Loader ... Skipped
  14. ==> Extracting sources...
  15. -> Creating working copy of Papilio-Loader git repo...
  16. Cloning into 'Papilio-Loader'...
  17. done.
  18. ==> Starting build()...
  19. Generating build system...
  20. configure.ac:8: installing './compile'
  21. configure.ac:4: installing './install-sh'
  22. configure.ac:4: installing './missing'
  23. Makefile.am: installing './depcomp'
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. checking whether make supports nested variables... yes
  30. checking for g++... g++
  31. checking whether the C++ compiler works... yes
  32. checking for C++ compiler default output file name... a.out
  33. checking for suffix of executables...
  34. checking whether we are cross compiling... no
  35. checking for suffix of object files... o
  36. checking whether we are using the GNU C++ compiler... yes
  37. checking whether g++ accepts -g... yes
  38. checking for style of include used by make... GNU
  39. checking dependency style of g++... gcc3
  40. checking for gcc... gcc
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc accepts -g... yes
  43. checking for gcc option to accept ISO C89... none needed
  44. checking whether gcc understands -c and -o together... yes
  45. checking dependency style of gcc... gcc3
  46. checking how to run the C preprocessor... gcc -E
  47. checking whether ln -s works... yes
  48. checking for pkg-config... /usr/bin/pkg-config
  49. checking pkg-config is at least version 0.9.0... yes
  50. checking for libftdi1... no
  51. configure: error: Package requirements (libftdi >= 0.19) were not met:
  52.  
  53. No package 'libftdi' found
  54.  
  55. Consider adjusting the PKG_CONFIG_PATH environment variable if you
  56. installed software in a non-standard prefix.
  57.  
  58. Alternatively, you may set the environment variables libftdi1_CFLAGS
  59. and libftdi1_LIBS to avoid the need to call pkg-config.
  60. See the pkg-config man page for more details.
  61. ==> ERROR: A failure occurred in build().
  62. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement