Skip to content

Instantly share code, notes, and snippets.

@onlyhavecans
Created April 3, 2013 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onlyhavecans/5302327 to your computer and use it in GitHub Desktop.
Save onlyhavecans/5302327 to your computer and use it in GitHub Desktop.
notmuch --emacs failure
% brew --config !2404
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew.git
HEAD: dbec907b42fca5cc434ecd157302334ded5facbd
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit sandybridge
OS X: 10.7.5-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.6.4 => /usr/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
% brew doctor !2405
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Applications/Postgres.app/Contents/MacOS/bin/gdal-config
/Applications/Postgres.app/Contents/MacOS/bin/geos-config
% MEBREW_MAKE_JOBS=1 VERBOSE=1 brew install notmuch --emacs !2664
a
zsh: correct 'notmuch' to '.notmuch' [nyae]? n
==> Downloading http://notmuchmail.org/releases/notmuch-0.14.tar.gz
Already downloaded: /Library/Caches/Homebrew/notmuch-0.14.tar.gz
tar xf /Library/Caches/Homebrew/notmuch-0.14.tar.gz
==> ./configure --prefix=/usr/local/Cellar/notmuch/0.14 --with-emacs
./configure --prefix=/usr/local/Cellar/notmuch/0.14 --with-emacs
Welcome to Notmuch, a system for indexing, searching and tagging your email.
We hope that the process of building and installing notmuch is quick
and smooth so that you can soon be reading and processing your email
more efficiently than ever.
If anything goes wrong in the configure process, you can override any
decisions it makes by manually editing the Makefile.config file that
it creates. Also please do as much as you can to figure out what could
be different on your machine compared to those of the notmuch
developers. Then, please email those details to the Notmuch list
(notmuch@notmuchmail.org) so that we can hopefully make future
versions of notmuch easier for you to use.
We'll now investigate your system to verify that all required
dependencies are available:
Checking for Xapian development files... Yes (1.2.13).
Checking for GMime development files... Yes (gmime-2.4 ).
Checking for Glib development files (>= 2.22)... Yes.
Checking for talloc development files... Yes.
Checking for valgrind development files... No (but that's fine).
Checking if emacs is available... Yes.
Checking which platform we are on... Mac OS X.
Checking for getline... Yes.
Checking for strcasestr... Yes.
Checking for rpath support... No (nothing to worry about).
Checking for -Wl,--as-needed... No (nothing to worry about).
Checking for available C++ compiler warning flags...
-Wall -Wextra -Wwrite-strings -Wswitch-enum
Checking for available C compiler warning flags...
-Wall -Wextra -Wwrite-strings -Wswitch-enum -Wmissing-declarations
All required packages were found. You may now run the following
commands to compile and install notmuch:
make
sudo make install
==> make install
make install
Use "/usr/bin/make V=1" to see the verbose compile lines.
EMACS emacs/notmuch-lib.elc
EMACS emacs/notmuch.elc
EMACS emacs/notmuch-query.elc
EMACS emacs/notmuch-show.elc
In toplevel form:
emacs/notmuch-lib.el:26:1:Error: Cannot open load file: json
make: *** [emacs/notmuch-lib.elc] Error 1
make: *** Waiting for unfinished jobs....
In toplevel form:
emacs/notmuch-query.el:22:1:Error: Cannot open load file: json
make: *** [emacs/notmuch-query.elc] Error 1
In toplevel form:
emacs/notmuch.el:54:1:Error: Cannot open load file: json
make: *** [emacs/notmuch.elc] Error 1
In toplevel form:
emacs/notmuch-show.el:32:1:Error: Cannot open load file: json
make: *** [emacs/notmuch-show.elc] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: dbec907b42fca5cc434ecd157302334ded5facbd
CPU: quad-core 64-bit sandybridge
OS X: 10.7.5-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
X11: 2.6.4 => /usr/X11
==> ENV
CC: llvm-gcc
CXX: g++
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/talloc/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/gmime/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
OBJC: llvm-gcc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/xapian/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/gmime/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: notmuch did not build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment