Advertisement
jamesdtyler

Untitled

Oct 24th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. black$ ./configure
  2. Welcome to Notmuch, a system for indexing, searching and tagging your email.
  3.  
  4. We hope that the process of building and installing notmuch is quick
  5. and smooth so that you can soon be reading and processing your email
  6. more efficiently than ever.
  7.  
  8. If anything goes wrong in the configure process, you can override any
  9. decisions it makes by manually editing the Makefile.config file that
  10. it creates. Also please do as much as you can to figure out what could
  11. be different on your machine compared to those of the notmuch
  12. developers. Then, please email those details to the Notmuch list
  13. (notmuch@notmuchmail.org) so that we can hopefully make future
  14. versions of notmuch easier for you to use.
  15.  
  16. We'll now investigate your system to verify that all required
  17. dependencies are available:
  18.  
  19. Sanity checking C compilation environment... OK.
  20. Sanity checking C++ compilation environment... OK.
  21. Reading libnotmuch version from source... OK.
  22. Checking for Xapian development files... Yes (1.4.5).
  23. Checking for Xapian compaction support... Yes.
  24. Checking for Xapian FieldProcessor API... Yes.
  25. Checking for Xapian lock retry support... Yes.
  26. Testing default Xapian backend... glass
  27. Checking for GMime development files... Yes.
  28. Checking for GMime session key extraction support... ./configure[587]: cannot open ./test/gnupg-secret-key.asc: No such file or directory
  29. No.
  30. *** Error: Could not extract session keys from encrypted message.
  31.  
  32. This is likely due to your GMime having been built against a old
  33. version of GPGME.
  34.  
  35. Please try to rebuild your version of GMime against a more recent
  36. version of GPGME (at least GPGME 1.8.0).
  37. Your current GPGME development version is: 1.13.1
  38. Checking for Glib development files (>= 2.22)... Yes.
  39. Checking for zlib (>= 1.2.5.2)... No.
  40. Checking for talloc development files... Yes.
  41. Checking for bash... Yes (/usr/local/bin/bash).
  42. Checking for perl... Yes (/usr/bin/perl).
  43. Checking for python... Yes (python3).
  44. Checking for valgrind development files... Yes.
  45. Checking for bash-completion (>= 1.90)... No (will not install bash completion).
  46. Checking if emacs (>= 24) is available... No (disabling emacs related parts of build)
  47. Checking if doxygen is available... Yes.
  48. Checking for ruby development files... Yes.
  49. Checking if sphinx is available and supports nroff output... No (so will not install man pages).
  50. Checking if makeinfo is available... Yes.
  51. Checking if install-info is available... Yes.
  52. Checking if desktop-file-install is available... Yes.
  53. Checking for cppcheck... Yes.
  54. Checking which platform we are on... OpenBSD.
  55.  
  56. *** Error: The dependencies of notmuch could not be satisfied. You will
  57. need to install the following packages before being able to compile
  58. notmuch:
  59.  
  60. zlib library (>= version 1.2.5.2, including development files such as headers)
  61. https://zlib.net/
  62.  
  63. With any luck, you're using a modern, package-based operating system
  64. that has all of these packages available in the distribution. In that
  65. case a simple command will install everything you need. For example:
  66.  
  67. On Debian and similar systems:
  68.  
  69. sudo apt-get install libxapian-dev libgmime-3.0-dev libtalloc-dev zlib1g-dev
  70.  
  71. Or on Fedora and similar systems:
  72.  
  73. sudo yum install xapian-core-devel gmime-devel libtalloc-devel zlib-devel
  74.  
  75. On other systems, similar commands can be used, but the details of the
  76. package names may be different.
  77.  
  78. When you have installed the necessary dependencies, you can run
  79. configure again to ensure the packages can be found, or simply run
  80. "make" to compile notmuch.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement