Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dwightk/5238783 to your computer and use it in GitHub Desktop.
Save dwightk/5238783 to your computer and use it in GitHub Desktop.
libinfinity failed to build on 10.8.3
$ brew --config
HOMEBREW_VERSION: 0.9.4
ORIGIN: https://github.com/mxcl/homebrew
HEAD: e582481d334c009ad6ff2aea9ce80300cc1f3998
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
LLVM-GCC: build 2336
Clang: 4.2 build 425
X11: 2.7.4 => /opt/X11
System Ruby: 1.8.7-358
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/dwightk/.rvm/rubies/ruby-1.9.2-p290/bin/ruby
$ brew doctor
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/usr/local/MacGPG2/bin/gpg-error-config
/usr/local/MacGPG2/bin/ksba-config
/usr/local/MacGPG2/bin/libassuan-config
/usr/local/MacGPG2/bin/libgcrypt-config
/usr/local/MacGPG2/bin/libusb-config
/usr/local/MacGPG2/bin/pth-config
Warning: You may have installed MacGPG2 via the package installer.
Several other checks in this script will turn up problems, such as stray
dylibs in /usr/local and permissions issues with share and man in /usr/local/.
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install libinfinity
==> Downloading http://releases.0x539.de/libinfinity/libinfinity-0.5.3.tar.gz
Already downloaded: /Library/Caches/Homebrew/libinfinity-0.5.3.tar.gz
tar xf /Library/Caches/Homebrew/libinfinity-0.5.3.tar.gz
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.9.4 (Ruby 1.8.7-358; Mac OS X 10.8.3) https://trac.macports.org/export/92297/trunk/dports/comms/libinfinity/files/patch-infinoted-infinoted-pam.c.diff -o 000-homebrew.diff
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p0 -i 000-homebrew.diff
patching file infinoted/infinoted-pam.c
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libinfinity/0.5.3
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libinfinity/0.5.3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin12.3.0
checking host system type... x86_64-apple-darwin12.3.0
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) none
checking how to run the C preprocessor... cc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
checking the name lister (/usr/bin/nm) interface... BSD nm
checking the maximum length of command line arguments... 196608
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-apple-darwin12.3.0 file names to x86_64-apple-darwin12.3.0 format... func_convert_file_noop
checking how to convert x86_64-apple-darwin12.3.0 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... no
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from cc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for lipo... lipo
checking for otool... otool
checking for otool64... no
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking for -force_load linker flag... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common -DPIC
checking if cc PIC flag -fno-common -DPIC works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.3.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether cc understands -c and -o together... yes
checking for pkg-config... /usr/local/opt/pkg-config/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking for MSG_NOSIGNAL... no
checking for SO_REUSEADDR... yes
checking for d_type... yes
checking for infinity... yes
checking for inftext... yes
checking for inftextgtk... yes
checking for atan2 in -lm... yes
checking for infgtk... yes
checking for infinoted... yes
checking for avahi... no
checking for libdaemon... no
checking for pam... checking for pam_start in -l pam ... yes
yes
checking for PAM_FAIL_DELAY... no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for ngettext in -lintl... yes
checking for dgettext in -lintl... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/local/opt/gettext/bin/msgfmt
checking for xgettext... /usr/local/opt/gettext/bin/xgettext
checking for catalogs to be installed... ca de
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libinfinity/Makefile
config.status: creating libinfinity/communication/Makefile
config.status: creating libinfinity/common/Makefile
config.status: creating libinfinity/adopted/Makefile
config.status: creating libinfinity/server/Makefile
config.status: creating libinfinity/client/Makefile
config.status: creating libinftext/Makefile
config.status: creating libinfgtk/Makefile
config.status: creating libinftextgtk/Makefile
config.status: creating infinoted/Makefile
config.status: creating infinoted/note-plugins/Makefile
config.status: creating infinoted/note-plugins/text/Makefile
config.status: creating pixmaps/Makefile
config.status: creating pixmaps/16x16/Makefile
config.status: creating pixmaps/22x22/Makefile
config.status: creating pixmaps/scalable/Makefile
config.status: creating test/Makefile
config.status: creating test/util/Makefile
config.status: creating test/session/Makefile
config.status: creating test/cleanup/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml.in
config.status: creating docs/reference/api_version.xml.in
config.status: creating docs/reference/libinfinity/Makefile
config.status: creating docs/reference/libinftext/Makefile
config.status: creating docs/reference/libinfgtk/Makefile
config.status: creating docs/reference/libinftextgtk/Makefile
config.status: creating po/Makefile.in
config.status: creating libinfinity-0.5.pc
config.status: creating libinftext-0.5.pc
config.status: creating libinfgtk-0.5.pc
config.status: creating libinftextgtk-0.5.pc
config.status: creating config.h
config.status: creating libinfinity/inf-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands
Build optional packages:
libinfgtk: yes
libinftextgtk: yes
infinoted: yes
Enable support for:
avahi: no
libdaemon: no
pam: yes
==> make install
make install
Making install in libinfinity
/usr/bin/make install-recursive
Making install in communication
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-central-factory.lo `test -f 'inf-communication-central-factory.c' || echo './'`inf-communication-central-factory.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-factory.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-central-factory.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-factory.c -o libinfinity_communication_la-inf-communication-central-factory.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-central-method.lo `test -f 'inf-communication-central-method.c' || echo './'`inf-communication-central-method.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-method.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-central-method.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-method.c -o libinfinity_communication_la-inf-communication-central-method.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-factory.lo `test -f 'inf-communication-factory.c' || echo './'`inf-communication-factory.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-factory.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-factory.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-factory.c -o libinfinity_communication_la-inf-communication-factory.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-group.lo `test -f 'inf-communication-group.c' || echo './'`inf-communication-group.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-group.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-group.c -o libinfinity_communication_la-inf-communication-group.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-hosted-group.lo `test -f 'inf-communication-hosted-group.c' || echo './'`inf-communication-hosted-group.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-hosted-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-hosted-group.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-hosted-group.c -o libinfinity_communication_la-inf-communication-hosted-group.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-joined-group.lo `test -f 'inf-communication-joined-group.c' || echo './'`inf-communication-joined-group.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-joined-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-joined-group.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-joined-group.c -o libinfinity_communication_la-inf-communication-joined-group.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-manager.lo `test -f 'inf-communication-manager.c' || echo './'`inf-communication-manager.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-manager.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-manager.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-manager.c -o libinfinity_communication_la-inf-communication-manager.o >/dev/null 2>&1
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-method.lo `test -f 'inf-communication-method.c' || echo './'`inf-communication-method.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-method.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-method.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
inf-communication-method.c:302:3: error: non-void function
'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(INF_COMMUNICATION_IS_METHOD(method));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note:
expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:303:3: error: non-void function
'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(INF_IS_XML_CONNECTION(connection));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note:
expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:304:3: error: non-void function
'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(inf_communication_method_is_member(method, connection));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note:
expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:305:3: error: non-void function
'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(xml != NULL);
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note:
expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:308:3: error: non-void function
'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(iface->received != NULL);
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note:
expanded from macro 'g_return_if_fail'
return; \
^
5 errors generated.
make[3]: *** [libinfinity_communication_la-inf-communication-method.lo] Error 1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: e582481d334c009ad6ff2aea9ce80300cc1f3998
CPU: 8-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
X11: 2.7.4 => /opt/X11
==> ENV
CC: cc
CXX: c++
MAKEFLAGS: -j1
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local
CMAKE_INCLUDE_PATH: /opt/X11/include/freetype2:/usr/include/libxml2:/opt/X11/include
CMAKE_LIBRARY_PATH: /opt/X11/lib
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/libtasn1/lib/pkgconfig:/usr/local/opt/p11-kit/lib/pkgconfig:/usr/local/opt/nettle/lib/pkgconfig:/usr/local/opt/gnutls/lib/pkgconfig:/usr/local/opt/libgsasl/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8:/opt/X11/lib/pkgconfig:/opt/X11/share/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal:/opt/X11/share/aclocal
OBJC: cc
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/pkg-config/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/libpng/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/cairo/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/usr/local/opt/libtasn1/bin:/usr/local/opt/p11-kit/bin:/usr/local/opt/nettle/bin:/usr/local/opt/gnutls/bin:/opt/X11/bin:/usr/bin:/bin:/usr/sbin:/sbin
Error: libinfinity did not build
Logs: /Users/dwightk/Library/Logs/Homebrew/libinfinity/config.log
Making install in libinfinity
/usr/bin/make install-recursive
Making install in communication
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-central-factory.lo `test -f 'inf-communication-central-factory.c' || echo './'`inf-communication-central-factory.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-central-method.lo `test -f 'inf-communication-central-method.c' || echo './'`inf-communication-central-method.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-factory.lo `test -f 'inf-communication-factory.c' || echo './'`inf-communication-factory.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-group.lo `test -f 'inf-communication-group.c' || echo './'`inf-communication-group.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-hosted-group.lo `test -f 'inf-communication-hosted-group.c' || echo './'`inf-communication-hosted-group.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-joined-group.lo `test -f 'inf-communication-joined-group.c' || echo './'`inf-communication-joined-group.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-manager.lo `test -f 'inf-communication-manager.c' || echo './'`inf-communication-manager.c
/bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c -o libinfinity_communication_la-inf-communication-method.lo `test -f 'inf-communication-method.c' || echo './'`inf-communication-method.c
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-hosted-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-hosted-group.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-method.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-central-method.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-factory.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-factory.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-factory.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-central-factory.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-joined-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-joined-group.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-group.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-group.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-method.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-method.o
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-manager.c -fno-common -DPIC -o .libs/libinfinity_communication_la-inf-communication-manager.o
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
brew: superenv removed: -I/usr/include/libxml2 -g -O2
inf-communication-method.c:302:3: error: non-void function 'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(INF_COMMUNICATION_IS_METHOD(method));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note: expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:303:3: error: non-void function 'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(INF_IS_XML_CONNECTION(connection));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note: expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:304:3: error: non-void function 'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(inf_communication_method_is_member(method, connection));
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note: expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:305:3: error: non-void function 'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(xml != NULL);
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note: expanded from macro 'g_return_if_fail'
return; \
^
inf-communication-method.c:308:3: error: non-void function 'inf_communication_method_received' should return a value [-Wreturn-type]
g_return_if_fail(iface->received != NULL);
^
/usr/local/Cellar/glib/2.34.3/include/glib-2.0/glib/gmessages.h:325:3: note: expanded from macro 'g_return_if_fail'
return; \
^
5 errors generated.
make[3]: *** [libinfinity_communication_la-inf-communication-method.lo] Error 1libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-factory.c -o libinfinity_communication_la-inf-communication-factory.o >/dev/null 2>&1
make[3]: *** Waiting for unfinished jobs....
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-factory.c -o libinfinity_communication_la-inf-communication-central-factory.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-hosted-group.c -o libinfinity_communication_la-inf-communication-hosted-group.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-joined-group.c -o libinfinity_communication_la-inf-communication-joined-group.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-central-method.c -o libinfinity_communication_la-inf-communication-central-method.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-manager.c -o libinfinity_communication_la-inf-communication-manager.o >/dev/null 2>&1
libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../libinfinity -I../.. -D_REENTRANT -I/usr/local/Cellar/glib/2.34.3/include/glib-2.0 -I/usr/local/Cellar/glib/2.34.3/lib/glib-2.0/include -I/usr/local/Cellar/gettext/0.18.2/include -I/usr/local/Cellar/libtasn1/3.2/include -I/usr/local/Cellar/p11-kit/0.14/include/p11-kit-1 -I/usr/local/Cellar/gnutls/3.1.10/include -I/usr/local/Cellar/libgsasl/1.8.0/include -I/usr/include/libxml2 -g -O2 -c inf-communication-group.c -o libinfinity_communication_la-inf-communication-group.o >/dev/null 2>&1
make[2]: *** [install-recursive] Error 1
make[1]: *** [install] Error 2
make: *** [install-recursive] Error 1
HOMEBREW_VERSION: 0.9.4
HEAD: e582481d334c009ad6ff2aea9ce80300cc1f3998
CPU: 8-core 64-bit ivybridge
OS X: 10.8.3-x86_64
Xcode: 4.6.1
CLT: 4.6.0.0.1.1362189000
X11: 2.7.4 => /opt/X11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment