Created
March 26, 2010 09:41
-
-
Save angelf/344718 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| → brew install sphinx | |
| ==> Downloading http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz | |
| File already downloaded and cached to /Users/angel/Library/Caches/Homebrew | |
| ==> ./configure --prefix=/usr/local/Cellar/sphinx/0.9.9 --disable-debug --disable-dependency-tracking --with-pgsql | |
| Exit status: 1 | |
| http://github.com/mxcl/homebrew/blob/master/Library/Formula/sphinx.rb#L18 | |
| ==> Environment | |
| HOMEBREW_VERSION: 0.6 | |
| HEAD: e6b955049ab09fabc715ca325c2200d6a46694c4 | |
| HOMEBREW_PREFIX: /usr/local | |
| HOMEBREW_CELLAR: /usr/local/Cellar | |
| HOMEBREW_CACHE: /Users/angel/Library/Caches/Homebrew | |
| HOMEBREW_REPOSITORY: /usr/local | |
| HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
| Hardware: dual-core 64-bit penryn | |
| OS X: 10.6.2 | |
| Kernel Architecture: i386 | |
| Ruby: 1.8.7-72 | |
| GCC-4.0: build 5493 (5493 or newer recommended) | |
| GCC-4.2: build 5646 (5646 or newer recommended) | |
| LLVM: build 2206 (2206 or newer recommended) | |
| MacPorts or Fink? false | |
| X11 installed? true | |
| ==> Build Flags | |
| CC: /usr/bin/gcc-4.2 | |
| CXX: /usr/bin/g++-4.2 | |
| LD: /usr/bin/gcc-4.2 | |
| CFLAGS: -march=core2 -msse4.1 -w -pipe -O3 | |
| CPPFLAGS: | |
| CXXFLAGS: -march=core2 -msse4.1 -w -pipe -O3 | |
| LDFLAGS: | |
| MAKEFLAGS: -j2 | |
| HOMEBREW_USE_LLVM: | |
| Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/sphinx/0.9.9 --disable-debug --disable-dependency-tracking --with-pgsql | |
| Please report this bug at http://github.com/mxcl/homebrew/issues | |
| These existing issues may help you: | |
| http://github.com/mxcl/homebrew/issues/#issue/1044 | |
| ~ | |
| → brew install sphinx -vd | |
| ==> Build Environment | |
| PATH: /Users/angel/bin:/Users/angel/homebrew/bin:/Users/angel/homebrew/sbin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/Users/angel/.gem/ruby/1.8/bin | |
| CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe | |
| MAKEFLAGS: -j2 | |
| CC: /usr/bin/cc | |
| CXX: /usr/bin/c++ | |
| ==> Downloading http://www.sphinxsearch.com/downloads/sphinx-0.9.9.tar.gz | |
| File already downloaded and cached to /Users/angel/Library/Caches/Homebrew | |
| /usr/bin/tar xf /Users/angel/Library/Caches/Homebrew/sphinx-0.9.9.tar.gz | |
| ==> ./configure --prefix=/usr/local/Cellar/sphinx/0.9.9 --disable-debug --disable-dependency-tracking --with-pgsql | |
| ./configure --prefix=/usr/local/Cellar/sphinx/0.9.9 --disable-debug --disable-dependency-tracking --with-pgsql | |
| checking build environment | |
| -------------------------- | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... config/install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... no | |
| checking for compiler programs | |
| ------------------------------ | |
| checking whether to compile debug version... no | |
| checking for gcc... /usr/bin/gcc-4.2 | |
| checking for C compiler default output file name... a.out | |
| checking whether the C compiler works... yes | |
| checking whether we are cross compiling... no | |
| checking for suffix of executables... | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/gcc-4.2 accepts -g... yes | |
| checking for /usr/bin/gcc-4.2 option to accept ISO C89... none needed | |
| checking for style of include used by make... GNU | |
| checking dependency style of /usr/bin/gcc-4.2... none | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether /usr/bin/g++-4.2 accepts -g... yes | |
| checking dependency style of /usr/bin/g++-4.2... none | |
| checking for ranlib... ranlib | |
| checking for header files | |
| ------------------------- | |
| checking how to run the C preprocessor... /usr/bin/gcc-4.2 -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/wait.h that is POSIX.1 compatible... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking sys/file.h usability... yes | |
| checking sys/file.h presence... yes | |
| checking for sys/file.h... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking expat.h usability... yes | |
| checking expat.h presence... yes | |
| checking for expat.h... yes | |
| checking iconv.h usability... yes | |
| checking iconv.h presence... yes | |
| checking for iconv.h... yes | |
| checking zlib.h usability... yes | |
| checking zlib.h presence... yes | |
| checking for zlib.h... yes | |
| checking sql.h usability... yes | |
| checking sql.h presence... yes | |
| checking for sql.h... yes | |
| checking for types | |
| ------------------ | |
| checking for stdbool.h that conforms to C99... yes | |
| checking for _Bool... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for inline... inline | |
| checking for off_t... yes | |
| checking for size_t... yes | |
| checking whether time.h and sys/time.h may both be included... yes | |
| checking for library functions | |
| ------------------------------ | |
| checking for pid_t... yes | |
| checking vfork.h usability... no | |
| checking vfork.h presence... no | |
| checking for vfork.h... no | |
| checking for fork... yes | |
| checking for vfork... yes | |
| checking for working fork... yes | |
| checking for working vfork... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible malloc... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for GNU libc compatible realloc... yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking for sys/socket.h... (cached) yes | |
| checking types of arguments for select... int,fd_set *,struct timeval * | |
| checking return type of signal handlers... void | |
| checking whether lstat dereferences a symlink specified with a trailing slash... no | |
| checking whether stat accepts an empty string... no | |
| checking for vprintf... yes | |
| checking for _doprnt... no | |
| checking for library containing setsockopt... none required | |
| checking for library containing gethostbyname... none required | |
| checking for library containing XML_Parse... -lexpat | |
| checking for library containing iconv... -liconv | |
| checking for library containing inflate... -lz | |
| checking for library containing logf... none required | |
| checking for library containing SQLConnect... -lodbc | |
| checking for dup2... yes | |
| checking for gethostbyname... yes | |
| checking for gettimeofday... yes | |
| checking for memmove... yes | |
| checking for memset... yes | |
| checking for select... yes | |
| checking for socket... yes | |
| checking for strcasecmp... yes | |
| checking for strchr... yes | |
| checking for strerror... yes | |
| checking for strncasecmp... yes | |
| checking for strstr... yes | |
| checking for strtol... yes | |
| checking for logf... yes | |
| checking for pread... yes | |
| checking for clock_gettime in -lrt... no | |
| checking for clock_gettime... no | |
| checking for LOCK_EX in sys/file.h... yes | |
| checking for F_SETLKW in fcntl.h... yes | |
| configuring Sphinx | |
| ------------------ | |
| checking for CFLAGS needed for pthreads... none | |
| checking for LIBS needed for pthreads... -lpthread | |
| checking for pthreads... found | |
| checking whether to compile with MySQL support... yes | |
| checking for mysql_config... mysql_config | |
| checking for mysql_real_connect... yes | |
| checking MySQL include files... -I/usr/local/Cellar/mysql-connector-c/6.0.2/include | |
| checking MySQL libraries... -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread | |
| checking whether to compile with PostgreSQL support... yes | |
| checking for pg_config... /usr/local/bin/pg_config | |
| checking PostgreSQL C flags... -I/usr/local/Cellar/postgresql/8.4.2/include | |
| checking PostgreSQL linker flags... -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq | |
| checking whether to use 64-bit document/word IDs... no | |
| checking whether to compile with libstemmer support... no | |
| checking for libexpat... found | |
| checking for libiconv... found | |
| checking for iconv() arg types... char ** | |
| checking for UnixODBC... found | |
| checking for unaligned RAM access... yes | |
| generating configuration files | |
| ------------------------------ | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating libstemmer_c/Makefile | |
| config.status: creating sphinx.conf.dist | |
| config.status: creating sphinx-min.conf.dist | |
| config.status: creating config/config.h | |
| config.status: executing depfiles commands | |
| configuration done | |
| ------------------ | |
| You can now run 'make' to build Sphinx binaries, | |
| and then run 'make install' to install them. | |
| ==> make install | |
| make install | |
| Making install in src | |
| if test -d ../.svn; then svn info .. --xml | perl svnxrev.pl; fi; | |
| make install-am | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinx.o sphinx.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxexcerpt.o sphinxexcerpt.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxquery.o sphinxquery.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxsoundex.o sphinxsoundex.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxmetaphone.o sphinxmetaphone.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxstemen.o sphinxstemen.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxstemru.o sphinxstemru.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxstemcz.o sphinxstemcz.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxutils.o sphinxutils.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o md5.o md5.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxstd.o sphinxstd.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxsort.o sphinxsort.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxexpr.o sphinxexpr.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o sphinxfilter.o sphinxfilter.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o indexer.o indexer.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o searchd.o searchd.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o search.o search.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o spelldump.o spelldump.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o indextool.o indextool.cpp | |
| /usr/bin/g++-4.2 -DHAVE_CONFIG_H -I. -I../config -DSYSCONFDIR="\"/usr/local/Cellar/sphinx/0.9.9/etc\"" -I/usr/local/include -I/usr/local/Cellar/mysql-connector-c/6.0.2/include -I/usr/local/Cellar/postgresql/8.4.2/include -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -c -o tests.o tests.cpp | |
| rm -f libsphinx.a | |
| ar cru libsphinx.a sphinx.o sphinxexcerpt.o sphinxquery.o sphinxsoundex.o sphinxmetaphone.o sphinxstemen.o sphinxstemru.o sphinxstemcz.o sphinxutils.o md5.o sphinxstd.o sphinxsort.o sphinxexpr.o sphinxfilter.o | |
| ranlib libsphinx.a | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o indexer indexer.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o search search.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o spelldump spelldump.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o indextool indextool.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o tests tests.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| /usr/bin/g++-4.2 -march=core2 -msse4.1 -w -pipe -O3 -D_FILE_OFFSET_BITS=64 -DNDEBUG -o searchd searchd.o libsphinx.a -L/usr/local/Cellar/mysql-connector-c/6.0.2/lib -lmysql -lpthread -L/usr/local/Cellar/postgresql/8.4.2/lib -lpq -lodbc -lz -liconv -lexpat -L/usr/local/lib -lpthread | |
| test -z "/usr/local/Cellar/sphinx/0.9.9/bin" || ../config/install-sh -c -d "/usr/local/Cellar/sphinx/0.9.9/bin" | |
| make[3]: Nothing to be done for `install-data-am'. | |
| /usr/bin/install -c 'indexer' '/usr/local/Cellar/sphinx/0.9.9/bin/indexer' | |
| /usr/bin/install -c 'searchd' '/usr/local/Cellar/sphinx/0.9.9/bin/searchd' | |
| /usr/bin/install -c 'search' '/usr/local/Cellar/sphinx/0.9.9/bin/search' | |
| /usr/bin/install -c 'spelldump' '/usr/local/Cellar/sphinx/0.9.9/bin/spelldump' | |
| /usr/bin/install -c 'indextool' '/usr/local/Cellar/sphinx/0.9.9/bin/indextool' | |
| Making install in test | |
| make[1]: Nothing to be done for `install'. | |
| test -z "/usr/local/Cellar/sphinx/0.9.9/etc" || config/install-sh -c -d "/usr/local/Cellar/sphinx/0.9.9/etc" | |
| make install-data-hook | |
| mkdir -p /usr/local/Cellar/sphinx/0.9.9/var/data && mkdir -p /usr/local/Cellar/sphinx/0.9.9/var/log | |
| /usr/bin/install -c -m 644 'sphinx.conf.dist' '/usr/local/Cellar/sphinx/0.9.9/etc/sphinx.conf.dist' | |
| /usr/bin/install -c -m 644 'sphinx-min.conf.dist' '/usr/local/Cellar/sphinx/0.9.9/etc/sphinx-min.conf.dist' | |
| /usr/bin/install -c -m 644 'example.sql' '/usr/local/Cellar/sphinx/0.9.9/etc/example.sql' | |
| ==> Caveats | |
| Sphinx depends on either MySQL or PostreSQL as a datasource. | |
| You can install these with Homebrew with: | |
| brew install mysql | |
| For MySQL server. | |
| brew install mysql-connector-c | |
| For MySQL client libraries only. | |
| brew install postgresql | |
| For PostgreSQL server. | |
| We don't install these for you when you install this formula, as | |
| we don't know which datasource you intend to use. | |
| ==> Finishing up | |
| strip /usr/local/Cellar/sphinx/0.9.9/bin/spelldump | |
| strip /usr/local/Cellar/sphinx/0.9.9/bin/searchd | |
| strip /usr/local/Cellar/sphinx/0.9.9/bin/search | |
| strip /usr/local/Cellar/sphinx/0.9.9/bin/indextool | |
| strip /usr/local/Cellar/sphinx/0.9.9/bin/indexer | |
| rmdir: /usr/local/Cellar/sphinx/0.9.9/var/data (empty) | |
| rmdir: /usr/local/Cellar/sphinx/0.9.9/var/log (empty) | |
| rmdir: /usr/local/Cellar/sphinx/0.9.9/var (empty) | |
| ln /usr/local/etc/sphinx.conf.dist | |
| ln /usr/local/etc/sphinx-min.conf.dist | |
| ln /usr/local/etc/example.sql | |
| ln /usr/local/bin/spelldump | |
| ln /usr/local/bin/searchd | |
| ln /usr/local/bin/search | |
| ln /usr/local/bin/indextool | |
| ln /usr/local/bin/indexer | |
| ==> Summary | |
| /usr/local/Cellar/sphinx/0.9.9: 9 files, 9.1M, built in 52 seconds | |
| brew install sphinx -vd 69.26s user 8.22s system 143% cpu 53.811 total | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment