Skip to content

Instantly share code, notes, and snippets.

@zmanji
Created April 26, 2012 00:44
Show Gist options
  • Select an option

  • Save zmanji/2494845 to your computer and use it in GitHub Desktop.

Select an option

Save zmanji/2494845 to your computer and use it in GitHub Desktop.
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-249; Mac OS X 10.7.3) https://raw.github.com/2bits/homebrew/fixWeechat/Library/Formula/weechat.rb -o /Users/zmanji/Library/Caches/Homebrew/Formula/weechat.rb --silent
==> Downloading http://www.weechat.org/files/src/weechat-0.3.7.tar.bz2
Already downloaded: /Users/zmanji/Library/Caches/Homebrew/weechat-0.3.7.tar.bz2
/usr/bin/tar xf /Users/zmanji/Library/Caches/Homebrew/weechat-0.3.7.tar.bz2
==> cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/weechat/0.3.7' -DCMAKE_BUILD_TYPE=None -Wno-dev -DPREFIX=/usr/local/Cellar/weechat/0.3.7 -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF .
cmake -DCMAKE_INSTALL_PREFIX='/usr/local/Cellar/weechat/0.3.7' -DCMAKE_BUILD_TYPE=None -Wno-dev -DPREFIX=/usr/local/Cellar/weechat/0.3.7 -DENABLE_PERL=OFF -DENABLE_PYTHON=OFF .
Re-run cmake no build system arguments
-- The C compiler identification is Clang 3.1.0
-- Check for working C compiler: /usr/bin/clang
-- Check for working C compiler: /usr/bin/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Looking for include file arpa/inet.h
-- Looking for include file arpa/inet.h - found
-- Looking for include file limits.h
-- Looking for include file limits.h - found
-- Looking for include file locale.h
-- Looking for include file locale.h - found
-- Looking for include file netdb.h
-- Looking for include file netdb.h - found
-- Looking for include file netinet/in.h
-- Looking for include file netinet/in.h - found
-- Looking for include file stdlib.h
-- Looking for include file stdlib.h - found
-- Looking for include file string.h
-- Looking for include file string.h - found
-- Looking for include file sys/socket.h
-- Looking for include file sys/socket.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file pwd.h
-- Looking for include file pwd.h - found
-- Looking for include file errno.h
-- Looking for include file errno.h - found
-- Looking for include file wchar.h
-- Looking for include file wchar.h - found
-- Looking for include file langinfo.h
-- Looking for include file langinfo.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - found
-- Looking for gethostname
-- Looking for gethostname - found
-- Looking for getsockname
-- Looking for getsockname - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for inet_ntoa
-- Looking for inet_ntoa - found
-- Looking for memset
-- Looking for memset - found
-- Looking for mkdir
-- Looking for mkdir - found
-- Looking for select
-- Looking for select - found
-- Looking for setlocale
-- Looking for setlocale - found
-- Looking for socket
-- Looking for socket - found
-- Looking for strcasecmp
-- Looking for strcasecmp - found
-- Looking for strchr
-- Looking for strchr - found
-- Looking for strdup
-- Looking for strdup - found
-- Looking for strndup
-- Looking for strndup - found
-- Looking for strncasecmp
-- Looking for strncasecmp - found
-- Looking for strpbrk
-- Looking for strpbrk - found
-- Looking for strrchr
-- Looking for strrchr - found
-- Looking for strstr
-- Looking for strstr - found
-- Looking for mallinfo
-- Looking for mallinfo - not found
-- Looking for include file regex.h
-- Looking for include file regex.h - found
-- Looking for regexec
-- Looking for regexec - found
-- Looking for eat_newline_glitch
-- Looking for eat_newline_glitch - found
-- Looking for include file libintl.h
-- Looking for include file libintl.h - not found.
-- Found ZLIB: /usr/lib/libz.dylib (found version "1.2.5")
-- Looking for libiconv_open in iconv
-- Looking for libiconv_open in iconv - not found
-- Performing Test ICONV_2ARG_IS_CONST
-- Performing Test ICONV_2ARG_IS_CONST - Success
-- Found CURL: /usr/lib/libcurl.dylib (found version "7.21.4")
-- Looking for include file sys/file.h
-- Looking for include file sys/file.h - found
-- Looking for flock
-- Looking for flock - found
-- Looking for backtrace
-- Looking for backtrace - found
-- Found Tclsh: /usr/bin/tclsh (found version "8.5")
*** WARNING:
*** ncursesw library not found! Falling back to "ncurses"
*** Be careful, UTF-8 display may not work properly if your locale is UTF-8.
-- Looking for include file ncursesw/ncurses.h
-- Looking for include file ncursesw/ncurses.h - not found.
-- Looking for include file ncurses.h
-- Looking for include file ncurses.h - found
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7
==> make install
make install
/usr/local/Cellar/cmake/2.8.8/bin/cmake -H/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -B/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_start /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/depend
make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/depend
make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/depend
make -f src/plugins/aspell/CMakeFiles/aspell.dir/build.make src/plugins/aspell/CMakeFiles/aspell.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake --color=
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake --color=
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake --color=
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/CMakeFiles/aspell.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/CMakeFiles/weechat_plugins.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/CMakeFiles/weechat_plugins.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/CMakeFiles/aspell.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/CMakeFiles/aspell.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/CMakeFiles/aspell.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/CMakeFiles/alias.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/CMakeFiles/alias.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/CMakeFiles/weechat_core.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/CMakeFiles/weechat_core.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/CMakeFiles/weechat_core.dir/depend.internal".
Scanning dependencies of target alias
make -f src/plugins/alias/CMakeFiles/alias.dir/build.make src/plugins/alias/CMakeFiles/alias.dir/build
Scanning dependencies of target aspell
make -f src/plugins/aspell/CMakeFiles/aspell.dir/build.make src/plugins/aspell/CMakeFiles/aspell.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 3
[ 0%] [ 1%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias && /usr/bin/clang -Dalias_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/alias.dir/alias.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/alias.c
Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell && /usr/bin/clang -Daspell_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/aspell.dir/weechat-aspell.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/weechat-aspell.c
Scanning dependencies of target weechat_plugins
make -f src/plugins/CMakeFiles/weechat_plugins.dir/build.make src/plugins/CMakeFiles/weechat_plugins.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 87
[ 2%] Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_plugins.dir/plugin.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/plugin.c
Scanning dependencies of target weechat_core
make -f src/core/CMakeFiles/weechat_core.dir/build.make src/core/CMakeFiles/weechat_core.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 55
[ 3%] Building C object src/core/CMakeFiles/weechat_core.dir/weechat.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/weechat.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/weechat.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 1
[ 4%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias && /usr/bin/clang -Dalias_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/alias.dir/alias-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/alias-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 4%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell && /usr/bin/clang -Daspell_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/aspell.dir/weechat-aspell-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/weechat-aspell-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 2
[ 5%] Building C object src/plugins/alias/CMakeFiles/alias.dir/alias-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias && /usr/bin/clang -Dalias_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/alias.dir/alias-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias/alias-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 56
[ 6%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 4
Building C object src/core/CMakeFiles/weechat_core.dir/wee-backtrace.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-backtrace.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-backtrace.c
[ 7%] Building C object src/plugins/aspell/CMakeFiles/aspell.dir/weechat-aspell-speller.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell && /usr/bin/clang -Daspell_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/aspell.dir/weechat-aspell-speller.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell/weechat-aspell-speller.c
Linking C shared module alias.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/alias && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/alias.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o alias.so CMakeFiles/alias.dir/alias.o CMakeFiles/alias.dir/alias-config.o CMakeFiles/alias.dir/alias-info.o
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 57
[ 8%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-command.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-command.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-command.c
Linking C shared module aspell.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/aspell && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/aspell.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o aspell.so CMakeFiles/aspell.dir/weechat-aspell.o CMakeFiles/aspell.dir/weechat-aspell-config.o CMakeFiles/aspell.dir/weechat-aspell-speller.o /usr/local/lib/libaspell.dylib
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 88
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 1 2
[ 9%] [ 9%] Built target alias
make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake --color=
Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-api.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_plugins.dir/plugin-api.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/plugin-api.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 3 4
[ 9%] Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/CMakeFiles/fifo.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/CMakeFiles/fifo.dir/depend.internal".
Built target aspell
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Scanning dependencies of target fifo
make -f src/plugins/fifo/CMakeFiles/fifo.dir/build.make src/plugins/fifo/CMakeFiles/fifo.dir/build
[ 9%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 5
[ 10%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-completion.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-completion.c
Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo && /usr/bin/clang -Dfifo_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/fifo.dir/fifo.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/fifo.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 6
[ 11%] Building C object src/plugins/fifo/CMakeFiles/fifo.dir/fifo-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo && /usr/bin/clang -Dfifo_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/fifo.dir/fifo-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo/fifo-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 58
Linking C shared module fifo.so
[ 12%] cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/fifo && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/fifo.dir/link.txt --verbose=1
Building C object src/core/CMakeFiles/weechat_core.dir/wee-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-config.c
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o fifo.so CMakeFiles/fifo.dir/fifo.o CMakeFiles/fifo.dir/fifo-info.o
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 89
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 5 6
[ 13%] [ 13%] Built target fifo
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 59
Building C object src/plugins/CMakeFiles/weechat_plugins.dir/plugin-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_plugins.dir/plugin-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/plugin-config.c
[ 14%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-config-file.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-config-file.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-config-file.c
Linking C static library libweechat_plugins.a
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins && /usr/local/Cellar/cmake/2.8.8/bin/cmake -P CMakeFiles/weechat_plugins.dir/cmake_clean_target.cmake
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/weechat_plugins.dir/link.txt --verbose=1
/usr/bin/ar cr libweechat_plugins.a CMakeFiles/weechat_plugins.dir/plugin.o CMakeFiles/weechat_plugins.dir/plugin-api.o CMakeFiles/weechat_plugins.dir/plugin-config.o
/usr/bin/ranlib libweechat_plugins.a
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 87 88 89
[ 14%] Built target weechat_plugins
make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/CMakeFiles/irc.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/CMakeFiles/irc.dir/depend.internal".
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 60
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 15%] [ 15%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-debug.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-debug.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-debug.c
Scanning dependencies of target irc
make -f src/plugins/irc/CMakeFiles/irc.dir/build.make src/plugins/irc/CMakeFiles/irc.dir/build
Building C object src/core/CMakeFiles/weechat_core.dir/wee-hashtable.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-hashtable.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-hashtable.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 7
[ 16%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 61
[ 17%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Building C object src/core/CMakeFiles/weechat_core.dir/wee-hdata.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-hdata.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-hdata.c
[ 17%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-bar-item.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-bar-item.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-bar-item.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 8
[ 18%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-buffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-buffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-buffer.c
make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake --color=
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 62
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/CMakeFiles/logger.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/CMakeFiles/logger.dir/depend.internal".
[ 19%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-hook.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-hook.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-hook.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 9
Scanning dependencies of target logger
make -f src/plugins/logger/CMakeFiles/logger.dir/build.make src/plugins/logger/CMakeFiles/logger.dir/build
[ 20%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 26
[ 21%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 10
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-channel.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-channel.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-channel.c
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/bin/clang -Dlogger_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/logger.dir/logger.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/logger.c
[ 22%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-color.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-color.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-color.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 63
[ 23%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-infolist.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-infolist.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-infolist.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 27
[ 24%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-buffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/bin/clang -Dlogger_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/logger.dir/logger-buffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/logger-buffer.c
[ 24%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-command.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-command.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-command.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 64
[ 25%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 28
Building C object src/core/CMakeFiles/weechat_core.dir/wee-input.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-input.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-input.c
[ 26%] Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/bin/clang -Dlogger_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/logger.dir/logger-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/logger-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 26%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Building C object src/core/CMakeFiles/weechat_core.dir/wee-list.o
[ 26%] cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-list.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-list.c
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/bin/clang -Dlogger_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/logger.dir/logger-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/logger-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 29
[ 27%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 65
Building C object src/plugins/logger/CMakeFiles/logger.dir/logger-tail.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/bin/clang -Dlogger_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/logger.dir/logger-tail.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger/logger-tail.c
[ 28%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-log.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-log.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-log.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 66
[ 29%] Linking C shared module logger.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/logger && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/logger.dir/link.txt --verbose=1
Building C object src/core/CMakeFiles/weechat_core.dir/wee-network.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-network.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-network.c
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o logger.so CMakeFiles/logger.dir/logger.o CMakeFiles/logger.dir/logger-buffer.o CMakeFiles/logger.dir/logger-config.o CMakeFiles/logger.dir/logger-info.o CMakeFiles/logger.dir/logger-tail.o
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 67
[ 30%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 26 27 28 29
Building C object src/core/CMakeFiles/weechat_core.dir/wee-proxy.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-proxy.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-proxy.c
[ 30%] Built target logger
make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/CMakeFiles/relay.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/CMakeFiles/relay.dir/depend.internal".
Scanning dependencies of target relay
make -f src/plugins/relay/CMakeFiles/relay.dir/build.make src/plugins/relay/CMakeFiles/relay.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 30
[ 31%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 31%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay.c
Building C object src/core/CMakeFiles/weechat_core.dir/wee-string.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-string.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-string.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 11
[ 32%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 31
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-completion.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-completion.c
[ 33%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-buffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-buffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-buffer.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 32
[ 34%] make -f src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build.make src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-client.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-client.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-client.c
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/CMakeFiles/rmodifier.dir/depend.internal".
Scanning dependencies of target rmodifier
make -f src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build.make src/plugins/rmodifier/CMakeFiles/rmodifier.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 41
[ 35%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 35%] Building C object src/plugins/relay/CMakeFiles/relay.dir/irc/relay-irc.o
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 68
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/irc/relay-irc.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/irc/relay-irc.c
[ 36%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-upgrade.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-upgrade.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 42
[ 37%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-command.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier-command.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier-command.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 12
[ 38%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 69
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 39%] [ 39%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-completion.o
Building C object src/core/CMakeFiles/weechat_core.dir/wee-upgrade-file.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier-completion.c
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-upgrade-file.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-upgrade-file.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 33
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 43
[ 40%] [ 41%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/weechat/relay-weechat.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/weechat/relay-weechat.c
Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 44
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 70
[ 42%] [ 43%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 34
Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-debug.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier-debug.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier-debug.c
[ 44%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-url.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-url.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-url.c
Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-msg.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/weechat/relay-weechat-msg.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 45
[ 45%] Building C object src/plugins/rmodifier/CMakeFiles/rmodifier.dir/rmodifier-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/bin/clang -Drmodifier_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/rmodifier.dir/rmodifier-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier/rmodifier-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 71
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 13
Linking C shared module rmodifier.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/rmodifier && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/rmodifier.dir/link.txt --verbose=1
[ 46%] [ 47%] /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o rmodifier.so CMakeFiles/rmodifier.dir/rmodifier.o CMakeFiles/rmodifier.dir/rmodifier-command.o CMakeFiles/rmodifier.dir/rmodifier-completion.o CMakeFiles/rmodifier.dir/rmodifier-config.o CMakeFiles/rmodifier.dir/rmodifier-debug.o CMakeFiles/rmodifier.dir/rmodifier-info.o
Building C object src/core/CMakeFiles/weechat_core.dir/wee-utf8.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-utf8.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-utf8.c
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ctcp.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-ctcp.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-ctcp.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 41 42 43 44 45
[ 47%] Built target rmodifier
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 47%] Building C object src/core/CMakeFiles/weechat_core.dir/wee-util.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_core.dir/wee-util.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core/wee-util.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 35
[ 48%] Building C object src/plugins/relay/CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/weechat/relay-weechat-protocol.c
make -f src/plugins/scripts/CMakeFiles/weechat_scripts.dir/build.make src/plugins/scripts/CMakeFiles/weechat_scripts.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/CMakeFiles/weechat_scripts.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/CMakeFiles/weechat_scripts.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/CMakeFiles/weechat_scripts.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/CMakeFiles/weechat_scripts.dir/depend.internal".
Scanning dependencies of target weechat_scripts
make -f src/plugins/scripts/CMakeFiles/weechat_scripts.dir/build.make src/plugins/scripts/CMakeFiles/weechat_scripts.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 48%] Building C object src/plugins/scripts/CMakeFiles/weechat_scripts.dir/script.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -fPIC -o CMakeFiles/weechat_scripts.dir/script.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/script.c
Linking C static library libweechat_core.a
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/local/Cellar/cmake/2.8.8/bin/cmake -P CMakeFiles/weechat_core.dir/cmake_clean_target.cmake
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/core && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/weechat_core.dir/link.txt --verbose=1
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 14
/usr/bin/ar cr libweechat_core.a CMakeFiles/weechat_core.dir/weechat.o CMakeFiles/weechat_core.dir/wee-backtrace.o CMakeFiles/weechat_core.dir/wee-command.o CMakeFiles/weechat_core.dir/wee-completion.o CMakeFiles/weechat_core.dir/wee-config.o CMakeFiles/weechat_core.dir/wee-config-file.o CMakeFiles/weechat_core.dir/wee-debug.o CMakeFiles/weechat_core.dir/wee-hashtable.o CMakeFiles/weechat_core.dir/wee-hdata.o CMakeFiles/weechat_core.dir/wee-hook.o CMakeFiles/weechat_core.dir/wee-infolist.o CMakeFiles/weechat_core.dir/wee-input.o CMakeFiles/weechat_core.dir/wee-list.o CMakeFiles/weechat_core.dir/wee-log.o CMakeFiles/weechat_core.dir/wee-network.o CMakeFiles/weechat_core.dir/wee-proxy.o CMakeFiles/weechat_core.dir/wee-string.o CMakeFiles/weechat_core.dir/wee-upgrade.o CMakeFiles/weechat_core.dir/wee-upgrade-file.o CMakeFiles/weechat_core.dir/wee-url.o CMakeFiles/weechat_core.dir/wee-utf8.o CMakeFiles/weechat_core.dir/wee-util.o
[ 49%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-debug.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-debug.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-debug.c
/usr/bin/ranlib libweechat_core.a
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
[ 49%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Built target weechat_core
make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/depend
[ 49%] cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake --color=
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-command.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-command.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-command.c
[ 49%] Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/CMakeFiles/xfer.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/CMakeFiles/xfer.dir/depend.internal".
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-display.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-display.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-display.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 90
Scanning dependencies of target xfer
make -f src/plugins/xfer/CMakeFiles/xfer.dir/build.make src/plugins/xfer/CMakeFiles/xfer.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 36
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 92
[ 50%] [ 51%] [ 52%] Building C object src/plugins/scripts/CMakeFiles/weechat_scripts.dir/script-callback.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -fPIC -o CMakeFiles/weechat_scripts.dir/script-callback.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/script-callback.c
Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer.c
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-completion.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-completion.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 91
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 37
[ 53%] [ 54%] Building C object src/plugins/scripts/CMakeFiles/weechat_scripts.dir/script-api.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -fPIC -o CMakeFiles/weechat_scripts.dir/script-api.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/script-api.c
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 38
[ 55%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 15
[ 56%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 39
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-ignore.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-ignore.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-ignore.c
[ 57%] Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-raw.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-raw.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-raw.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 57%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-buffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-buffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-buffer.c
Linking C static library libweechat_scripts.a
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts && /usr/local/Cellar/cmake/2.8.8/bin/cmake -P CMakeFiles/weechat_scripts.dir/cmake_clean_target.cmake
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 16
[ 58%] cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/weechat_scripts.dir/link.txt --verbose=1
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
/usr/bin/ar cr libweechat_scripts.a CMakeFiles/weechat_scripts.dir/script.o CMakeFiles/weechat_scripts.dir/script-callback.o CMakeFiles/weechat_scripts.dir/script-api.o
[ 58%] /usr/bin/ranlib libweechat_scripts.a
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-server.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-server.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-server.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 90 91
[ 58%] Built target weechat_scripts
make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/depend
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 93
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake --color=
[ 59%] Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/CMakeFiles/weechat_gui_common.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/CMakeFiles/weechat_gui_common.dir/depend.internal".
Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-chat.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-chat.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-chat.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 40
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 17
[ 61%] [ 61%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-input.o
Building C object src/plugins/relay/CMakeFiles/relay.dir/relay-upgrade.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-input.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-input.c
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/bin/clang -Drelay_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/relay.dir/relay-upgrade.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay/relay-upgrade.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 94
[ 62%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-command.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-command.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-command.c
Scanning dependencies of target weechat_gui_common
make -f src/gui/CMakeFiles/weechat_gui_common.dir/build.make src/gui/CMakeFiles/weechat_gui_common.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 72
[ 63%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-bar.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-bar.c
Linking C shared module relay.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/relay && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/relay.dir/link.txt --verbose=1
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 63%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 95
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o relay.so CMakeFiles/relay.dir/relay.o CMakeFiles/relay.dir/relay-buffer.o CMakeFiles/relay.dir/relay-client.o CMakeFiles/relay.dir/irc/relay-irc.o CMakeFiles/relay.dir/weechat/relay-weechat.o CMakeFiles/relay.dir/weechat/relay-weechat-msg.o CMakeFiles/relay.dir/weechat/relay-weechat-protocol.o CMakeFiles/relay.dir/relay-command.o CMakeFiles/relay.dir/relay-completion.o CMakeFiles/relay.dir/relay-config.o CMakeFiles/relay.dir/relay-info.o CMakeFiles/relay.dir/relay-raw.o CMakeFiles/relay.dir/relay-server.o CMakeFiles/relay.dir/relay-upgrade.o /usr/lib/libz.dylib
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-message.o
[ 64%] cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-message.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-message.c
Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-completion.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-completion.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 30 31 32 33 34 35 36 37 38 39 40
[ 64%] Built target relay
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 73
[ 65%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 96
Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-item.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-bar-item.c
[ 66%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-config.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-config.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-config.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 66%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-dcc.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-dcc.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-dcc.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 18
[ 67%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-mode.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-mode.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-mode.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 97
[ 68%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-file.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-file.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-file.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 19
[ 69%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-msgbuffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-msgbuffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-msgbuffer.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 98
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 74
[ 70%] [ 71%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-info.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-info.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-info.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 20
Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-bar-window.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-bar-window.c
[ 72%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-nick.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-nick.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-nick.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 75
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 99
[ 73%] [ 74%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-buffer.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-buffer.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-buffer.c
Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-network.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-network.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-network.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 100
[ 75%] Building C object src/plugins/xfer/CMakeFiles/xfer.dir/xfer-upgrade.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/bin/clang -Dxfer_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/xfer.dir/xfer-upgrade.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer/xfer-upgrade.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 21
[ 76%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-notify.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-notify.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-notify.c
Linking C shared module xfer.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/xfer && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/xfer.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o xfer.so CMakeFiles/xfer.dir/xfer.o CMakeFiles/xfer.dir/xfer-buffer.o CMakeFiles/xfer.dir/xfer-chat.o CMakeFiles/xfer.dir/xfer-command.o CMakeFiles/xfer.dir/xfer-completion.o CMakeFiles/xfer.dir/xfer-config.o CMakeFiles/xfer.dir/xfer-dcc.o CMakeFiles/xfer.dir/xfer-file.o CMakeFiles/xfer.dir/xfer-info.o CMakeFiles/xfer.dir/xfer-network.o CMakeFiles/xfer.dir/xfer-upgrade.o
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 92 93 94 95 96 97 98 99 100
[ 76%] [ 76%] Built target xfer
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-chat.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-chat.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-chat.c
[ 76%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-protocol.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-protocol.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-protocol.c
make -f src/plugins/scripts/ruby/CMakeFiles/ruby.dir/build.make src/plugins/scripts/ruby/CMakeFiles/ruby.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/CMakeFiles/ruby.dir/DependInfo.cmake --color=
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/CMakeFiles/ruby.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/CMakeFiles/ruby.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/CMakeFiles/ruby.dir/depend.internal".
Scanning dependencies of target ruby
make -f src/plugins/scripts/ruby/CMakeFiles/ruby.dir/build.make src/plugins/scripts/ruby/CMakeFiles/ruby.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 46
[ 77%] Building C object src/plugins/scripts/ruby/CMakeFiles/ruby.dir/weechat-ruby.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby && /usr/bin/clang -Druby_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -I/Library/Frameworks/MacRuby.framework/Headers -I/Library/Frameworks/MacRuby.framework/Headers/x86_64-darwin11.2.0 -fPIC -o CMakeFiles/ruby.dir/weechat-ruby.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/weechat-ruby.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 76
[ 78%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-color.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-color.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-color.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 22
[ 79%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-raw.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-raw.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-raw.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 79%] Building C object src/plugins/scripts/ruby/CMakeFiles/ruby.dir/weechat-ruby-api.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby && /usr/bin/clang -Druby_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -I/Library/Frameworks/MacRuby.framework/Headers -I/Library/Frameworks/MacRuby.framework/Headers/x86_64-darwin11.2.0 -fPIC -o CMakeFiles/ruby.dir/weechat-ruby-api.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby/weechat-ruby-api.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 77
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 78
[ 80%] [ 81%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-completion.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-completion.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-completion.c
Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-cursor.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-cursor.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-cursor.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 23
[ 82%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-redirect.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-redirect.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-redirect.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 82%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-filter.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-filter.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-filter.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 24
[ 83%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-sasl.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-sasl.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-sasl.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 79
[ 84%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-focus.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-focus.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-focus.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 80
[ 85%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-history.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-history.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-history.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 81
[ 86%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-hotlist.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-hotlist.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 82
[ 87%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-input.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-input.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-input.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 87%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-key.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-key.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-key.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 25
[ 88%] Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-server.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-server.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-server.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 83
[ 89%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-layout.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-layout.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-layout.c
make -f src/plugins/scripts/tcl/CMakeFiles/tcl.dir/build.make src/plugins/scripts/tcl/CMakeFiles/tcl.dir/depend
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/CMakeFiles/tcl.dir/DependInfo.cmake --color=
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 84
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/CMakeFiles/tcl.dir/DependInfo.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/CMakeFiles/tcl.dir/depend.internal".
Dependee "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/CMakeFiles/CMakeDirectoryInformation.cmake" is newer than depender "/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/CMakeFiles/tcl.dir/depend.internal".
[ 90%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-line.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-line.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-line.c
Scanning dependencies of target tcl
make -f src/plugins/scripts/tcl/CMakeFiles/tcl.dir/build.make src/plugins/scripts/tcl/CMakeFiles/tcl.dir/build
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 47
[ 91%] Building C object src/plugins/scripts/tcl/CMakeFiles/tcl.dir/weechat-tcl.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl && /usr/bin/clang -Dtcl_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -I/System/Library/Frameworks/Tcl.framework/Headers -fPIC -o CMakeFiles/tcl.dir/weechat-tcl.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 85
[ 92%] /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 48
[ 93%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-mouse.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-mouse.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-mouse.c
Building C object src/plugins/scripts/tcl/CMakeFiles/tcl.dir/weechat-tcl-api.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl && /usr/bin/clang -Dtcl_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -I/System/Library/Frameworks/Tcl.framework/Headers -fPIC -o CMakeFiles/tcl.dir/weechat-tcl-api.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl/weechat-tcl-api.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
[ 93%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-nicklist.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-nicklist.c
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 86
[ 94%] Building C object src/gui/CMakeFiles/weechat_gui_common.dir/gui-window.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/bin/clang -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/weechat_gui_common.dir/gui-window.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui/gui-window.c
Linking C shared module ruby.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/ruby && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/ruby.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o ruby.so CMakeFiles/ruby.dir/weechat-ruby.o CMakeFiles/ruby.dir/weechat-ruby-api.o -framework ruby ../libweechat_scripts.a
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles
Undefined symbols for architecture x86_64:
"_rb_objc_type", referenced from:
_weechat_ruby_hash_foreach_cb in weechat-ruby.o
_weechat_ruby_exec in weechat-ruby.o
"_rb_ary_len", referenced from:
_weechat_ruby_print_exception in weechat-ruby.o
"_rb_ary_ptr", referenced from:
_weechat_ruby_print_exception in weechat-ruby.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
[ 94%] make[2]: *** [src/plugins/scripts/ruby/ruby.so] Error 1
make[1]: *** [src/plugins/scripts/ruby/CMakeFiles/ruby.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Building C object src/plugins/irc/CMakeFiles/irc.dir/irc-upgrade.o
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/bin/clang -Dirc_EXPORTS -DHAVE_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -DHAVE_GCRYPT -DHAVE_GNUTLS -DHAVE_ZLIB -DWEECHAT_VERSION=\"0.3.7\" -DWEECHAT_LICENSE=\"GPL3\" -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -fPIC -I/usr/local/include -I/tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7 -o CMakeFiles/irc.dir/irc-upgrade.o -c /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc/irc-upgrade.c
Linking C shared module irc.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/irc && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/irc.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o irc.so CMakeFiles/irc.dir/irc.o CMakeFiles/irc.dir/irc-bar-item.o CMakeFiles/irc.dir/irc-buffer.o CMakeFiles/irc.dir/irc-channel.o CMakeFiles/irc.dir/irc-color.o CMakeFiles/irc.dir/irc-command.o CMakeFiles/irc.dir/irc-completion.o CMakeFiles/irc.dir/irc-config.o CMakeFiles/irc.dir/irc-ctcp.o CMakeFiles/irc.dir/irc-debug.o CMakeFiles/irc.dir/irc-display.o CMakeFiles/irc.dir/irc-ignore.o CMakeFiles/irc.dir/irc-info.o CMakeFiles/irc.dir/irc-input.o CMakeFiles/irc.dir/irc-message.o CMakeFiles/irc.dir/irc-mode.o CMakeFiles/irc.dir/irc-msgbuffer.o CMakeFiles/irc.dir/irc-nick.o CMakeFiles/irc.dir/irc-notify.o CMakeFiles/irc.dir/irc-protocol.o CMakeFiles/irc.dir/irc-raw.o CMakeFiles/irc.dir/irc-redirect.o CMakeFiles/irc.dir/irc-sasl.o CMakeFiles/irc.dir/irc-server.o CMakeFiles/irc.dir/irc-upgrade.o -L/usr/local/lib /usr/local/lib/libgnutls.dylib -lgcrypt
Linking C static library libweechat_gui_common.a
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/local/Cellar/cmake/2.8.8/bin/cmake -P CMakeFiles/weechat_gui_common.dir/cmake_clean_target.cmake
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/gui && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/weechat_gui_common.dir/link.txt --verbose=1
/usr/bin/ar cr libweechat_gui_common.a CMakeFiles/weechat_gui_common.dir/gui-bar.o CMakeFiles/weechat_gui_common.dir/gui-bar-item.o CMakeFiles/weechat_gui_common.dir/gui-bar-window.o CMakeFiles/weechat_gui_common.dir/gui-buffer.o CMakeFiles/weechat_gui_common.dir/gui-chat.o CMakeFiles/weechat_gui_common.dir/gui-color.o CMakeFiles/weechat_gui_common.dir/gui-completion.o CMakeFiles/weechat_gui_common.dir/gui-cursor.o CMakeFiles/weechat_gui_common.dir/gui-filter.o CMakeFiles/weechat_gui_common.dir/gui-focus.o CMakeFiles/weechat_gui_common.dir/gui-history.o CMakeFiles/weechat_gui_common.dir/gui-hotlist.o CMakeFiles/weechat_gui_common.dir/gui-input.o CMakeFiles/weechat_gui_common.dir/gui-key.o CMakeFiles/weechat_gui_common.dir/gui-layout.o CMakeFiles/weechat_gui_common.dir/gui-line.o CMakeFiles/weechat_gui_common.dir/gui-mouse.o CMakeFiles/weechat_gui_common.dir/gui-nicklist.o CMakeFiles/weechat_gui_common.dir/gui-window.o
/usr/bin/ranlib libweechat_gui_common.a
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
[ 94%] [ 94%] Built target weechat_gui_common
Built target irc
Linking C shared module tcl.so
cd /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/src/plugins/scripts/tcl && /usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_link_script CMakeFiles/tcl.dir/link.txt --verbose=1
/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -Wall -W -Werror-implicit-function-declaration -bundle -Wl,-headerpad_max_install_names -o tcl.so CMakeFiles/tcl.dir/weechat-tcl.o CMakeFiles/tcl.dir/weechat-tcl-api.o -framework tcl ../libweechat_scripts.a
/usr/local/Cellar/cmake/2.8.8/bin/cmake -E cmake_progress_report /tmp/homebrew-weechat-0.3.7-6glu/weechat-0.3.7/CMakeFiles 47 48
[ 94%] Built target tcl
make: *** [all] Error 2
Error: #<BuildError: Failed executing: make install >
/usr/local/Library/Homebrew/formula.rb:439:in `system'
/Users/zmanji/Library/Caches/Homebrew/Formula/weechat.rb:60:in `install'
/usr/local/Library/Homebrew/build.rb:88:in `install'
/usr/local/Library/Homebrew/formula.rb:192:in `brew'
/usr/local/Library/Homebrew/formula.rb:519:in `stage'
/usr/local/Library/Homebrew/extend/fileutils.rb:22:in `mktemp'
/usr/local/Library/Homebrew/formula.rb:515:in `stage'
/usr/local/Library/Homebrew/formula.rb:187:in `brew'
/usr/local/Library/Homebrew/build.rb:67:in `install'
/usr/local/Library/Homebrew/build.rb:30
/Users/zmanji/Library/Caches/Homebrew/Formula/weechat.rb:69
==> Rescuing build...
When you exit this shell Homebrew will attempt to finalise the installation.
If nothing is installed or the shell exits with a non-zero error code,
Homebrew will abort. The installation prefix is:
/usr/local/Cellar/weechat/0.3.7
Kernel.exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment