Skip to content

Instantly share code, notes, and snippets.

@inossidabile
Created November 29, 2012 05:52
Show Gist options
  • Save inossidabile/4167057 to your computer and use it in GitHub Desktop.
Save inossidabile/4167057 to your computer and use it in GitHub Desktop.
Installing gpgme-ffi (3.0.0) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension.
/Users/inossidabile/.rvm/rubies/ruby-1.9.3-p327/bin/ruby extconf.rb
make
tar xf /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpg-error-1.10.tar.bz2 -C /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme
cd libgpg-error-1.10 && ./configure --prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst --disable-shared --enable-static --with-pic --disable-nls
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 to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-apple-darwin12.2.0
checking host system type... x86_64-apple-darwin12.2.0
configure: autobuild project... libgpg-error
configure: autobuild revision... 1.10
configure: autobuild hostname... Hurricane.local
configure: autobuild timestamp... 20121129-125008
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) awk
checking for ar... ar
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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/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 whether ln -s works... yes
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 for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... (cached) ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.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... no
checking whether to build static libraries... yes
checking for windres... no
checking for cc for build... gcc
checking whether NLS is requested... no
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking whether to use NLS... no
checking for ANSI C header files... (cached) yes
checking for stdlib.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strerror_r... (cached) yes
checking for an ANSI C-conforming const... yes
configure: creating ./config.status
config.status: creating src/gpg-error-config
config.status: creating Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating lang/Makefile
config.status: creating lang/cl/Makefile
config.status: creating lang/cl/gpg-error.asd
config.status: creating src/versioninfo.rc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Libgpg-error v1.10 has been configured as follows:
Platform: x86_64-apple-darwin12.2.0
make -C libgpg-error-1.10 install
Making install in m4
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
awk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
awk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
gcc -E _mkerrcodes.h | grep GPG_ERR_ | \
awk -f ./mkerrcodes.awk >mkerrcodes.h
rm _mkerrcodes.h
gcc -I. -I. -o mkerrcodes ./mkerrcodes.c
./mkerrcodes | awk -f ./mkerrcodes2.awk >code-from-errno.h
awk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-sources.h.in >err-sources-sym.h
awk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
./err-codes.h.in >err-codes-sym.h
awk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
-v prefix=GPG_ERR_ -v namespace=errnos_ \
./errnos.in >errnos-sym.h
rm extra-h.in
rm: extra-h.in: No such file or directory
make[2]: [extra-h.in] Error 1 (ignored)
echo EOF >>extra-h.in
awk -f ./mkheader.awk \
./err-sources.h.in \
./err-codes.h.in \
./errnos.in \
extra-h.in \
./gpg-error.h.in > gpg-error.h
cat ./gpg-error.def.in >_gpg-error.def.h
gcc -E -I. -I.. _gpg-error.def.h | \
grep -v '^#' >gpg-error.def
rm _gpg-error.def.h
echo "/*dummy*/" > mkw32errmap.map.c
make install-am
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-init.lo -MD -MP -MF .deps/libgpg_error_la-init.Tpo -c -o libgpg_error_la-init.lo `test -f 'init.c' || echo './'`init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-init.lo -MD -MP -MF .deps/libgpg_error_la-init.Tpo -c init.c -fno-common -DPIC -o libgpg_error_la-init.o
mv -f .deps/libgpg_error_la-init.Tpo .deps/libgpg_error_la-init.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-strsource.lo -MD -MP -MF .deps/libgpg_error_la-strsource.Tpo -c -o libgpg_error_la-strsource.lo `test -f 'strsource.c' || echo './'`strsource.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-strsource.lo -MD -MP -MF .deps/libgpg_error_la-strsource.Tpo -c strsource.c -fno-common -DPIC -o libgpg_error_la-strsource.o
mv -f .deps/libgpg_error_la-strsource.Tpo .deps/libgpg_error_la-strsource.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-strerror.lo -MD -MP -MF .deps/libgpg_error_la-strerror.Tpo -c -o libgpg_error_la-strerror.lo `test -f 'strerror.c' || echo './'`strerror.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-strerror.lo -MD -MP -MF .deps/libgpg_error_la-strerror.Tpo -c strerror.c -fno-common -DPIC -o libgpg_error_la-strerror.o
mv -f .deps/libgpg_error_la-strerror.Tpo .deps/libgpg_error_la-strerror.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-code-to-errno.lo -MD -MP -MF .deps/libgpg_error_la-code-to-errno.Tpo -c -o libgpg_error_la-code-to-errno.lo `test -f 'code-to-errno.c' || echo './'`code-to-errno.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-code-to-errno.lo -MD -MP -MF .deps/libgpg_error_la-code-to-errno.Tpo -c code-to-errno.c -fno-common -DPIC -o libgpg_error_la-code-to-errno.o
mv -f .deps/libgpg_error_la-code-to-errno.Tpo .deps/libgpg_error_la-code-to-errno.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-code-from-errno.lo -MD -MP -MF .deps/libgpg_error_la-code-from-errno.Tpo -c -o libgpg_error_la-code-from-errno.lo `test -f 'code-from-errno.c' || echo './'`code-from-errno.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT libgpg_error_la-code-from-errno.lo -MD -MP -MF .deps/libgpg_error_la-code-from-errno.Tpo -c code-from-errno.c -fno-common -DPIC -o libgpg_error_la-code-from-errno.o
mv -f .deps/libgpg_error_la-code-from-errno.Tpo .deps/libgpg_error_la-code-from-errno.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -version-info 8:0:8 -o libgpg-error.la -rpath /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib libgpg_error_la-init.lo libgpg_error_la-strsource.lo libgpg_error_la-strerror.lo libgpg_error_la-code-to-errno.lo libgpg_error_la-code-from-errno.lo
libtool: link: ar cru .libs/libgpg-error.a libgpg_error_la-init.o libgpg_error_la-strsource.o libgpg_error_la-strerror.o libgpg_error_la-code-to-errno.o libgpg_error_la-code-from-errno.o
libtool: link: ranlib .libs/libgpg-error.a
libtool: link: ( cd ".libs" && rm -f "libgpg-error.la" && ln -s "../libgpg-error.la" "libgpg-error.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT gpg_error-strsource-sym.o -MD -MP -MF .deps/gpg_error-strsource-sym.Tpo -c -o gpg_error-strsource-sym.o `test -f 'strsource-sym.c' || echo './'`strsource-sym.c
mv -f .deps/gpg_error-strsource-sym.Tpo .deps/gpg_error-strsource-sym.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT gpg_error-strerror-sym.o -MD -MP -MF .deps/gpg_error-strerror-sym.Tpo -c -o gpg_error-strerror-sym.o `test -f 'strerror-sym.c' || echo './'`strerror-sym.c
mv -f .deps/gpg_error-strerror-sym.Tpo .deps/gpg_error-strerror-sym.Po
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/locale\" -g -O2 -MT gpg_error-gpg-error.o -MD -MP -MF .deps/gpg_error-gpg-error.Tpo -c -o gpg_error-gpg-error.o `test -f 'gpg-error.c' || echo './'`gpg-error.c
mv -f .deps/gpg_error-gpg-error.Tpo .deps/gpg_error-gpg-error.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o gpg-error gpg_error-strsource-sym.o gpg_error-strerror-sym.o gpg_error-gpg-error.o ./libgpg-error.la
libtool: link: gcc -g -O2 -o gpg-error gpg_error-strsource-sym.o gpg_error-strerror-sym.o gpg_error-gpg-error.o ./.libs/libgpg-error.a
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'libgpg-error.la' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.la'
libtool: install: /usr/bin/install -c .libs/libgpg-error.lai /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.la
libtool: install: /usr/bin/install -c .libs/libgpg-error.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
libtool: install: chmod 644 /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
libtool: install: ranlib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
----------------------------------------------------------------------
Libraries have been installed in:
/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin"
/bin/sh ../libtool --mode=install /usr/bin/install -c 'gpg-error' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/gpg-error'
libtool: install: /usr/bin/install -c gpg-error /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/gpg-error
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin"
/usr/bin/install -c 'gpg-error-config' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/gpg-error-config'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include"
/usr/bin/install -c -m 644 'gpg-error.h' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include/gpg-error.h'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal"
/usr/bin/install -c -m 644 'gpg-error.m4' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal/gpg-error.m4'
Making install in tests
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -g -O2 -MT t-strerror.o -MD -MP -MF .deps/t-strerror.Tpo -c -o t-strerror.o t-strerror.c
mv -f .deps/t-strerror.Tpo .deps/t-strerror.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o t-strerror t-strerror.o ../src/libgpg-error.la
libtool: link: gcc -g -O2 -o t-strerror t-strerror.o ../src/.libs/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -g -O2 -MT t-syserror.o -MD -MP -MF .deps/t-syserror.Tpo -c -o t-syserror.o t-syserror.c
mv -f .deps/t-syserror.Tpo .deps/t-syserror.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -o t-syserror t-syserror.o ../src/libgpg-error.la
libtool: link: gcc -g -O2 -o t-syserror t-syserror.o ../src/.libs/libgpg-error.a
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in po
if test "libgpg-error" = "gettext-tools"; then \
.././install-sh -c -d /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/gettext/po; \
for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \
/usr/bin/install -c -m 644 ./$file \
/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/gettext/po/$file; \
done; \
for file in Makevars; do \
rm -f /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/gettext/po/$file; \
done; \
else \
: ; \
fi
Making install in lang
Making install in cl
echo '@errnos@' | cat ../../src/err-codes.h.in - ../../src/errnos.in \
| awk -f ./mkerrcodes.awk >gpg-error-codes.lisp
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error" || ../.././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error"
/usr/bin/install -c -m 644 'gpg-error.asd' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error/gpg-error.asd'
/usr/bin/install -c -m 644 'gpg-error-package.lisp' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error/gpg-error-package.lisp'
/usr/bin/install -c -m 644 'gpg-error.lisp' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error/gpg-error.lisp'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error" || ../.././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error"
/usr/bin/install -c -m 644 'gpg-error-codes.lisp' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpg-error/gpg-error-codes.lisp'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make install-data-hook
make[4]: Nothing to be done for `install-data-hook'.
tar xf /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libassuan-2.0.2.tar.bz2 -C /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme
cd libassuan-2.0.2 && ./configure --prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst --disable-shared --enable-static --with-pic --with-gpg-error-prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst
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 to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin12.2.0
checking host system type... i386-apple-darwin12.2.0
configure: autobuild project... libassuan
configure: autobuild revision... 2.0.2
configure: autobuild hostname... Hurricane.local
configure: autobuild timestamp... 20121129-125015
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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 a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/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 whether ln -s works... yes
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 for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
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 dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.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... no
checking whether to build static libraries... yes
checking for windres... no
checking for gawk... (cached) awk
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking whether gcc and cc understand -c and -o together... yes
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for cc for build... gcc
checking if gcc supports -Wpointer-arith... yes
checking for setsockopt... yes
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for uintptr_t... yes
checking for uint16_t... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking for struct cmsghdr.cmsg_len... yes
checking for gpg-error-config... /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/gpg-error-config
checking for GPG Error - version >= 1.8... yes (1.10)
checking for flockfile... yes
checking for funlockfile... yes
checking for inet_pton... yes
checking for library containing nanosleep... none required
checking for funopen... yes
checking for isascii... yes
checking for putc_unlocked... yes
checking for memrchr... no
checking for stpcpy... yes
checking for unistd.h... (cached) yes
checking for setenv... yes
checking for vasprintf... yes
checking for SO_PEERCRED... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating src/libassuan-config
config.status: creating src/versioninfo.rc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make -C libassuan-2.0.2 install
Making install in m4
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
Making install in src
gcc -I. -I. -o mkheader ./mkheader.c
./mkheader darwin12.2.0 ./assuan.h.in >assuan.h
make install-am
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan.lo -MD -MP -MF .deps/libassuan_la-assuan.Tpo -c -o libassuan_la-assuan.lo `test -f 'assuan.c' || echo './'`assuan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan.lo -MD -MP -MF .deps/libassuan_la-assuan.Tpo -c assuan.c -fno-common -DPIC -o libassuan_la-assuan.o
mv -f .deps/libassuan_la-assuan.Tpo .deps/libassuan_la-assuan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-context.lo -MD -MP -MF .deps/libassuan_la-context.Tpo -c -o libassuan_la-context.lo `test -f 'context.c' || echo './'`context.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-context.lo -MD -MP -MF .deps/libassuan_la-context.Tpo -c context.c -fno-common -DPIC -o libassuan_la-context.o
mv -f .deps/libassuan_la-context.Tpo .deps/libassuan_la-context.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-system.lo -MD -MP -MF .deps/libassuan_la-system.Tpo -c -o libassuan_la-system.lo `test -f 'system.c' || echo './'`system.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-system.lo -MD -MP -MF .deps/libassuan_la-system.Tpo -c system.c -fno-common -DPIC -o libassuan_la-system.o
mv -f .deps/libassuan_la-system.Tpo .deps/libassuan_la-system.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-debug.lo -MD -MP -MF .deps/libassuan_la-debug.Tpo -c -o libassuan_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-debug.lo -MD -MP -MF .deps/libassuan_la-debug.Tpo -c debug.c -fno-common -DPIC -o libassuan_la-debug.o
mv -f .deps/libassuan_la-debug.Tpo .deps/libassuan_la-debug.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-conversion.lo -MD -MP -MF .deps/libassuan_la-conversion.Tpo -c -o libassuan_la-conversion.lo `test -f 'conversion.c' || echo './'`conversion.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-conversion.lo -MD -MP -MF .deps/libassuan_la-conversion.Tpo -c conversion.c -fno-common -DPIC -o libassuan_la-conversion.o
mv -f .deps/libassuan_la-conversion.Tpo .deps/libassuan_la-conversion.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-sysutils.lo -MD -MP -MF .deps/libassuan_la-sysutils.Tpo -c -o libassuan_la-sysutils.lo `test -f 'sysutils.c' || echo './'`sysutils.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-sysutils.lo -MD -MP -MF .deps/libassuan_la-sysutils.Tpo -c sysutils.c -fno-common -DPIC -o libassuan_la-sysutils.o
mv -f .deps/libassuan_la-sysutils.Tpo .deps/libassuan_la-sysutils.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-client.lo -MD -MP -MF .deps/libassuan_la-client.Tpo -c -o libassuan_la-client.lo `test -f 'client.c' || echo './'`client.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-client.lo -MD -MP -MF .deps/libassuan_la-client.Tpo -c client.c -fno-common -DPIC -o libassuan_la-client.o
mv -f .deps/libassuan_la-client.Tpo .deps/libassuan_la-client.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-server.lo -MD -MP -MF .deps/libassuan_la-server.Tpo -c -o libassuan_la-server.lo `test -f 'server.c' || echo './'`server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-server.lo -MD -MP -MF .deps/libassuan_la-server.Tpo -c server.c -fno-common -DPIC -o libassuan_la-server.o
mv -f .deps/libassuan_la-server.Tpo .deps/libassuan_la-server.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-error.lo -MD -MP -MF .deps/libassuan_la-assuan-error.Tpo -c -o libassuan_la-assuan-error.lo `test -f 'assuan-error.c' || echo './'`assuan-error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-error.lo -MD -MP -MF .deps/libassuan_la-assuan-error.Tpo -c assuan-error.c -fno-common -DPIC -o libassuan_la-assuan-error.o
mv -f .deps/libassuan_la-assuan-error.Tpo .deps/libassuan_la-assuan-error.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-buffer.lo -MD -MP -MF .deps/libassuan_la-assuan-buffer.Tpo -c -o libassuan_la-assuan-buffer.lo `test -f 'assuan-buffer.c' || echo './'`assuan-buffer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-buffer.lo -MD -MP -MF .deps/libassuan_la-assuan-buffer.Tpo -c assuan-buffer.c -fno-common -DPIC -o libassuan_la-assuan-buffer.o
mv -f .deps/libassuan_la-assuan-buffer.Tpo .deps/libassuan_la-assuan-buffer.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-handler.lo -MD -MP -MF .deps/libassuan_la-assuan-handler.Tpo -c -o libassuan_la-assuan-handler.lo `test -f 'assuan-handler.c' || echo './'`assuan-handler.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-handler.lo -MD -MP -MF .deps/libassuan_la-assuan-handler.Tpo -c assuan-handler.c -fno-common -DPIC -o libassuan_la-assuan-handler.o
mv -f .deps/libassuan_la-assuan-handler.Tpo .deps/libassuan_la-assuan-handler.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-inquire.lo -MD -MP -MF .deps/libassuan_la-assuan-inquire.Tpo -c -o libassuan_la-assuan-inquire.lo `test -f 'assuan-inquire.c' || echo './'`assuan-inquire.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-inquire.lo -MD -MP -MF .deps/libassuan_la-assuan-inquire.Tpo -c assuan-inquire.c -fno-common -DPIC -o libassuan_la-assuan-inquire.o
mv -f .deps/libassuan_la-assuan-inquire.Tpo .deps/libassuan_la-assuan-inquire.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-listen.lo -MD -MP -MF .deps/libassuan_la-assuan-listen.Tpo -c -o libassuan_la-assuan-listen.lo `test -f 'assuan-listen.c' || echo './'`assuan-listen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-listen.lo -MD -MP -MF .deps/libassuan_la-assuan-listen.Tpo -c assuan-listen.c -fno-common -DPIC -o libassuan_la-assuan-listen.o
mv -f .deps/libassuan_la-assuan-listen.Tpo .deps/libassuan_la-assuan-listen.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-pipe-server.lo -MD -MP -MF .deps/libassuan_la-assuan-pipe-server.Tpo -c -o libassuan_la-assuan-pipe-server.lo `test -f 'assuan-pipe-server.c' || echo './'`assuan-pipe-server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-pipe-server.lo -MD -MP -MF .deps/libassuan_la-assuan-pipe-server.Tpo -c assuan-pipe-server.c -fno-common -DPIC -o libassuan_la-assuan-pipe-server.o
mv -f .deps/libassuan_la-assuan-pipe-server.Tpo .deps/libassuan_la-assuan-pipe-server.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket-server.lo -MD -MP -MF .deps/libassuan_la-assuan-socket-server.Tpo -c -o libassuan_la-assuan-socket-server.lo `test -f 'assuan-socket-server.c' || echo './'`assuan-socket-server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket-server.lo -MD -MP -MF .deps/libassuan_la-assuan-socket-server.Tpo -c assuan-socket-server.c -fno-common -DPIC -o libassuan_la-assuan-socket-server.o
mv -f .deps/libassuan_la-assuan-socket-server.Tpo .deps/libassuan_la-assuan-socket-server.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-pipe-connect.lo -MD -MP -MF .deps/libassuan_la-assuan-pipe-connect.Tpo -c -o libassuan_la-assuan-pipe-connect.lo `test -f 'assuan-pipe-connect.c' || echo './'`assuan-pipe-connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-pipe-connect.lo -MD -MP -MF .deps/libassuan_la-assuan-pipe-connect.Tpo -c assuan-pipe-connect.c -fno-common -DPIC -o libassuan_la-assuan-pipe-connect.o
mv -f .deps/libassuan_la-assuan-pipe-connect.Tpo .deps/libassuan_la-assuan-pipe-connect.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket-connect.lo -MD -MP -MF .deps/libassuan_la-assuan-socket-connect.Tpo -c -o libassuan_la-assuan-socket-connect.lo `test -f 'assuan-socket-connect.c' || echo './'`assuan-socket-connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket-connect.lo -MD -MP -MF .deps/libassuan_la-assuan-socket-connect.Tpo -c assuan-socket-connect.c -fno-common -DPIC -o libassuan_la-assuan-socket-connect.o
mv -f .deps/libassuan_la-assuan-socket-connect.Tpo .deps/libassuan_la-assuan-socket-connect.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-uds.lo -MD -MP -MF .deps/libassuan_la-assuan-uds.Tpo -c -o libassuan_la-assuan-uds.lo `test -f 'assuan-uds.c' || echo './'`assuan-uds.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-uds.lo -MD -MP -MF .deps/libassuan_la-assuan-uds.Tpo -c assuan-uds.c -fno-common -DPIC -o libassuan_la-assuan-uds.o
mv -f .deps/libassuan_la-assuan-uds.Tpo .deps/libassuan_la-assuan-uds.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-logging.lo -MD -MP -MF .deps/libassuan_la-assuan-logging.Tpo -c -o libassuan_la-assuan-logging.lo `test -f 'assuan-logging.c' || echo './'`assuan-logging.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-logging.lo -MD -MP -MF .deps/libassuan_la-assuan-logging.Tpo -c assuan-logging.c -fno-common -DPIC -o libassuan_la-assuan-logging.o
mv -f .deps/libassuan_la-assuan-logging.Tpo .deps/libassuan_la-assuan-logging.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket.lo -MD -MP -MF .deps/libassuan_la-assuan-socket.Tpo -c -o libassuan_la-assuan-socket.lo `test -f 'assuan-socket.c' || echo './'`assuan-socket.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-socket.lo -MD -MP -MF .deps/libassuan_la-assuan-socket.Tpo -c assuan-socket.c -fno-common -DPIC -o libassuan_la-assuan-socket.o
mv -f .deps/libassuan_la-assuan-socket.Tpo .deps/libassuan_la-assuan-socket.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-system-posix.lo -MD -MP -MF .deps/libassuan_la-system-posix.Tpo -c -o libassuan_la-system-posix.lo `test -f 'system-posix.c' || echo './'`system-posix.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-system-posix.lo -MD -MP -MF .deps/libassuan_la-system-posix.Tpo -c system-posix.c -fno-common -DPIC -o libassuan_la-system-posix.o
mv -f .deps/libassuan_la-system-posix.Tpo .deps/libassuan_la-system-posix.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-io.lo -MD -MP -MF .deps/libassuan_la-assuan-io.Tpo -c -o libassuan_la-assuan-io.lo `test -f 'assuan-io.c' || echo './'`assuan-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT libassuan_la-assuan-io.lo -MD -MP -MF .deps/libassuan_la-assuan-io.Tpo -c assuan-io.c -fno-common -DPIC -o libassuan_la-assuan-io.o
mv -f .deps/libassuan_la-assuan-io.Tpo .deps/libassuan_la-assuan-io.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT memrchr.lo -MD -MP -MF .deps/memrchr.Tpo -c -o memrchr.lo memrchr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT memrchr.lo -MD -MP -MF .deps/memrchr.Tpo -c memrchr.c -fno-common -DPIC -o memrchr.o
mv -f .deps/memrchr.Tpo .deps/memrchr.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -version-info 2:0:2 -o libassuan.la -rpath /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib libassuan_la-assuan.lo libassuan_la-context.lo libassuan_la-system.lo libassuan_la-debug.lo libassuan_la-conversion.lo libassuan_la-sysutils.lo libassuan_la-client.lo libassuan_la-server.lo libassuan_la-assuan-error.lo libassuan_la-assuan-buffer.lo libassuan_la-assuan-handler.lo libassuan_la-assuan-inquire.lo libassuan_la-assuan-listen.lo libassuan_la-assuan-pipe-server.lo libassuan_la-assuan-socket-server.lo libassuan_la-assuan-pipe-connect.lo libassuan_la-assuan-socket-connect.lo libassuan_la-assuan-uds.lo libassuan_la-assuan-logging.lo libassuan_la-assuan-socket.lo libassuan_la-system-posix.lo libassuan_la-assuan-io.lo memrchr.lo -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: ar cru .libs/libassuan.a libassuan_la-assuan.o libassuan_la-context.o libassuan_la-system.o libassuan_la-debug.o libassuan_la-conversion.o libassuan_la-sysutils.o libassuan_la-client.o libassuan_la-server.o libassuan_la-assuan-error.o libassuan_la-assuan-buffer.o libassuan_la-assuan-handler.o libassuan_la-assuan-inquire.o libassuan_la-assuan-listen.o libassuan_la-assuan-pipe-server.o libassuan_la-assuan-socket-server.o libassuan_la-assuan-pipe-connect.o libassuan_la-assuan-socket-connect.o libassuan_la-assuan-uds.o libassuan_la-assuan-logging.o libassuan_la-assuan-socket.o libassuan_la-system-posix.o libassuan_la-assuan-io.o memrchr.o
libtool: link: ranlib .libs/libassuan.a
libtool: link: ( cd ".libs" && rm -f "libassuan.la" && ln -s "../libassuan.la" "libassuan.la" )
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libassuan.la '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib'
libtool: install: /usr/bin/install -c .libs/libassuan.lai /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.la
libtool: install: /usr/bin/install -c .libs/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a
libtool: install: chmod 644 /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a
libtool: install: ranlib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a
----------------------------------------------------------------------
Libraries have been installed in:
/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin"
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin"
/usr/bin/install -c libassuan-config '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin'
make install-exec-hook
make[5]: Nothing to be done for `install-exec-hook'.
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal"
/usr/bin/install -c -m 644 libassuan.m4 '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include"
/usr/bin/install -c -m 644 assuan.h '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include'
Making install in doc
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info"
/usr/bin/install -c -m 644 ./assuan.info '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info'
install-info --info-dir='/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info/assuan.info'
Making install in tests
make install-am
gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT pipeconnect.o -MD -MP -MF .deps/pipeconnect.Tpo -c -o pipeconnect.o pipeconnect.c
mv -f .deps/pipeconnect.Tpo .deps/pipeconnect.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -o pipeconnect pipeconnect.o ../src/libassuan.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -o pipeconnect pipeconnect.o ../src/.libs/libassuan.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -MT fdpassing.o -MD -MP -MF .deps/fdpassing.Tpo -c -o fdpassing.o fdpassing.c
mv -f .deps/fdpassing.Tpo .deps/fdpassing.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -o fdpassing fdpassing.o ../src/libassuan.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -Wpointer-arith -o fdpassing fdpassing.o ../src/.libs/libassuan.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
tar xf /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gpgme-1.3.1.tar.bz2 -C /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme
cd gpgme-1.3.1 && ./configure --prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst --disable-shared --enable-static --with-pic --with-gpg-error-prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst --with-libassuan-prefix=/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst
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 to enable maintainer-specific portions of Makefiles... no
checking build system type... i386-apple-darwin12.2.0
checking host system type... i386-apple-darwin12.2.0
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -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) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/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 whether ln -s works... yes
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 for /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld option to reload object files... -r
checking for objdump... no
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm output from gcc object... ok
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 dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common -DPIC
checking if gcc PIC flag -fno-common -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.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... no
checking whether to build static libraries... yes
checking for ld used by g++... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common -DPIC
checking if g++ PIC flag -fno-common -DPIC works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin12.2.0 dyld
checking how to hardcode library paths into programs... immediate
checking for windres... no
checking for GNU Pth... version 2.0.7, installed under /usr/local/Cellar/pth/2.0.7
checking for pthread_create in -lpthread... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking for inline... inline
checking size of unsigned int... 4
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for off_t... yes
checking for uintptr_t... yes
checking for __thread... no
checking for _LARGEFILE_SOURCE value needed for large files... unknown
checking for vasprintf... yes
checking for ttyname_r... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for getenv_r... no
configure: WARNING:
***
*** getenv() is not thread-safe and getenv_r() does not exist
***
checking for timegm... yes
checking for setlocale... yes
checking for gpg-error-config... /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/gpg-error-config
checking for GPG Error - version >= 1.8... yes (1.10)
checking for libassuan-config... /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin/libassuan-config
checking for LIBASSUAN - version >= 2.0.2... yes (2.0.2)
checking LIBASSUAN API version... okay
checking for gpg... /usr/local/bin/gpg
checking for GPG >= 1.4.0... yes
checking for gpgsm... no
configure: WARNING:
***
*** Could not find GpgSM, install GpgSM or use --with-gpgsm=PATH to enable it
***
checking for gpgconf... no
configure: WARNING:
***
*** Could not find gpgconf, install gpgconf or use --with-gpgconf=PATH to enable it
***
checking for g13... no
configure: WARNING:
***
*** Could not find g13, install g13 or use --with-g13=PATH to enable it
***
checking for funopen... yes
checking for getgid... yes
checking for getegid... yes
checking for stpcpy... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for setenv... yes
checking for struct cmsghdr.cmsg_len... yes
checking argp.h usability... no
checking argp.h presence... no
checking for argp.h... no
checking for error_t... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tests/Makefile
config.status: creating tests/gpg/Makefile
config.status: creating tests/gpgsm/Makefile
config.status: creating tests/opassuan/Makefile
config.status: creating doc/Makefile
config.status: creating src/versioninfo.rc
config.status: creating src/gpgme.h
config.status: creating src/gpgme-config
config.status: creating lang/Makefile
config.status: creating lang/cl/Makefile
config.status: creating lang/cl/gpgme.asd
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
GPGME v1.3.1 has been configured as follows:
GnuPG path: /usr/local/bin/gpg
GnuPG version: 1.4.12, min. 1.4.0
GpgSM path: no
GpgSM version: unknown, min. 1.9.6
GpgConf path: no
GpgConf version: unknown, min. 2.0.4
G13 path: no
G13 version: unknown, min. 2.1.0
Assuan version: 2.0.2, min. 2.0.2
UI Server: no
FD Passing: no
GPGME Pthread: yes
GPGME Pth: yes
make -C gpgme-1.3.1 install
Making install in src
cat ./gpgme.h .extra-stati.h \
| ./mkstatus > status-table.h
cat: .extra-stati.h: No such file or directory
make install-am
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT conversion.lo -MD -MP -MF .deps/conversion.Tpo -c -o conversion.lo conversion.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT conversion.lo -MD -MP -MF .deps/conversion.Tpo -c conversion.c -fno-common -DPIC -o conversion.o
conversion.c: In function ‘_gpgme_encode_percent_string’:
conversion.c:307: warning: implicit declaration of function ‘snprintf’
conversion.c:307: warning: incompatible implicit declaration of built-in function ‘snprintf’
conversion.c: In function ‘_gpgme_parse_timestamp’:
conversion.c:396: warning: implicit declaration of function ‘timegm’
mv -f .deps/conversion.Tpo .deps/conversion.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT get-env.lo -MD -MP -MF .deps/get-env.Tpo -c -o get-env.lo get-env.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT get-env.lo -MD -MP -MF .deps/get-env.Tpo -c get-env.c -fno-common -DPIC -o get-env.o
get-env.c: In function ‘_gpgme_getenv’:
get-env.c:47: warning: implicit declaration of function ‘strdup’
get-env.c:47: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/get-env.Tpo .deps/get-env.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data.lo -MD -MP -MF .deps/data.Tpo -c -o data.lo data.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data.lo -MD -MP -MF .deps/data.Tpo -c data.c -fno-common -DPIC -o data.o
data.c: In function ‘gpgme_data_set_file_name’:
data.c:219: warning: implicit declaration of function ‘strdup’
data.c:219: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/data.Tpo .deps/data.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-fd.lo -MD -MP -MF .deps/data-fd.Tpo -c -o data-fd.lo data-fd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-fd.lo -MD -MP -MF .deps/data-fd.Tpo -c data-fd.c -fno-common -DPIC -o data-fd.o
mv -f .deps/data-fd.Tpo .deps/data-fd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-stream.lo -MD -MP -MF .deps/data-stream.Tpo -c -o data-stream.lo data-stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-stream.lo -MD -MP -MF .deps/data-stream.Tpo -c data-stream.c -fno-common -DPIC -o data-stream.o
mv -f .deps/data-stream.Tpo .deps/data-stream.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-mem.lo -MD -MP -MF .deps/data-mem.Tpo -c -o data-mem.lo data-mem.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-mem.lo -MD -MP -MF .deps/data-mem.Tpo -c data-mem.c -fno-common -DPIC -o data-mem.o
mv -f .deps/data-mem.Tpo .deps/data-mem.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-user.lo -MD -MP -MF .deps/data-user.Tpo -c -o data-user.lo data-user.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-user.lo -MD -MP -MF .deps/data-user.Tpo -c data-user.c -fno-common -DPIC -o data-user.o
mv -f .deps/data-user.Tpo .deps/data-user.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-compat.lo -MD -MP -MF .deps/data-compat.Tpo -c -o data-compat.lo data-compat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT data-compat.lo -MD -MP -MF .deps/data-compat.Tpo -c data-compat.c -fno-common -DPIC -o data-compat.o
mv -f .deps/data-compat.Tpo .deps/data-compat.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT signers.lo -MD -MP -MF .deps/signers.Tpo -c -o signers.lo signers.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT signers.lo -MD -MP -MF .deps/signers.Tpo -c signers.c -fno-common -DPIC -o signers.o
mv -f .deps/signers.Tpo .deps/signers.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT sig-notation.lo -MD -MP -MF .deps/sig-notation.Tpo -c -o sig-notation.lo sig-notation.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT sig-notation.lo -MD -MP -MF .deps/sig-notation.Tpo -c sig-notation.c -fno-common -DPIC -o sig-notation.o
mv -f .deps/sig-notation.Tpo .deps/sig-notation.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c -o wait.lo wait.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c wait.c -fno-common -DPIC -o wait.o
mv -f .deps/wait.Tpo .deps/wait.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-global.lo -MD -MP -MF .deps/wait-global.Tpo -c -o wait-global.lo wait-global.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-global.lo -MD -MP -MF .deps/wait-global.Tpo -c wait-global.c -fno-common -DPIC -o wait-global.o
mv -f .deps/wait-global.Tpo .deps/wait-global.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-private.lo -MD -MP -MF .deps/wait-private.Tpo -c -o wait-private.lo wait-private.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-private.lo -MD -MP -MF .deps/wait-private.Tpo -c wait-private.c -fno-common -DPIC -o wait-private.o
mv -f .deps/wait-private.Tpo .deps/wait-private.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-user.lo -MD -MP -MF .deps/wait-user.Tpo -c -o wait-user.lo wait-user.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT wait-user.lo -MD -MP -MF .deps/wait-user.Tpo -c wait-user.c -fno-common -DPIC -o wait-user.o
mv -f .deps/wait-user.Tpo .deps/wait-user.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT op-support.lo -MD -MP -MF .deps/op-support.Tpo -c -o op-support.lo op-support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT op-support.lo -MD -MP -MF .deps/op-support.Tpo -c op-support.c -fno-common -DPIC -o op-support.o
op-support.c: In function ‘_gpgme_parse_inv_recp’:
op-support.c:265: warning: implicit declaration of function ‘strdup’
op-support.c:265: warning: incompatible implicit declaration of built-in function ‘strdup’
op-support.c: In function ‘_gpgme_parse_plaintext’:
op-support.c:315: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/op-support.Tpo .deps/op-support.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT encrypt.lo -MD -MP -MF .deps/encrypt.Tpo -c -o encrypt.lo encrypt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT encrypt.lo -MD -MP -MF .deps/encrypt.Tpo -c encrypt.c -fno-common -DPIC -o encrypt.o
mv -f .deps/encrypt.Tpo .deps/encrypt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT encrypt-sign.lo -MD -MP -MF .deps/encrypt-sign.Tpo -c -o encrypt-sign.lo encrypt-sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT encrypt-sign.lo -MD -MP -MF .deps/encrypt-sign.Tpo -c encrypt-sign.c -fno-common -DPIC -o encrypt-sign.o
mv -f .deps/encrypt-sign.Tpo .deps/encrypt-sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT decrypt.lo -MD -MP -MF .deps/decrypt.Tpo -c -o decrypt.lo decrypt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT decrypt.lo -MD -MP -MF .deps/decrypt.Tpo -c decrypt.c -fno-common -DPIC -o decrypt.o
decrypt.c: In function ‘_gpgme_decrypt_status_handler’:
decrypt.c:246: warning: implicit declaration of function ‘strdup’
decrypt.c:246: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/decrypt.Tpo .deps/decrypt.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT decrypt-verify.lo -MD -MP -MF .deps/decrypt-verify.Tpo -c -o decrypt-verify.lo decrypt-verify.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT decrypt-verify.lo -MD -MP -MF .deps/decrypt-verify.Tpo -c decrypt-verify.c -fno-common -DPIC -o decrypt-verify.o
mv -f .deps/decrypt-verify.Tpo .deps/decrypt-verify.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c -o verify.lo verify.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT verify.lo -MD -MP -MF .deps/verify.Tpo -c verify.c -fno-common -DPIC -o verify.o
verify.c: In function ‘parse_new_sig’:
verify.c:363: warning: implicit declaration of function ‘strdup’
verify.c:363: warning: incompatible implicit declaration of built-in function ‘strdup’
verify.c: In function ‘parse_valid_sig’:
verify.c:387: warning: incompatible implicit declaration of built-in function ‘strdup’
verify.c: In function ‘_gpgme_verify_status_handler’:
verify.c:730: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/verify.Tpo .deps/verify.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c -o sign.lo sign.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT sign.lo -MD -MP -MF .deps/sign.Tpo -c sign.c -fno-common -DPIC -o sign.o
sign.c: In function ‘parse_sig_created’:
sign.c:234: warning: implicit declaration of function ‘strdup’
sign.c:234: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/sign.Tpo .deps/sign.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT passphrase.lo -MD -MP -MF .deps/passphrase.Tpo -c -o passphrase.lo passphrase.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT passphrase.lo -MD -MP -MF .deps/passphrase.Tpo -c passphrase.c -fno-common -DPIC -o passphrase.o
passphrase.c: In function ‘_gpgme_passphrase_status_handler’:
passphrase.c:78: warning: implicit declaration of function ‘strdup’
passphrase.c:78: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/passphrase.Tpo .deps/passphrase.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c -o progress.lo progress.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -fno-common -DPIC -o progress.o
progress.c: In function ‘_gpgme_progress_status_handler’:
progress.c:47: warning: implicit declaration of function ‘strdup’
progress.c:47: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/progress.Tpo .deps/progress.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT key.lo -MD -MP -MF .deps/key.Tpo -c -o key.lo key.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT key.lo -MD -MP -MF .deps/key.Tpo -c key.c -fno-common -DPIC -o key.o
mv -f .deps/key.Tpo .deps/key.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT keylist.lo -MD -MP -MF .deps/keylist.Tpo -c -o keylist.lo keylist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT keylist.lo -MD -MP -MF .deps/keylist.Tpo -c keylist.c -fno-common -DPIC -o keylist.o
keylist.c: In function ‘parse_sec_field15’:
keylist.c:385: warning: implicit declaration of function ‘strdup’
keylist.c:385: warning: incompatible implicit declaration of built-in function ‘strdup’
keylist.c: In function ‘keylist_colon_handler’:
keylist.c:559: warning: incompatible implicit declaration of built-in function ‘strdup’
keylist.c:675: warning: incompatible implicit declaration of built-in function ‘strdup’
keylist.c:684: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/keylist.Tpo .deps/keylist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT trust-item.lo -MD -MP -MF .deps/trust-item.Tpo -c -o trust-item.lo trust-item.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT trust-item.lo -MD -MP -MF .deps/trust-item.Tpo -c trust-item.c -fno-common -DPIC -o trust-item.o
mv -f .deps/trust-item.Tpo .deps/trust-item.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT trustlist.lo -MD -MP -MF .deps/trustlist.Tpo -c -o trustlist.lo trustlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT trustlist.lo -MD -MP -MF .deps/trustlist.Tpo -c trustlist.c -fno-common -DPIC -o trustlist.o
trustlist.c: In function ‘trustlist_colon_handler’:
trustlist.c:111: warning: implicit declaration of function ‘strdup’
trustlist.c:111: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/trustlist.Tpo .deps/trustlist.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT import.lo -MD -MP -MF .deps/import.Tpo -c -o import.lo import.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT import.lo -MD -MP -MF .deps/import.Tpo -c import.c -fno-common -DPIC -o import.o
import.c: In function ‘parse_import’:
import.c:174: warning: implicit declaration of function ‘strdup’
import.c:174: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/import.Tpo .deps/import.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT export.lo -MD -MP -MF .deps/export.Tpo -c -o export.lo export.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT export.lo -MD -MP -MF .deps/export.Tpo -c export.c -fno-common -DPIC -o export.o
export.c: In function ‘export_keys_start’:
export.c:235: warning: implicit declaration of function ‘strdup’
export.c:235: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/export.Tpo .deps/export.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c -o genkey.lo genkey.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT genkey.lo -MD -MP -MF .deps/genkey.Tpo -c genkey.c -fno-common -DPIC -o genkey.o
genkey.c: In function ‘genkey_status_handler’:
genkey.c:114: warning: implicit declaration of function ‘strdup’
genkey.c:114: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/genkey.Tpo .deps/genkey.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c -o delete.lo delete.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT delete.lo -MD -MP -MF .deps/delete.Tpo -c delete.c -fno-common -DPIC -o delete.o
mv -f .deps/delete.Tpo .deps/delete.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT edit.lo -MD -MP -MF .deps/edit.Tpo -c -o edit.lo edit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT edit.lo -MD -MP -MF .deps/edit.Tpo -c edit.c -fno-common -DPIC -o edit.o
mv -f .deps/edit.Tpo .deps/edit.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT getauditlog.lo -MD -MP -MF .deps/getauditlog.Tpo -c -o getauditlog.lo getauditlog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT getauditlog.lo -MD -MP -MF .deps/getauditlog.Tpo -c getauditlog.c -fno-common -DPIC -o getauditlog.o
mv -f .deps/getauditlog.Tpo .deps/getauditlog.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT opassuan.lo -MD -MP -MF .deps/opassuan.Tpo -c -o opassuan.lo opassuan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT opassuan.lo -MD -MP -MF .deps/opassuan.Tpo -c opassuan.c -fno-common -DPIC -o opassuan.o
mv -f .deps/opassuan.Tpo .deps/opassuan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c -o passwd.lo passwd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c passwd.c -fno-common -DPIC -o passwd.o
mv -f .deps/passwd.Tpo .deps/passwd.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c -o engine.lo engine.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine.lo -MD -MP -MF .deps/engine.Tpo -c engine.c -fno-common -DPIC -o engine.o
engine.c: In function ‘gpgme_get_engine_info’:
engine.c:222: warning: implicit declaration of function ‘strdup’
engine.c:222: warning: incompatible implicit declaration of built-in function ‘strdup’
engine.c: In function ‘_gpgme_engine_info_copy’:
engine.c:290: warning: incompatible implicit declaration of built-in function ‘strdup’
engine.c: In function ‘_gpgme_set_engine_info’:
engine.c:366: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/engine.Tpo .deps/engine.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine-gpg.lo -MD -MP -MF .deps/engine-gpg.Tpo -c -o engine-gpg.lo engine-gpg.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine-gpg.lo -MD -MP -MF .deps/engine-gpg.Tpo -c engine-gpg.c -fno-common -DPIC -o engine-gpg.o
engine-gpg.c: In function ‘gpg_new’:
engine-gpg.c:432: warning: implicit declaration of function ‘strdup’
engine-gpg.c:432: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-gpg.c: In function ‘gpg_set_locale’:
engine-gpg.c:582: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-gpg.c:598: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-gpg.c: In function ‘build_argv’:
engine-gpg.c:789: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-gpg.c: In function ‘read_status’:
engine-gpg.c:1058: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-gpg.c: In function ‘gpg_keylist_preprocess’:
engine-gpg.c:2075: warning: implicit declaration of function ‘asprintf’
mv -f .deps/engine-gpg.Tpo .deps/engine-gpg.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT assuan-support.lo -MD -MP -MF .deps/assuan-support.Tpo -c -o assuan-support.lo assuan-support.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT assuan-support.lo -MD -MP -MF .deps/assuan-support.Tpo -c assuan-support.c -fno-common -DPIC -o assuan-support.o
mv -f .deps/assuan-support.Tpo .deps/assuan-support.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine-assuan.lo -MD -MP -MF .deps/engine-assuan.Tpo -c -o engine-assuan.lo engine-assuan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT engine-assuan.lo -MD -MP -MF .deps/engine-assuan.Tpo -c engine-assuan.c -fno-common -DPIC -o engine-assuan.o
engine-assuan.c: In function ‘llass_get_version’:
engine-assuan.c:134: warning: implicit declaration of function ‘strdup’
engine-assuan.c:134: warning: incompatible implicit declaration of built-in function ‘strdup’
engine-assuan.c: In function ‘llass_new’:
engine-assuan.c:262: warning: implicit declaration of function ‘asprintf’
mv -f .deps/engine-assuan.Tpo .deps/engine-assuan.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT vfs-mount.lo -MD -MP -MF .deps/vfs-mount.Tpo -c -o vfs-mount.lo vfs-mount.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT vfs-mount.lo -MD -MP -MF .deps/vfs-mount.Tpo -c vfs-mount.c -fno-common -DPIC -o vfs-mount.o
vfs-mount.c: In function ‘_gpgme_vfs_mount_status_handler’:
vfs-mount.c:71: warning: implicit declaration of function ‘strcasecmp’
vfs-mount.c:75: warning: implicit declaration of function ‘strdup’
vfs-mount.c:75: warning: incompatible implicit declaration of built-in function ‘strdup’
vfs-mount.c: In function ‘_gpgme_op_vfs_mount’:
vfs-mount.c:185: warning: implicit declaration of function ‘asprintf’
mv -f .deps/vfs-mount.Tpo .deps/vfs-mount.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT vfs-create.lo -MD -MP -MF .deps/vfs-create.Tpo -c -o vfs-create.lo vfs-create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT vfs-create.lo -MD -MP -MF .deps/vfs-create.Tpo -c vfs-create.c -fno-common -DPIC -o vfs-create.o
vfs-create.c: In function ‘_gpgme_op_vfs_create’:
vfs-create.c:139: warning: implicit declaration of function ‘asprintf’
mv -f .deps/vfs-create.Tpo .deps/vfs-create.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgconf.lo -MD -MP -MF .deps/gpgconf.Tpo -c -o gpgconf.lo gpgconf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgconf.lo -MD -MP -MF .deps/gpgconf.Tpo -c gpgconf.c -fno-common -DPIC -o gpgconf.o
mv -f .deps/gpgconf.Tpo .deps/gpgconf.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-util.lo -MD -MP -MF .deps/posix-util.Tpo -c -o posix-util.lo posix-util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-util.lo -MD -MP -MF .deps/posix-util.Tpo -c posix-util.c -fno-common -DPIC -o posix-util.o
posix-util.c: In function ‘_gpgme_get_uiserver_socket_path’:
posix-util.c:91: warning: implicit declaration of function ‘stpcpy’
posix-util.c:91: warning: incompatible implicit declaration of built-in function ‘stpcpy’
mv -f .deps/posix-util.Tpo .deps/posix-util.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-sema.lo -MD -MP -MF .deps/posix-sema.Tpo -c -o posix-sema.lo posix-sema.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-sema.lo -MD -MP -MF .deps/posix-sema.Tpo -c posix-sema.c -fno-common -DPIC -o posix-sema.o
mv -f .deps/posix-sema.Tpo .deps/posix-sema.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-io.lo -MD -MP -MF .deps/posix-io.Tpo -c -o posix-io.lo posix-io.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT posix-io.lo -MD -MP -MF .deps/posix-io.Tpo -c posix-io.c -fno-common -DPIC -o posix-io.o
posix-io.c: In function ‘_gpgme_io_fd2str’:
posix-io.c:76: warning: implicit declaration of function ‘snprintf’
posix-io.c:76: warning: incompatible implicit declaration of built-in function ‘snprintf’
mv -f .deps/posix-io.Tpo .deps/posix-io.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT dirinfo.lo -MD -MP -MF .deps/dirinfo.Tpo -c -o dirinfo.lo dirinfo.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT dirinfo.lo -MD -MP -MF .deps/dirinfo.Tpo -c dirinfo.c -fno-common -DPIC -o dirinfo.o
dirinfo.c: In function ‘parse_output’:
dirinfo.c:70: warning: implicit declaration of function ‘strdup’
dirinfo.c:70: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/dirinfo.Tpo .deps/dirinfo.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -fno-common -DPIC -o debug.o
debug.c: In function ‘_gpgme_debug_begin’:
debug.c:274: warning: implicit declaration of function ‘vasprintf’
debug.c: In function ‘_gpgme_debug_add’:
debug.c:301: warning: implicit declaration of function ‘asprintf’
mv -f .deps/debug.Tpo .deps/debug.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgme.lo -MD -MP -MF .deps/gpgme.Tpo -c -o gpgme.lo gpgme.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgme.lo -MD -MP -MF .deps/gpgme.Tpo -c gpgme.c -fno-common -DPIC -o gpgme.o
gpgme.c: In function ‘gpgme_new’:
gpgme.c:91: warning: implicit declaration of function ‘strdup’
gpgme.c:91: warning: incompatible implicit declaration of built-in function ‘strdup’
gpgme.c:105: warning: incompatible implicit declaration of built-in function ‘strdup’
gpgme.c: In function ‘gpgme_set_locale’:
gpgme.c:655: warning: incompatible implicit declaration of built-in function ‘strdup’
gpgme.c:658: warning: incompatible implicit declaration of built-in function ‘strdup’
mv -f .deps/gpgme.Tpo .deps/gpgme.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT version.lo -MD -MP -MF .deps/version.Tpo -c -o version.lo version.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fno-common -DPIC -o version.o
mv -f .deps/version.Tpo .deps/version.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fno-common -DPIC -o error.o
mv -f .deps/error.Tpo .deps/error.Plo
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath.lo -MD -MP -MF .deps/ath.Tpo -c -o ath.lo ath.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath.lo -MD -MP -MF .deps/ath.Tpo -c ath.c -fno-common -DPIC -o ath.o
mv -f .deps/ath.Tpo .deps/ath.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -version-info 19:0:8 -o libgpgme.la -rpath /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib conversion.lo get-env.lo data.lo data-fd.lo data-stream.lo data-mem.lo data-user.lo data-compat.lo signers.lo sig-notation.lo wait.lo wait-global.lo wait-private.lo wait-user.lo op-support.lo encrypt.lo encrypt-sign.lo decrypt.lo decrypt-verify.lo verify.lo sign.lo passphrase.lo progress.lo key.lo keylist.lo trust-item.lo trustlist.lo import.lo export.lo genkey.lo delete.lo edit.lo getauditlog.lo opassuan.lo passwd.lo engine.lo engine-gpg.lo assuan-support.lo engine-assuan.lo vfs-mount.lo vfs-create.lo gpgconf.lo posix-util.lo posix-sema.lo posix-io.lo dirinfo.lo debug.lo gpgme.lo version.lo error.lo ath.lo -lassuan -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: ar cru .libs/libgpgme.a conversion.o get-env.o data.o data-fd.o data-stream.o data-mem.o data-user.o data-compat.o signers.o sig-notation.o wait.o wait-global.o wait-private.o wait-user.o op-support.o encrypt.o encrypt-sign.o decrypt.o decrypt-verify.o verify.o sign.o passphrase.o progress.o key.o keylist.o trust-item.o trustlist.o import.o export.o genkey.o delete.o edit.o getauditlog.o opassuan.o passwd.o engine.o engine-gpg.o assuan-support.o engine-assuan.o vfs-mount.o vfs-create.o gpgconf.o posix-util.o posix-sema.o posix-io.o dirinfo.o debug.o gpgme.o version.o error.o ath.o
libtool: link: ranlib .libs/libgpgme.a
libtool: link: ( cd ".libs" && rm -f "libgpgme.la" && ln -s "../libgpgme.la" "libgpgme.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath-pthread.lo -MD -MP -MF .deps/ath-pthread.Tpo -c -o ath-pthread.lo ath-pthread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath-pthread.lo -MD -MP -MF .deps/ath-pthread.Tpo -c ath-pthread.c -fno-common -DPIC -o ath-pthread.o
mv -f .deps/ath-pthread.Tpo .deps/ath-pthread.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -version-info 19:0:8 -o libgpgme-pthread.la -rpath /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib conversion.lo get-env.lo data.lo data-fd.lo data-stream.lo data-mem.lo data-user.lo data-compat.lo signers.lo sig-notation.lo wait.lo wait-global.lo wait-private.lo wait-user.lo op-support.lo encrypt.lo encrypt-sign.lo decrypt.lo decrypt-verify.lo verify.lo sign.lo passphrase.lo progress.lo key.lo keylist.lo trust-item.lo trustlist.lo import.lo export.lo genkey.lo delete.lo edit.lo getauditlog.lo opassuan.lo passwd.lo engine.lo engine-gpg.lo assuan-support.lo engine-assuan.lo vfs-mount.lo vfs-create.lo gpgconf.lo posix-util.lo posix-sema.lo posix-io.lo dirinfo.lo debug.lo gpgme.lo version.lo error.lo ath-pthread.lo -lassuan -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error -lpthread -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: ar cru .libs/libgpgme-pthread.a conversion.o get-env.o data.o data-fd.o data-stream.o data-mem.o data-user.o data-compat.o signers.o sig-notation.o wait.o wait-global.o wait-private.o wait-user.o op-support.o encrypt.o encrypt-sign.o decrypt.o decrypt-verify.o verify.o sign.o passphrase.o progress.o key.o keylist.o trust-item.o trustlist.o import.o export.o genkey.o delete.o edit.o getauditlog.o opassuan.o passwd.o engine.o engine-gpg.o assuan-support.o engine-assuan.o vfs-mount.o vfs-create.o gpgconf.o posix-util.o posix-sema.o posix-io.o dirinfo.o debug.o gpgme.o version.o error.o ath-pthread.o
libtool: link: ranlib .libs/libgpgme-pthread.a
libtool: link: ( cd ".libs" && rm -f "libgpgme-pthread.la" && ln -s "../libgpgme-pthread.la" "libgpgme-pthread.la" )
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath-pth.lo -MD -MP -MF .deps/ath-pth.Tpo -c -o ath-pth.lo ath-pth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT ath-pth.lo -MD -MP -MF .deps/ath-pth.Tpo -c ath-pth.c -fno-common -DPIC -o ath-pth.o
mv -f .deps/ath-pth.Tpo .deps/ath-pth.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -L/usr/local/Cellar/pth/2.0.7/lib -version-info 19:0:8 -o libgpgme-pth.la -rpath /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib conversion.lo get-env.lo data.lo data-fd.lo data-stream.lo data-mem.lo data-user.lo data-compat.lo signers.lo sig-notation.lo wait.lo wait-global.lo wait-private.lo wait-user.lo op-support.lo encrypt.lo encrypt-sign.lo decrypt.lo decrypt-verify.lo verify.lo sign.lo passphrase.lo progress.lo key.lo keylist.lo trust-item.lo trustlist.lo import.lo export.lo genkey.lo delete.lo edit.lo getauditlog.lo opassuan.lo passwd.lo engine.lo engine-gpg.lo assuan-support.lo engine-assuan.lo vfs-mount.lo vfs-create.lo gpgconf.lo posix-util.lo posix-sema.lo posix-io.lo dirinfo.lo debug.lo gpgme.lo version.lo error.lo ath-pth.lo -lassuan -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error -lpth -ldl -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: ar cru .libs/libgpgme-pth.a conversion.o get-env.o data.o data-fd.o data-stream.o data-mem.o data-user.o data-compat.o signers.o sig-notation.o wait.o wait-global.o wait-private.o wait-user.o op-support.o encrypt.o encrypt-sign.o decrypt.o decrypt-verify.o verify.o sign.o passphrase.o progress.o key.o keylist.o trust-item.o trustlist.o import.o export.o genkey.o delete.o edit.o getauditlog.o opassuan.o passwd.o engine.o engine-gpg.o assuan-support.o engine-assuan.o vfs-mount.o vfs-create.o gpgconf.o posix-util.o posix-sema.o posix-io.o dirinfo.o debug.o gpgme.o version.o error.o ath-pth.o
libtool: link: ranlib .libs/libgpgme-pth.a
libtool: link: ( cd ".libs" && rm -f "libgpgme-pth.la" && ln -s "../libgpgme-pth.la" "libgpgme-pth.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT gpgme-tool.o -MD -MP -MF .deps/gpgme-tool.Tpo -c -o gpgme-tool.o gpgme-tool.c
gpgme-tool.c: In function ‘argp_parse’:
gpgme-tool.c:331: warning: implicit declaration of function ‘strcasecmp’
gpgme-tool.c: In function ‘result_add_error’:
gpgme-tool.c:710: warning: implicit declaration of function ‘snprintf’
gpgme-tool.c:710: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘result_add_pubkey_algo’:
gpgme-tool.c:726: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘result_add_hash_algo’:
gpgme-tool.c:742: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘result_add_timestamp’:
gpgme-tool.c:778: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘result_add_sig_mode’:
gpgme-tool.c:792: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘result_add_value’:
gpgme-tool.c:821: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘_gt_progress_cb’:
gpgme-tool.c:1222: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘gt_get_include_certs’:
gpgme-tool.c:1614: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘server_parse_fd’:
gpgme-tool.c:1911: warning: implicit declaration of function ‘strncasecmp’
gpgme-tool.c:1914: warning: implicit declaration of function ‘strdup’
gpgme-tool.c:1914: warning: incompatible implicit declaration of built-in function ‘strdup’
gpgme-tool.c: In function ‘cmd_keylist’:
gpgme-tool.c:2757: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘cmd_strerror’:
gpgme-tool.c:2879: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘cmd_pubkey_algo_name’:
gpgme-tool.c:2892: warning: incompatible implicit declaration of built-in function ‘snprintf’
gpgme-tool.c: In function ‘cmd_hash_algo_name’:
gpgme-tool.c:2904: warning: incompatible implicit declaration of built-in function ‘snprintf’
mv -f .deps/gpgme-tool.Tpo .deps/gpgme-tool.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o gpgme-tool gpgme-tool.o libgpgme.la
libtool: link: gcc -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -I/usr/local/Cellar/pth/2.0.7/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o gpgme-tool gpgme-tool.o ./.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin"
/usr/bin/install -c gpgme-config '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/bin'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib"
/bin/sh ../libtool --mode=install /usr/bin/install -c libgpgme.la libgpgme-pthread.la libgpgme-pth.la '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib'
libtool: install: /usr/bin/install -c .libs/libgpgme.lai /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme.la
libtool: install: /usr/bin/install -c .libs/libgpgme-pthread.lai /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pthread.la
libtool: install: /usr/bin/install -c .libs/libgpgme-pth.lai /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pth.la
libtool: install: /usr/bin/install -c .libs/libgpgme.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme.a
libtool: install: chmod 644 /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme.a
libtool: install: ranlib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme.a
libtool: install: /usr/bin/install -c .libs/libgpgme-pthread.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pthread.a
libtool: install: chmod 644 /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pthread.a
libtool: install: ranlib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pthread.a
libtool: install: /usr/bin/install -c .libs/libgpgme-pth.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pth.a
libtool: install: chmod 644 /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pth.a
libtool: install: ranlib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme-pth.a
----------------------------------------------------------------------
Libraries have been installed in:
/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
during execution
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/libexec" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/libexec"
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal"
/usr/bin/install -c -m 644 gpgme.m4 '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/aclocal'
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include"
/usr/bin/install -c -m 644 gpgme.h '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include'
Making install in tests
Making install in gpg
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-encrypt.o -MD -MP -MF .deps/t-encrypt.Tpo -c -o t-encrypt.o t-encrypt.c
mv -f .deps/t-encrypt.Tpo .deps/t-encrypt.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt t-encrypt.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt t-encrypt.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-encrypt-sym.o -MD -MP -MF .deps/t-encrypt-sym.Tpo -c -o t-encrypt-sym.o t-encrypt-sym.c
mv -f .deps/t-encrypt-sym.Tpo .deps/t-encrypt-sym.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-sym t-encrypt-sym.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-sym t-encrypt-sym.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-encrypt-sign.o -MD -MP -MF .deps/t-encrypt-sign.Tpo -c -o t-encrypt-sign.o t-encrypt-sign.c
mv -f .deps/t-encrypt-sign.Tpo .deps/t-encrypt-sign.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-sign t-encrypt-sign.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-sign t-encrypt-sign.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-sign.o -MD -MP -MF .deps/t-sign.Tpo -c -o t-sign.o t-sign.c
mv -f .deps/t-sign.Tpo .deps/t-sign.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-sign t-sign.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-sign t-sign.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-signers.o -MD -MP -MF .deps/t-signers.Tpo -c -o t-signers.o t-signers.c
mv -f .deps/t-signers.Tpo .deps/t-signers.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-signers t-signers.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-signers t-signers.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-decrypt.o -MD -MP -MF .deps/t-decrypt.Tpo -c -o t-decrypt.o t-decrypt.c
mv -f .deps/t-decrypt.Tpo .deps/t-decrypt.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-decrypt t-decrypt.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-decrypt t-decrypt.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-verify.o -MD -MP -MF .deps/t-verify.Tpo -c -o t-verify.o t-verify.c
mv -f .deps/t-verify.Tpo .deps/t-verify.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-verify t-verify.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-verify t-verify.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-decrypt-verify.o -MD -MP -MF .deps/t-decrypt-verify.Tpo -c -o t-decrypt-verify.o t-decrypt-verify.c
mv -f .deps/t-decrypt-verify.Tpo .deps/t-decrypt-verify.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-decrypt-verify t-decrypt-verify.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-decrypt-verify t-decrypt-verify.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-sig-notation.o -MD -MP -MF .deps/t-sig-notation.Tpo -c -o t-sig-notation.o t-sig-notation.c
mv -f .deps/t-sig-notation.Tpo .deps/t-sig-notation.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-sig-notation t-sig-notation.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-sig-notation t-sig-notation.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-export.o -MD -MP -MF .deps/t-export.Tpo -c -o t-export.o t-export.c
mv -f .deps/t-export.Tpo .deps/t-export.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-export t-export.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-export t-export.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-import.o -MD -MP -MF .deps/t-import.Tpo -c -o t-import.o t-import.c
mv -f .deps/t-import.Tpo .deps/t-import.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-import t-import.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-import t-import.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-trustlist.o -MD -MP -MF .deps/t-trustlist.Tpo -c -o t-trustlist.o t-trustlist.c
mv -f .deps/t-trustlist.Tpo .deps/t-trustlist.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-trustlist t-trustlist.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-trustlist t-trustlist.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-edit.o -MD -MP -MF .deps/t-edit.Tpo -c -o t-edit.o t-edit.c
mv -f .deps/t-edit.Tpo .deps/t-edit.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-edit t-edit.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-edit t-edit.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-keylist.o -MD -MP -MF .deps/t-keylist.Tpo -c -o t-keylist.o t-keylist.c
mv -f .deps/t-keylist.Tpo .deps/t-keylist.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-keylist t-keylist.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-keylist t-keylist.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-keylist-sig.o -MD -MP -MF .deps/t-keylist-sig.Tpo -c -o t-keylist-sig.o t-keylist-sig.c
t-keylist-sig.c:469:2: warning: #warning test disabled due to problems with gpg 1.3.4 generated key
mv -f .deps/t-keylist-sig.Tpo .deps/t-keylist-sig.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-keylist-sig t-keylist-sig.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-keylist-sig t-keylist-sig.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-wait.o -MD -MP -MF .deps/t-wait.Tpo -c -o t-wait.o t-wait.c
mv -f .deps/t-wait.Tpo .deps/t-wait.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-wait t-wait.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-wait t-wait.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-encrypt-large.o -MD -MP -MF .deps/t-encrypt-large.Tpo -c -o t-encrypt-large.o t-encrypt-large.c
mv -f .deps/t-encrypt-large.Tpo .deps/t-encrypt-large.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-large t-encrypt-large.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-encrypt-large t-encrypt-large.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-file-name.o -MD -MP -MF .deps/t-file-name.Tpo -c -o t-file-name.o t-file-name.c
mv -f .deps/t-file-name.Tpo .deps/t-file-name.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-file-name t-file-name.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-file-name t-file-name.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-gpgconf.o -MD -MP -MF .deps/t-gpgconf.Tpo -c -o t-gpgconf.o t-gpgconf.c
mv -f .deps/t-gpgconf.Tpo .deps/t-gpgconf.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-gpgconf t-gpgconf.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-gpgconf t-gpgconf.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-eventloop.o -MD -MP -MF .deps/t-eventloop.Tpo -c -o t-eventloop.o t-eventloop.c
mv -f .deps/t-eventloop.Tpo .deps/t-eventloop.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-eventloop t-eventloop.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-eventloop t-eventloop.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-thread1.o -MD -MP -MF .deps/t-thread1.Tpo -c -o t-thread1.o t-thread1.c
mv -f .deps/t-thread1.Tpo .deps/t-thread1.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-thread1 t-thread1.o ../../src/libgpgme-pthread.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-thread1 t-thread1.o ../../src/.libs/libgpgme-pthread.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a -lpthread /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-genkey.o -MD -MP -MF .deps/t-genkey.Tpo -c -o t-genkey.o t-genkey.c
mv -f .deps/t-genkey.Tpo .deps/t-genkey.Po
/bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-genkey t-genkey.o ../../src/libgpgme.la
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-genkey t-genkey.o ../../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
echo no-force-v3-sigs > ./gpg.conf
echo pinentry-program /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gpgme-1.3.1/tests/gpg/pinentry > ./gpg-agent.conf
/usr/local/bin/gpg --no-permission-warning \
--import ./pubdemo.asc
gpg: создана таблица ключей `/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gpgme-1.3.1/tests/gpg/secring.gpg'
gpg: создана таблица ключей `/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gpgme-1.3.1/tests/gpg/pubring.gpg'
gpg: /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gpgme-1.3.1/tests/gpg/trustdb.gpg: создана таблица доверий
gpg: ключ 68697734: открытый ключ "Alfa Test (demo key) <alfa@example.net>" импортирован
gpg: ключ A9E3B0B2: открытый ключ "Bob (demo key)" импортирован
gpg: ключ 1AFDAB6C: открытый ключ "Charlie Test (demo key) <charlie@example.net>" импортирован
gpg: ключ EB9DC9E6: открытый ключ "Delta Test (demo key) <delta@example.net>" импортирован
gpg: ключ FAEF6D1B: открытый ключ "Echelon (demo key)" импортирован
gpg: ключ 7372E243: открытый ключ "Foxtrot Test (demo key) <foxtrot@example.net>" импортирован
gpg: ключ 8FC282E6: открытый ключ "Golf Test (demo key) <golf@example.net>" импортирован
gpg: ключ 34C6E3F1: открытый ключ "Hotel Test (demo key) <hotel@example.net>" импортирован
gpg: ключ 04259677: открытый ключ "India Test (demo key) <india@example.net>" импортирован
gpg: ключ D2699313: открытый ключ "Juliet Test (demo key) <juliet@example.net>" импортирован
gpg: ключ 43C2D0C7: открытый ключ "Kilo Test (demo key) <kilo@example.net>" импортирован
gpg: ключ B79103F8: открытый ключ "Lima Test (demo key) <lima@example.net>" импортирован
gpg: ключ BE5CF886: открытый ключ "Mallory (demo key)" импортирован
gpg: ключ 30CEC684: открытый ключ "November Test (demo key) <november@example.net>" импортирован
gpg: ключ 6D9732AC: открытый ключ "Oscar Test (demo key) <oscar@example.net>" импортирован
gpg: ключ 3FF13206: открытый ключ "Papa test (demo key) <papa@example.net>" импортирован
gpg: ключ 3C661C84: открытый ключ "Quebec Test (demo key) <quebec@example.net>" импортирован
gpg: ключ 777FBED3: открытый ключ "Romeo Test (demo key) <romeo@example.net>" импортирован
gpg: ключ A3AE3EA1: открытый ключ "Sierra Test (demo key) <sierra@example.net>" импортирован
gpg: ключ 85A81F38: открытый ключ "Tango Test (demo key) <tango@example.net>" импортирован
gpg: ключ 653244D6: открытый ключ "Uniform Test (demo key) <uniform@example.net>" импортирован
gpg: ключ 61F04784: открытый ключ "Victor Test (demo key) <victor@example.org>" импортирован
gpg: ключ EC67DBDE: открытый ключ "Whisky Test (demo key) <whisky@example.net>" импортирован
gpg: ключ 567FB34A: открытый ключ "XRay Test (demo key) <xray@example.net>" импортирован
gpg: ключ 4B11B25F: открытый ключ "Yankee Test (demo key) <yankee@example.net>" импортирован
gpg: ключ 54ACD246: открытый ключ "Zulu Test (demo key) <zulu@example.net>" импортирован
gpg: Всего обработано: 26
gpg: импортировано: 26
/usr/local/bin/gpg --no-permission-warning \
--import ./secdemo.asc
gpg: ключ 68697734: секретный ключ импортирован
gpg: ключ 68697734: "Alfa Test (demo key) <alfa@example.net>" 1 новая подпись
gpg: ключ 54ACD246: секретный ключ импортирован
gpg: ключ 54ACD246: "Zulu Test (demo key) <zulu@example.net>" 1 новая подпись
gpg: Всего обработано: 2
gpg: новых подписей: 2
gpg: прочитано секретных ключей: 2
gpg: импортировано секретных ключей: 2
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-version.o -MD -MP -MF .deps/t-version.Tpo -c -o t-version.o t-version.c
mv -f .deps/t-version.Tpo .deps/t-version.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-version t-version.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-version t-version.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-data.o -MD -MP -MF .deps/t-data.Tpo -c -o t-data.o t-data.c
mv -f .deps/t-data.Tpo .deps/t-data.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-data t-data.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-data t-data.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT t-engine-info.o -MD -MP -MF .deps/t-engine-info.Tpo -c -o t-engine-info.o t-engine-info.c
mv -f .deps/t-engine-info.Tpo .deps/t-engine-info.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-engine-info t-engine-info.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o t-engine-info t-engine-info.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT run-keylist.o -MD -MP -MF .deps/run-keylist.Tpo -c -o run-keylist.o run-keylist.c
mv -f .deps/run-keylist.Tpo .deps/run-keylist.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-keylist run-keylist.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-keylist run-keylist.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT run-export.o -MD -MP -MF .deps/run-export.Tpo -c -o run-export.o run-export.c
mv -f .deps/run-export.Tpo .deps/run-export.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-export run-export.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-export run-export.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT run-import.o -MD -MP -MF .deps/run-import.Tpo -c -o run-import.o run-import.c
mv -f .deps/run-import.Tpo .deps/run-import.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-import run-import.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-import run-import.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT run-sign.o -MD -MP -MF .deps/run-sign.Tpo -c -o run-sign.o run-sign.c
mv -f .deps/run-sign.Tpo .deps/run-sign.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-sign run-sign.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-sign run-sign.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/include -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -MT run-verify.o -MD -MP -MF .deps/run-verify.Tpo -c -o run-verify.o run-verify.c
mv -f .deps/run-verify.Tpo .deps/run-verify.Po
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-verify run-verify.o ../src/libgpgme.la -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib -lgpg-error
libtool: link: gcc -g -O2 -Wall -Wcast-align -Wshadow -Wstrict-prototypes -o run-verify run-verify.o ../src/.libs/libgpgme.a -L/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
Making install in doc
make[3]: Nothing to be done for `install-exec-am'.
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info" || .././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info"
/usr/bin/install -c -m 644 ./gpgme.info ./gpgme.info-1 ./gpgme.info-2 '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info'
install-info --info-dir='/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info' '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/info/gpgme.info'
Making install in lang
Making install in cl
make[4]: Nothing to be done for `install-exec-am'.
test -z "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpgme" || ../.././install-sh -c -d "/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpgme"
/usr/bin/install -c -m 644 gpgme.asd gpgme-package.lisp gpgme.lisp '/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/share/common-lisp/source/gpgme'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
cp /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpgme.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpgme_ext.a
cp /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libgpg-error.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpg-error_ext.a
cp /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/dst/lib/libassuan.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libassuan_ext.a
gcc -s -shared -o /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpgme_gem.so -Wl,--whole-archive /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpgme_ext.a -Wl,--no-whole-archive /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpg-error_ext.a /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libassuan_ext.a
ld: warning: option -s is obsolete and being ignored
ld: unknown option: --whole-archive
collect2: ld returned 1 exit status
make: *** [/Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/libgpgme_gem.so] Error 1
Gem files will remain installed in /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0 for inspection.
Results logged to /Users/inossidabile/.rvm/gems/ruby-1.9.3-p327/gems/gpgme-ffi-3.0.0/ext/gpgme/gem_make.out
An error occurred while installing gpgme-ffi (3.0.0), and Bundler cannot continue.
Make sure that `gem install gpgme-ffi -v '3.0.0'` succeeds before bundling.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment