Ticket #46943: make.log

File make.log, 130.1 KB (added by paulccobb@…, 9 years ago)

First file: make output log showing build error

Line 
1make  all-recursive
2Making all in .
3for f in gi/__init__.py gi/types.py gi/module.py gi/importer.py gi/pygtkcompat.py gi/docstring.py gi/_constants.py gi/_propertyhelper.py gi/_signalhelper.py gi/_option.py gi/_error.py; do \
4                [ -e ./$f ] || \
5                        ln -s /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py-gobject3/py27-gobject3/work/pygobject-3.14.0/$f ./$f; \
6        done
7Making all in examples
8make[2]: Nothing to be done for `all'.
9Making all in gi
10Making all in repository
11for f in __init__.py; do \
12            [ -e ./$f ] || ln -s ./$f ./$f; \
13        done
14Making all in overrides
15for f in GLib.py Gtk.py Gdk.py GObject.py Gio.py GIMarshallingTests.py Pango.py keysyms.py __init__.py; do \
16            [ -e ./$f ] || ln -s ./$f ./$f; \
17        done
18Making all in _gobject
19for f in __init__.py; do \
20            [ -e ./$f ] || ln -s ./$f ./$f; \
21        done
22/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-gobjectmodule.lo -MD -MP -MF .deps/_gi_la-gobjectmodule.Tpo -c -o _gi_la-gobjectmodule.lo `test -f 'gobjectmodule.c' || echo './'`gobjectmodule.c
23libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gobjectmodule.lo -MD -MP -MF .deps/_gi_la-gobjectmodule.Tpo -c gobjectmodule.c  -fno-common -DPIC -o .libs/_gi_la-gobjectmodule.o
24In file included from gobjectmodule.c:40:
25In file included from ./pygi-error.h:26:
26./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
27} PyGIFunctionCache;
28  ^
29./pygi-cache.h:34:35: note: previous definition is here
30typedef struct _PyGIFunctionCache PyGIFunctionCache;
31                                  ^
32./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
33} PyGIVFuncCache;
34  ^
35./pygi-cache.h:35:32: note: previous definition is here
36typedef struct _PyGIVFuncCache PyGIVFuncCache;
37                               ^
38gobjectmodule.c:1659:28: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
39    for (i = prefix_len; i >= 0; i--) {
40                         ~ ^  ~
413 warnings generated.
42mv -f .deps/_gi_la-gobjectmodule.Tpo .deps/_gi_la-gobjectmodule.Plo
43/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygboxed.lo -MD -MP -MF .deps/_gi_la-pygboxed.Tpo -c -o _gi_la-pygboxed.lo `test -f 'pygboxed.c' || echo './'`pygboxed.c
44libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygboxed.lo -MD -MP -MF .deps/_gi_la-pygboxed.Tpo -c pygboxed.c  -fno-common -DPIC -o .libs/_gi_la-pygboxed.o
45In file included from pygboxed.c:29:
46In file included from ./pygi.h:30:
47./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
48} PyGIFunctionCache;
49  ^
50./pygi-cache.h:34:35: note: previous definition is here
51typedef struct _PyGIFunctionCache PyGIFunctionCache;
52                                  ^
53./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
54} PyGIVFuncCache;
55  ^
56./pygi-cache.h:35:32: note: previous definition is here
57typedef struct _PyGIVFuncCache PyGIVFuncCache;
58                               ^
592 warnings generated.
60mv -f .deps/_gi_la-pygboxed.Tpo .deps/_gi_la-pygboxed.Plo
61/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygenum.lo -MD -MP -MF .deps/_gi_la-pygenum.Tpo -c -o _gi_la-pygenum.lo `test -f 'pygenum.c' || echo './'`pygenum.c
62libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygenum.lo -MD -MP -MF .deps/_gi_la-pygenum.Tpo -c pygenum.c  -fno-common -DPIC -o .libs/_gi_la-pygenum.o
63In file included from pygenum.c:28:
64In file included from ./pygi.h:30:
65./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
66} PyGIFunctionCache;
67  ^
68./pygi-cache.h:34:35: note: previous definition is here
69typedef struct _PyGIFunctionCache PyGIFunctionCache;
70                                  ^
71./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
72} PyGIVFuncCache;
73  ^
74./pygi-cache.h:35:32: note: previous definition is here
75typedef struct _PyGIVFuncCache PyGIVFuncCache;
76                               ^
772 warnings generated.
78mv -f .deps/_gi_la-pygenum.Tpo .deps/_gi_la-pygenum.Plo
79/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygflags.lo -MD -MP -MF .deps/_gi_la-pygflags.Tpo -c -o _gi_la-pygflags.lo `test -f 'pygflags.c' || echo './'`pygflags.c
80libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygflags.lo -MD -MP -MF .deps/_gi_la-pygflags.Tpo -c pygflags.c  -fno-common -DPIC -o .libs/_gi_la-pygflags.o
81In file included from pygflags.c:30:
82In file included from ./pygi.h:30:
83./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
84} PyGIFunctionCache;
85  ^
86./pygi-cache.h:34:35: note: previous definition is here
87typedef struct _PyGIFunctionCache PyGIFunctionCache;
88                                  ^
89./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
90} PyGIVFuncCache;
91  ^
92./pygi-cache.h:35:32: note: previous definition is here
93typedef struct _PyGIVFuncCache PyGIVFuncCache;
94                               ^
952 warnings generated.
96mv -f .deps/_gi_la-pygflags.Tpo .deps/_gi_la-pygflags.Plo
97/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pyginterface.lo -MD -MP -MF .deps/_gi_la-pyginterface.Tpo -c -o _gi_la-pyginterface.lo `test -f 'pyginterface.c' || echo './'`pyginterface.c
98libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyginterface.lo -MD -MP -MF .deps/_gi_la-pyginterface.Tpo -c pyginterface.c  -fno-common -DPIC -o .libs/_gi_la-pyginterface.o
99mv -f .deps/_gi_la-pyginterface.Tpo .deps/_gi_la-pyginterface.Plo
100/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygobject.lo -MD -MP -MF .deps/_gi_la-pygobject.Tpo -c -o _gi_la-pygobject.lo `test -f 'pygobject.c' || echo './'`pygobject.c
101libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygobject.lo -MD -MP -MF .deps/_gi_la-pygobject.Tpo -c pygobject.c  -fno-common -DPIC -o .libs/_gi_la-pygobject.o
102In file included from pygobject.c:30:
103In file included from ./pygi.h:30:
104./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
105} PyGIFunctionCache;
106  ^
107./pygi-cache.h:34:35: note: previous definition is here
108typedef struct _PyGIFunctionCache PyGIFunctionCache;
109                                  ^
110./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
111} PyGIVFuncCache;
112  ^
113./pygi-cache.h:35:32: note: previous definition is here
114typedef struct _PyGIVFuncCache PyGIVFuncCache;
115                               ^
1162 warnings generated.
117mv -f .deps/_gi_la-pygobject.Tpo .deps/_gi_la-pygobject.Plo
118/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygparamspec.lo -MD -MP -MF .deps/_gi_la-pygparamspec.Tpo -c -o _gi_la-pygparamspec.lo `test -f 'pygparamspec.c' || echo './'`pygparamspec.c
119libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygparamspec.lo -MD -MP -MF .deps/_gi_la-pygparamspec.Tpo -c pygparamspec.c  -fno-common -DPIC -o .libs/_gi_la-pygparamspec.o
120mv -f .deps/_gi_la-pygparamspec.Tpo .deps/_gi_la-pygparamspec.Plo
121/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygpointer.lo -MD -MP -MF .deps/_gi_la-pygpointer.Tpo -c -o _gi_la-pygpointer.lo `test -f 'pygpointer.c' || echo './'`pygpointer.c
122libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygpointer.lo -MD -MP -MF .deps/_gi_la-pygpointer.Tpo -c pygpointer.c  -fno-common -DPIC -o .libs/_gi_la-pygpointer.o
123In file included from pygpointer.c:29:
124In file included from ./pygi.h:30:
125./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
126} PyGIFunctionCache;
127  ^
128./pygi-cache.h:34:35: note: previous definition is here
129typedef struct _PyGIFunctionCache PyGIFunctionCache;
130                                  ^
131./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
132} PyGIVFuncCache;
133  ^
134./pygi-cache.h:35:32: note: previous definition is here
135typedef struct _PyGIVFuncCache PyGIVFuncCache;
136                               ^
1372 warnings generated.
138mv -f .deps/_gi_la-pygpointer.Tpo .deps/_gi_la-pygpointer.Plo
139/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygtype.lo -MD -MP -MF .deps/_gi_la-pygtype.Tpo -c -o _gi_la-pygtype.lo `test -f 'pygtype.c' || echo './'`pygtype.c
140libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygtype.lo -MD -MP -MF .deps/_gi_la-pygtype.Tpo -c pygtype.c  -fno-common -DPIC -o .libs/_gi_la-pygtype.o
141mv -f .deps/_gi_la-pygtype.Tpo .deps/_gi_la-pygtype.Plo
142/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-glibmodule.lo -MD -MP -MF .deps/_gi_la-glibmodule.Tpo -c -o _gi_la-glibmodule.lo `test -f 'glibmodule.c' || echo './'`glibmodule.c
143libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-glibmodule.lo -MD -MP -MF .deps/_gi_la-glibmodule.Tpo -c glibmodule.c  -fno-common -DPIC -o .libs/_gi_la-glibmodule.o
144mv -f .deps/_gi_la-glibmodule.Tpo .deps/_gi_la-glibmodule.Plo
145/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygoptioncontext.lo -MD -MP -MF .deps/_gi_la-pygoptioncontext.Tpo -c -o _gi_la-pygoptioncontext.lo `test -f 'pygoptioncontext.c' || echo './'`pygoptioncontext.c
146libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptioncontext.lo -MD -MP -MF .deps/_gi_la-pygoptioncontext.Tpo -c pygoptioncontext.c  -fno-common -DPIC -o .libs/_gi_la-pygoptioncontext.o
147In file included from pygoptioncontext.c:28:
148In file included from ./pygi-error.h:26:
149./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
150} PyGIFunctionCache;
151  ^
152./pygi-cache.h:34:35: note: previous definition is here
153typedef struct _PyGIFunctionCache PyGIFunctionCache;
154                                  ^
155./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
156} PyGIVFuncCache;
157  ^
158./pygi-cache.h:35:32: note: previous definition is here
159typedef struct _PyGIVFuncCache PyGIVFuncCache;
160                               ^
1612 warnings generated.
162mv -f .deps/_gi_la-pygoptioncontext.Tpo .deps/_gi_la-pygoptioncontext.Plo
163/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygoptiongroup.lo -MD -MP -MF .deps/_gi_la-pygoptiongroup.Tpo -c -o _gi_la-pygoptiongroup.lo `test -f 'pygoptiongroup.c' || echo './'`pygoptiongroup.c
164libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygoptiongroup.lo -MD -MP -MF .deps/_gi_la-pygoptiongroup.Tpo -c pygoptiongroup.c  -fno-common -DPIC -o .libs/_gi_la-pygoptiongroup.o
165In file included from pygoptiongroup.c:28:
166In file included from ./pygi-error.h:26:
167./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
168} PyGIFunctionCache;
169  ^
170./pygi-cache.h:34:35: note: previous definition is here
171typedef struct _PyGIFunctionCache PyGIFunctionCache;
172                                  ^
173./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
174} PyGIVFuncCache;
175  ^
176./pygi-cache.h:35:32: note: previous definition is here
177typedef struct _PyGIVFuncCache PyGIVFuncCache;
178                               ^
1792 warnings generated.
180mv -f .deps/_gi_la-pygoptiongroup.Tpo .deps/_gi_la-pygoptiongroup.Plo
181/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygspawn.lo -MD -MP -MF .deps/_gi_la-pygspawn.Tpo -c -o _gi_la-pygspawn.lo `test -f 'pygspawn.c' || echo './'`pygspawn.c
182libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygspawn.lo -MD -MP -MF .deps/_gi_la-pygspawn.Tpo -c pygspawn.c  -fno-common -DPIC -o .libs/_gi_la-pygspawn.o
183In file included from pygspawn.c:29:
184In file included from ./pygi-error.h:26:
185./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
186} PyGIFunctionCache;
187  ^
188./pygi-cache.h:34:35: note: previous definition is here
189typedef struct _PyGIFunctionCache PyGIFunctionCache;
190                                  ^
191./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
192} PyGIVFuncCache;
193  ^
194./pygi-cache.h:35:32: note: previous definition is here
195typedef struct _PyGIVFuncCache PyGIVFuncCache;
196                               ^
1972 warnings generated.
198mv -f .deps/_gi_la-pygspawn.Tpo .deps/_gi_la-pygspawn.Plo
199/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pyglib.lo -MD -MP -MF .deps/_gi_la-pyglib.Tpo -c -o _gi_la-pyglib.lo `test -f 'pyglib.c' || echo './'`pyglib.c
200libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pyglib.lo -MD -MP -MF .deps/_gi_la-pyglib.Tpo -c pyglib.c  -fno-common -DPIC -o .libs/_gi_la-pyglib.o
201mv -f .deps/_gi_la-pyglib.Tpo .deps/_gi_la-pyglib.Plo
202/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-gimodule.lo -MD -MP -MF .deps/_gi_la-gimodule.Tpo -c -o _gi_la-gimodule.lo `test -f 'gimodule.c' || echo './'`gimodule.c
203libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-gimodule.lo -MD -MP -MF .deps/_gi_la-gimodule.Tpo -c gimodule.c  -fno-common -DPIC -o .libs/_gi_la-gimodule.o
204In file included from gimodule.c:27:
205In file included from ./pygi-private.h:17:
206In file included from ./pygi.h:30:
207./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
208} PyGIFunctionCache;
209  ^
210./pygi-cache.h:34:35: note: previous definition is here
211typedef struct _PyGIFunctionCache PyGIFunctionCache;
212                                  ^
213./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
214} PyGIVFuncCache;
215  ^
216./pygi-cache.h:35:32: note: previous definition is here
217typedef struct _PyGIVFuncCache PyGIVFuncCache;
218                               ^
2192 warnings generated.
220mv -f .deps/_gi_la-gimodule.Tpo .deps/_gi_la-gimodule.Plo
221/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-repository.lo -MD -MP -MF .deps/_gi_la-pygi-repository.Tpo -c -o _gi_la-pygi-repository.lo `test -f 'pygi-repository.c' || echo './'`pygi-repository.c
222libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-repository.lo -MD -MP -MF .deps/_gi_la-pygi-repository.Tpo -c pygi-repository.c  -fno-common -DPIC -o .libs/_gi_la-pygi-repository.o
223In file included from pygi-repository.c:22:
224In file included from ./pygi-private.h:17:
225In file included from ./pygi.h:30:
226./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
227} PyGIFunctionCache;
228  ^
229./pygi-cache.h:34:35: note: previous definition is here
230typedef struct _PyGIFunctionCache PyGIFunctionCache;
231                                  ^
232./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
233} PyGIVFuncCache;
234  ^
235./pygi-cache.h:35:32: note: previous definition is here
236typedef struct _PyGIVFuncCache PyGIVFuncCache;
237                               ^
2382 warnings generated.
239mv -f .deps/_gi_la-pygi-repository.Tpo .deps/_gi_la-pygi-repository.Plo
240/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-info.lo -MD -MP -MF .deps/_gi_la-pygi-info.Tpo -c -o _gi_la-pygi-info.lo `test -f 'pygi-info.c' || echo './'`pygi-info.c
241libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-info.lo -MD -MP -MF .deps/_gi_la-pygi-info.Tpo -c pygi-info.c  -fno-common -DPIC -o .libs/_gi_la-pygi-info.o
242In file included from pygi-info.c:23:
243In file included from ./pygi-private.h:17:
244In file included from ./pygi.h:30:
245./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
246} PyGIFunctionCache;
247  ^
248./pygi-cache.h:34:35: note: previous definition is here
249typedef struct _PyGIFunctionCache PyGIFunctionCache;
250                                  ^
251./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
252} PyGIVFuncCache;
253  ^
254./pygi-cache.h:35:32: note: previous definition is here
255typedef struct _PyGIVFuncCache PyGIVFuncCache;
256                               ^
2572 warnings generated.
258mv -f .deps/_gi_la-pygi-info.Tpo .deps/_gi_la-pygi-info.Plo
259/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-foreign.lo -MD -MP -MF .deps/_gi_la-pygi-foreign.Tpo -c -o _gi_la-pygi-foreign.lo `test -f 'pygi-foreign.c' || echo './'`pygi-foreign.c
260libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-foreign.lo -MD -MP -MF .deps/_gi_la-pygi-foreign.Tpo -c pygi-foreign.c  -fno-common -DPIC -o .libs/_gi_la-pygi-foreign.o
261mv -f .deps/_gi_la-pygi-foreign.Tpo .deps/_gi_la-pygi-foreign.Plo
262/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-struct.lo -MD -MP -MF .deps/_gi_la-pygi-struct.Tpo -c -o _gi_la-pygi-struct.lo `test -f 'pygi-struct.c' || echo './'`pygi-struct.c
263libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct.lo -MD -MP -MF .deps/_gi_la-pygi-struct.Tpo -c pygi-struct.c  -fno-common -DPIC -o .libs/_gi_la-pygi-struct.o
264In file included from pygi-struct.c:22:
265In file included from ./pygi-private.h:17:
266In file included from ./pygi.h:30:
267./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
268} PyGIFunctionCache;
269  ^
270./pygi-cache.h:34:35: note: previous definition is here
271typedef struct _PyGIFunctionCache PyGIFunctionCache;
272                                  ^
273./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
274} PyGIVFuncCache;
275  ^
276./pygi-cache.h:35:32: note: previous definition is here
277typedef struct _PyGIVFuncCache PyGIVFuncCache;
278                               ^
2792 warnings generated.
280mv -f .deps/_gi_la-pygi-struct.Tpo .deps/_gi_la-pygi-struct.Plo
281/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-source.lo -MD -MP -MF .deps/_gi_la-pygi-source.Tpo -c -o _gi_la-pygi-source.lo `test -f 'pygi-source.c' || echo './'`pygi-source.c
282libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-source.lo -MD -MP -MF .deps/_gi_la-pygi-source.Tpo -c pygi-source.c  -fno-common -DPIC -o .libs/_gi_la-pygi-source.o
283In file included from pygi-source.c:28:
284In file included from ./pygi-private.h:17:
285In file included from ./pygi.h:30:
286./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
287} PyGIFunctionCache;
288  ^
289./pygi-cache.h:34:35: note: previous definition is here
290typedef struct _PyGIFunctionCache PyGIFunctionCache;
291                                  ^
292./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
293} PyGIVFuncCache;
294  ^
295./pygi-cache.h:35:32: note: previous definition is here
296typedef struct _PyGIVFuncCache PyGIVFuncCache;
297                               ^
2982 warnings generated.
299mv -f .deps/_gi_la-pygi-source.Tpo .deps/_gi_la-pygi-source.Plo
300/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-argument.lo -MD -MP -MF .deps/_gi_la-pygi-argument.Tpo -c -o _gi_la-pygi-argument.lo `test -f 'pygi-argument.c' || echo './'`pygi-argument.c
301libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-argument.lo -MD -MP -MF .deps/_gi_la-pygi-argument.Tpo -c pygi-argument.c  -fno-common -DPIC -o .libs/_gi_la-pygi-argument.o
302In file included from pygi-argument.c:22:
303In file included from ./pygi-private.h:17:
304In file included from ./pygi.h:30:
305./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
306} PyGIFunctionCache;
307  ^
308./pygi-cache.h:34:35: note: previous definition is here
309typedef struct _PyGIFunctionCache PyGIFunctionCache;
310                                  ^
311./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
312} PyGIVFuncCache;
313  ^
314./pygi-cache.h:35:32: note: previous definition is here
315typedef struct _PyGIVFuncCache PyGIVFuncCache;
316                               ^
317pygi-argument.c:114:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'gint8' (aka 'signed char') [-Wint-to-void-pointer-cast]
318            return GINT_TO_POINTER (arg->v_int8);
319                   ^
320/opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER'
321#define GINT_TO_POINTER(i)      ((gpointer)  (i))
322                                 ^
323pygi-argument.c:116:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'guint8' (aka 'unsigned char') [-Wint-to-void-pointer-cast]
324            return GINT_TO_POINTER (arg->v_uint8);
325                   ^
326/opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER'
327#define GINT_TO_POINTER(i)      ((gpointer)  (i))
328                                 ^
329pygi-argument.c:118:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'gint16' (aka 'short') [-Wint-to-void-pointer-cast]
330            return GINT_TO_POINTER (arg->v_int16);
331                   ^
332/opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER'
333#define GINT_TO_POINTER(i)      ((gpointer)  (i))
334                                 ^
335pygi-argument.c:120:20: warning: cast to 'gpointer' (aka 'void *') from smaller integer type 'guint16' (aka 'unsigned short') [-Wint-to-void-pointer-cast]
336            return GINT_TO_POINTER (arg->v_uint16);
337                   ^
338/opt/local/lib/glib-2.0/include/glibconfig.h:123:29: note: expanded from macro 'GINT_TO_POINTER'
339#define GINT_TO_POINTER(i)      ((gpointer)  (i))
340                                 ^
3416 warnings generated.
342mv -f .deps/_gi_la-pygi-argument.Tpo .deps/_gi_la-pygi-argument.Plo
343/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-type.lo -MD -MP -MF .deps/_gi_la-pygi-type.Tpo -c -o _gi_la-pygi-type.lo `test -f 'pygi-type.c' || echo './'`pygi-type.c
344libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-type.lo -MD -MP -MF .deps/_gi_la-pygi-type.Tpo -c pygi-type.c  -fno-common -DPIC -o .libs/_gi_la-pygi-type.o
345In file included from pygi-type.c:22:
346In file included from ./pygi-private.h:17:
347In file included from ./pygi.h:30:
348./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
349} PyGIFunctionCache;
350  ^
351./pygi-cache.h:34:35: note: previous definition is here
352typedef struct _PyGIFunctionCache PyGIFunctionCache;
353                                  ^
354./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
355} PyGIVFuncCache;
356  ^
357./pygi-cache.h:35:32: note: previous definition is here
358typedef struct _PyGIVFuncCache PyGIVFuncCache;
359                               ^
3602 warnings generated.
361mv -f .deps/_gi_la-pygi-type.Tpo .deps/_gi_la-pygi-type.Plo
362/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-boxed.lo -MD -MP -MF .deps/_gi_la-pygi-boxed.Tpo -c -o _gi_la-pygi-boxed.lo `test -f 'pygi-boxed.c' || echo './'`pygi-boxed.c
363libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-boxed.lo -MD -MP -MF .deps/_gi_la-pygi-boxed.Tpo -c pygi-boxed.c  -fno-common -DPIC -o .libs/_gi_la-pygi-boxed.o
364In file included from pygi-boxed.c:22:
365In file included from ./pygi-private.h:17:
366In file included from ./pygi.h:30:
367./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
368} PyGIFunctionCache;
369  ^
370./pygi-cache.h:34:35: note: previous definition is here
371typedef struct _PyGIFunctionCache PyGIFunctionCache;
372                                  ^
373./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
374} PyGIVFuncCache;
375  ^
376./pygi-cache.h:35:32: note: previous definition is here
377typedef struct _PyGIVFuncCache PyGIVFuncCache;
378                               ^
3792 warnings generated.
380mv -f .deps/_gi_la-pygi-boxed.Tpo .deps/_gi_la-pygi-boxed.Plo
381/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-closure.lo -MD -MP -MF .deps/_gi_la-pygi-closure.Tpo -c -o _gi_la-pygi-closure.lo `test -f 'pygi-closure.c' || echo './'`pygi-closure.c
382libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-closure.lo -MD -MP -MF .deps/_gi_la-pygi-closure.Tpo -c pygi-closure.c  -fno-common -DPIC -o .libs/_gi_la-pygi-closure.o
383In file included from pygi-closure.c:20:
384In file included from ./pygi-private.h:17:
385In file included from ./pygi.h:30:
386./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
387} PyGIFunctionCache;
388  ^
389./pygi-cache.h:34:35: note: previous definition is here
390typedef struct _PyGIFunctionCache PyGIFunctionCache;
391                                  ^
392./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
393} PyGIVFuncCache;
394  ^
395./pygi-cache.h:35:32: note: previous definition is here
396typedef struct _PyGIVFuncCache PyGIVFuncCache;
397                               ^
3982 warnings generated.
399mv -f .deps/_gi_la-pygi-closure.Tpo .deps/_gi_la-pygi-closure.Plo
400/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-ccallback.lo -MD -MP -MF .deps/_gi_la-pygi-ccallback.Tpo -c -o _gi_la-pygi-ccallback.lo `test -f 'pygi-ccallback.c' || echo './'`pygi-ccallback.c
401libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-ccallback.lo -MD -MP -MF .deps/_gi_la-pygi-ccallback.Tpo -c pygi-ccallback.c  -fno-common -DPIC -o .libs/_gi_la-pygi-ccallback.o
402In file included from pygi-ccallback.c:22:
403In file included from ./pygi-private.h:17:
404In file included from ./pygi.h:30:
405./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
406} PyGIFunctionCache;
407  ^
408./pygi-cache.h:34:35: note: previous definition is here
409typedef struct _PyGIFunctionCache PyGIFunctionCache;
410                                  ^
411./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
412} PyGIVFuncCache;
413  ^
414./pygi-cache.h:35:32: note: previous definition is here
415typedef struct _PyGIVFuncCache PyGIVFuncCache;
416                               ^
4172 warnings generated.
418mv -f .deps/_gi_la-pygi-ccallback.Tpo .deps/_gi_la-pygi-ccallback.Plo
419/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-property.lo -MD -MP -MF .deps/_gi_la-pygi-property.Tpo -c -o _gi_la-pygi-property.lo `test -f 'pygi-property.c' || echo './'`pygi-property.c
420libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-property.lo -MD -MP -MF .deps/_gi_la-pygi-property.Tpo -c pygi-property.c  -fno-common -DPIC -o .libs/_gi_la-pygi-property.o
421In file included from pygi-property.c:24:
422In file included from ./pygi-private.h:17:
423In file included from ./pygi.h:30:
424./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
425} PyGIFunctionCache;
426  ^
427./pygi-cache.h:34:35: note: previous definition is here
428typedef struct _PyGIFunctionCache PyGIFunctionCache;
429                                  ^
430./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
431} PyGIVFuncCache;
432  ^
433./pygi-cache.h:35:32: note: previous definition is here
434typedef struct _PyGIVFuncCache PyGIVFuncCache;
435                               ^
4362 warnings generated.
437mv -f .deps/_gi_la-pygi-property.Tpo .deps/_gi_la-pygi-property.Plo
438/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-signal-closure.lo -MD -MP -MF .deps/_gi_la-pygi-signal-closure.Tpo -c -o _gi_la-pygi-signal-closure.lo `test -f 'pygi-signal-closure.c' || echo './'`pygi-signal-closure.c
439libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-signal-closure.lo -MD -MP -MF .deps/_gi_la-pygi-signal-closure.Tpo -c pygi-signal-closure.c  -fno-common -DPIC -o .libs/_gi_la-pygi-signal-closure.o
440In file included from pygi-signal-closure.c:19:
441In file included from ./pygi-private.h:17:
442In file included from ./pygi.h:30:
443./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
444} PyGIFunctionCache;
445  ^
446./pygi-cache.h:34:35: note: previous definition is here
447typedef struct _PyGIFunctionCache PyGIFunctionCache;
448                                  ^
449./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
450} PyGIVFuncCache;
451  ^
452./pygi-cache.h:35:32: note: previous definition is here
453typedef struct _PyGIVFuncCache PyGIVFuncCache;
454                               ^
4552 warnings generated.
456mv -f .deps/_gi_la-pygi-signal-closure.Tpo .deps/_gi_la-pygi-signal-closure.Plo
457/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-invoke.lo -MD -MP -MF .deps/_gi_la-pygi-invoke.Tpo -c -o _gi_la-pygi-invoke.lo `test -f 'pygi-invoke.c' || echo './'`pygi-invoke.c
458libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-invoke.lo -MD -MP -MF .deps/_gi_la-pygi-invoke.Tpo -c pygi-invoke.c  -fno-common -DPIC -o .libs/_gi_la-pygi-invoke.o
459In file included from pygi-invoke.c:24:
460In file included from ./pygi-invoke.h:27:
461In file included from ./pygi-private.h:17:
462In file included from ./pygi.h:30:
463./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
464} PyGIFunctionCache;
465  ^
466./pygi-cache.h:34:35: note: previous definition is here
467typedef struct _PyGIFunctionCache PyGIFunctionCache;
468                                  ^
469./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
470} PyGIVFuncCache;
471  ^
472./pygi-cache.h:35:32: note: previous definition is here
473typedef struct _PyGIVFuncCache PyGIVFuncCache;
474                               ^
4752 warnings generated.
476mv -f .deps/_gi_la-pygi-invoke.Tpo .deps/_gi_la-pygi-invoke.Plo
477/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-cache.lo -MD -MP -MF .deps/_gi_la-pygi-cache.Tpo -c -o _gi_la-pygi-cache.lo `test -f 'pygi-cache.c' || echo './'`pygi-cache.c
478libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-cache.lo -MD -MP -MF .deps/_gi_la-pygi-cache.Tpo -c pygi-cache.c  -fno-common -DPIC -o .libs/_gi_la-pygi-cache.o
479In file included from pygi-cache.c:25:
480./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
481} PyGIFunctionCache;
482  ^
483./pygi-cache.h:34:35: note: previous definition is here
484typedef struct _PyGIFunctionCache PyGIFunctionCache;
485                                  ^
486./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
487} PyGIVFuncCache;
488  ^
489./pygi-cache.h:35:32: note: previous definition is here
490typedef struct _PyGIVFuncCache PyGIVFuncCache;
491                               ^
4922 warnings generated.
493mv -f .deps/_gi_la-pygi-cache.Tpo .deps/_gi_la-pygi-cache.Plo
494/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-marshal-cleanup.lo -MD -MP -MF .deps/_gi_la-pygi-marshal-cleanup.Tpo -c -o _gi_la-pygi-marshal-cleanup.lo `test -f 'pygi-marshal-cleanup.c' || echo './'`pygi-marshal-cleanup.c
495libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-marshal-cleanup.lo -MD -MP -MF .deps/_gi_la-pygi-marshal-cleanup.Tpo -c pygi-marshal-cleanup.c  -fno-common -DPIC -o .libs/_gi_la-pygi-marshal-cleanup.o
496In file included from pygi-marshal-cleanup.c:20:
497In file included from ./pygi-marshal-cleanup.h:23:
498In file included from ./pygi-private.h:17:
499In file included from ./pygi.h:30:
500./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
501} PyGIFunctionCache;
502  ^
503./pygi-cache.h:34:35: note: previous definition is here
504typedef struct _PyGIFunctionCache PyGIFunctionCache;
505                                  ^
506./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
507} PyGIVFuncCache;
508  ^
509./pygi-cache.h:35:32: note: previous definition is here
510typedef struct _PyGIVFuncCache PyGIVFuncCache;
511                               ^
5122 warnings generated.
513mv -f .deps/_gi_la-pygi-marshal-cleanup.Tpo .deps/_gi_la-pygi-marshal-cleanup.Plo
514/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-basictype.lo -MD -MP -MF .deps/_gi_la-pygi-basictype.Tpo -c -o _gi_la-pygi-basictype.lo `test -f 'pygi-basictype.c' || echo './'`pygi-basictype.c
515libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-basictype.lo -MD -MP -MF .deps/_gi_la-pygi-basictype.Tpo -c pygi-basictype.c  -fno-common -DPIC -o .libs/_gi_la-pygi-basictype.o
516In file included from pygi-basictype.c:24:
517In file included from ./pygi-basictype.h:24:
518./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
519} PyGIFunctionCache;
520  ^
521./pygi-cache.h:34:35: note: previous definition is here
522typedef struct _PyGIFunctionCache PyGIFunctionCache;
523                                  ^
524./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
525} PyGIVFuncCache;
526  ^
527./pygi-cache.h:35:32: note: previous definition is here
528typedef struct _PyGIVFuncCache PyGIVFuncCache;
529                               ^
5302 warnings generated.
531mv -f .deps/_gi_la-pygi-basictype.Tpo .deps/_gi_la-pygi-basictype.Plo
532/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-list.lo -MD -MP -MF .deps/_gi_la-pygi-list.Tpo -c -o _gi_la-pygi-list.lo `test -f 'pygi-list.c' || echo './'`pygi-list.c
533libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-list.lo -MD -MP -MF .deps/_gi_la-pygi-list.Tpo -c pygi-list.c  -fno-common -DPIC -o .libs/_gi_la-pygi-list.o
534In file included from pygi-list.c:21:
535In file included from ./pygi-list.h:24:
536./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
537} PyGIFunctionCache;
538  ^
539./pygi-cache.h:34:35: note: previous definition is here
540typedef struct _PyGIFunctionCache PyGIFunctionCache;
541                                  ^
542./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
543} PyGIVFuncCache;
544  ^
545./pygi-cache.h:35:32: note: previous definition is here
546typedef struct _PyGIVFuncCache PyGIVFuncCache;
547                               ^
5482 warnings generated.
549mv -f .deps/_gi_la-pygi-list.Tpo .deps/_gi_la-pygi-list.Plo
550/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-array.lo -MD -MP -MF .deps/_gi_la-pygi-array.Tpo -c -o _gi_la-pygi-array.lo `test -f 'pygi-array.c' || echo './'`pygi-array.c
551libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-array.lo -MD -MP -MF .deps/_gi_la-pygi-array.Tpo -c pygi-array.c  -fno-common -DPIC -o .libs/_gi_la-pygi-array.o
552In file included from pygi-array.c:25:
553In file included from ./pygi-array.h:24:
554./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
555} PyGIFunctionCache;
556  ^
557./pygi-cache.h:34:35: note: previous definition is here
558typedef struct _PyGIFunctionCache PyGIFunctionCache;
559                                  ^
560./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
561} PyGIVFuncCache;
562  ^
563./pygi-cache.h:35:32: note: previous definition is here
564typedef struct _PyGIVFuncCache PyGIVFuncCache;
565                               ^
5662 warnings generated.
567mv -f .deps/_gi_la-pygi-array.Tpo .deps/_gi_la-pygi-array.Plo
568/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-error.lo -MD -MP -MF .deps/_gi_la-pygi-error.Tpo -c -o _gi_la-pygi-error.lo `test -f 'pygi-error.c' || echo './'`pygi-error.c
569libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-error.lo -MD -MP -MF .deps/_gi_la-pygi-error.Tpo -c pygi-error.c  -fno-common -DPIC -o .libs/_gi_la-pygi-error.o
570In file included from pygi-error.c:24:
571In file included from ./pygi-private.h:17:
572In file included from ./pygi.h:30:
573./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
574} PyGIFunctionCache;
575  ^
576./pygi-cache.h:34:35: note: previous definition is here
577typedef struct _PyGIFunctionCache PyGIFunctionCache;
578                                  ^
579./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
580} PyGIVFuncCache;
581  ^
582./pygi-cache.h:35:32: note: previous definition is here
583typedef struct _PyGIVFuncCache PyGIVFuncCache;
584                               ^
5852 warnings generated.
586mv -f .deps/_gi_la-pygi-error.Tpo .deps/_gi_la-pygi-error.Plo
587/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-object.lo -MD -MP -MF .deps/_gi_la-pygi-object.Tpo -c -o _gi_la-pygi-object.lo `test -f 'pygi-object.c' || echo './'`pygi-object.c
588libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-object.lo -MD -MP -MF .deps/_gi_la-pygi-object.Tpo -c pygi-object.c  -fno-common -DPIC -o .libs/_gi_la-pygi-object.o
589In file included from pygi-object.c:25:
590In file included from ./pygi-object.h:24:
591./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
592} PyGIFunctionCache;
593  ^
594./pygi-cache.h:34:35: note: previous definition is here
595typedef struct _PyGIFunctionCache PyGIFunctionCache;
596                                  ^
597./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
598} PyGIVFuncCache;
599  ^
600./pygi-cache.h:35:32: note: previous definition is here
601typedef struct _PyGIVFuncCache PyGIVFuncCache;
602                               ^
6032 warnings generated.
604mv -f .deps/_gi_la-pygi-object.Tpo .deps/_gi_la-pygi-object.Plo
605/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-value.lo -MD -MP -MF .deps/_gi_la-pygi-value.Tpo -c -o _gi_la-pygi-value.lo `test -f 'pygi-value.c' || echo './'`pygi-value.c
606libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-value.lo -MD -MP -MF .deps/_gi_la-pygi-value.Tpo -c pygi-value.c  -fno-common -DPIC -o .libs/_gi_la-pygi-value.o
607mv -f .deps/_gi_la-pygi-value.Tpo .deps/_gi_la-pygi-value.Plo
608/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-enum-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-enum-marshal.Tpo -c -o _gi_la-pygi-enum-marshal.lo `test -f 'pygi-enum-marshal.c' || echo './'`pygi-enum-marshal.c
609libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-enum-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-enum-marshal.Tpo -c pygi-enum-marshal.c  -fno-common -DPIC -o .libs/_gi_la-pygi-enum-marshal.o
610In file included from pygi-enum-marshal.c:25:
611In file included from ./pygi-enum-marshal.h:24:
612./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
613} PyGIFunctionCache;
614  ^
615./pygi-cache.h:34:35: note: previous definition is here
616typedef struct _PyGIFunctionCache PyGIFunctionCache;
617                                  ^
618./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
619} PyGIVFuncCache;
620  ^
621./pygi-cache.h:35:32: note: previous definition is here
622typedef struct _PyGIVFuncCache PyGIVFuncCache;
623                               ^
6242 warnings generated.
625mv -f .deps/_gi_la-pygi-enum-marshal.Tpo .deps/_gi_la-pygi-enum-marshal.Plo
626/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-struct-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-struct-marshal.Tpo -c -o _gi_la-pygi-struct-marshal.lo `test -f 'pygi-struct-marshal.c' || echo './'`pygi-struct-marshal.c
627libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-struct-marshal.lo -MD -MP -MF .deps/_gi_la-pygi-struct-marshal.Tpo -c pygi-struct-marshal.c  -fno-common -DPIC -o .libs/_gi_la-pygi-struct-marshal.o
628In file included from pygi-struct-marshal.c:25:
629In file included from ./pygi-struct-marshal.h:25:
630./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
631} PyGIFunctionCache;
632  ^
633./pygi-cache.h:34:35: note: previous definition is here
634typedef struct _PyGIFunctionCache PyGIFunctionCache;
635                                  ^
636./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
637} PyGIVFuncCache;
638  ^
639./pygi-cache.h:35:32: note: previous definition is here
640typedef struct _PyGIVFuncCache PyGIVFuncCache;
641                               ^
6422 warnings generated.
643mv -f .deps/_gi_la-pygi-struct-marshal.Tpo .deps/_gi_la-pygi-struct-marshal.Plo
644/bin/sh ../libtool  --tag=CC   --mode=compile /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I..  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include  -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -MT _gi_la-pygi-hashtable.lo -MD -MP -MF .deps/_gi_la-pygi-hashtable.Tpo -c -o _gi_la-pygi-hashtable.lo `test -f 'pygi-hashtable.c' || echo './'`pygi-hashtable.c
645libtool: compile:  /opt/local/bin/clang-mp-3.4 -DHAVE_CONFIG_H -I. -I.. -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -I/opt/local/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90 -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs -MT _gi_la-pygi-hashtable.lo -MD -MP -MF .deps/_gi_la-pygi-hashtable.Tpo -c pygi-hashtable.c  -fno-common -DPIC -o .libs/_gi_la-pygi-hashtable.o
646In file included from pygi-hashtable.c:21:
647In file included from ./pygi-hashtable.h:24:
648./pygi-cache.h:210:3: warning: redefinition of typedef 'PyGIFunctionCache' is a C11 feature [-Wtypedef-redefinition]
649} PyGIFunctionCache;
650  ^
651./pygi-cache.h:34:35: note: previous definition is here
652typedef struct _PyGIFunctionCache PyGIFunctionCache;
653                                  ^
654./pygi-cache.h:216:3: warning: redefinition of typedef 'PyGIVFuncCache' is a C11 feature [-Wtypedef-redefinition]
655} PyGIVFuncCache;
656  ^
657./pygi-cache.h:35:32: note: previous definition is here
658typedef struct _PyGIVFuncCache PyGIVFuncCache;
659                               ^
6602 warnings generated.
661mv -f .deps/_gi_la-pygi-hashtable.Tpo .deps/_gi_la-pygi-hashtable.Plo
662/bin/sh ../libtool  --tag=CC   --mode=link /opt/local/bin/clang-mp-3.4 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -DPY_SSIZE_T_CLEAN -D_REENTRANT -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -D_REENTRANT -I/opt/local/include/gobject-introspection-1.0 -I/opt/local/lib/libffi-3.2.1/include -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include  -Os -arch ppc -Wall -Werror=unused-variable -fno-strict-aliasing -Werror=declaration-after-statement -std=c90  -Wall -Wstrict-prototypes -Wnested-externs -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs   -module -avoid-version -shrext .so  -export-symbols-regex "init_gi|PyInit__gi" -L/opt/local/lib -Wl,-headerpad_max_install_names -arch ppc  -o _gi.la -rpath /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/gi _gi_la-gobjectmodule.lo _gi_la-pygboxed.lo _gi_la-pygenum.lo _gi_la-pygflags.lo _gi_la-pyginterface.lo _gi_la-pygobject.lo _gi_la-pygparamspec.lo _gi_la-pygpointer.lo _gi_la-pygtype.lo _gi_la-glibmodule.lo _gi_la-pygoptioncontext.lo _gi_la-pygoptiongroup.lo _gi_la-pygspawn.lo _gi_la-pyglib.lo _gi_la-gimodule.lo _gi_la-pygi-repository.lo _gi_la-pygi-info.lo _gi_la-pygi-foreign.lo _gi_la-pygi-struct.lo _gi_la-pygi-source.lo _gi_la-pygi-argument.lo _gi_la-pygi-type.lo _gi_la-pygi-boxed.lo _gi_la-pygi-closure.lo _gi_la-pygi-ccallback.lo _gi_la-pygi-property.lo _gi_la-pygi-signal-closure.lo _gi_la-pygi-invoke.lo _gi_la-pygi-cache.lo _gi_la-pygi-marshal-cleanup.lo _gi_la-pygi-basictype.lo _gi_la-pygi-list.lo _gi_la-pygi-array.lo _gi_la-pygi-error.lo _gi_la-pygi-object.lo _gi_la-pygi-value.lo _gi_la-pygi-enum-marshal.lo _gi_la-pygi-struct-marshal.lo _gi_la-pygi-hashtable.lo  -L/opt/local/lib -lgobject-2.0 -lgthread-2.0 -lglib-2.0 -lintl  -L/opt/local/lib -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -lintl  -L/opt/local/lib -lffi 
663libtool: link: /usr/bin/nm -p  .libs/_gi_la-gobjectmodule.o .libs/_gi_la-pygboxed.o .libs/_gi_la-pygenum.o .libs/_gi_la-pygflags.o .libs/_gi_la-pyginterface.o .libs/_gi_la-pygobject.o .libs/_gi_la-pygparamspec.o .libs/_gi_la-pygpointer.o .libs/_gi_la-pygtype.o .libs/_gi_la-glibmodule.o .libs/_gi_la-pygoptioncontext.o .libs/_gi_la-pygoptiongroup.o .libs/_gi_la-pygspawn.o .libs/_gi_la-pyglib.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-cleanup.o .libs/_gi_la-pygi-basictype.o .libs/_gi_la-pygi-list.o .libs/_gi_la-pygi-array.o .libs/_gi_la-pygi-error.o .libs/_gi_la-pygi-object.o .libs/_gi_la-pygi-value.o .libs/_gi_la-pygi-enum-marshal.o .libs/_gi_la-pygi-struct-marshal.o .libs/_gi_la-pygi-hashtable.o   | sed -n -e 's/^.*[  ]\([BCDEGRST][BCDEGRST]*\)[     ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' | /opt/local/bin/gsed 's/.* //' | sort | uniq > .libs/_gi.exp
664libtool: link: /usr/bin/grep -E -e "init_gi|PyInit__gi" ".libs/_gi.exp" > ".libs/_gi.expT"
665libtool: link: mv -f ".libs/_gi.expT" ".libs/_gi.exp"
666libtool: link: sed -e 's,^,_,' < .libs/_gi.exp > .libs/_gi-symbols.expsym
667libtool: link: /opt/local/bin/clang-mp-3.4 -Wl,-undefined -Wl,dynamic_lookup -o .libs/_gi.so -bundle  .libs/_gi_la-gobjectmodule.o .libs/_gi_la-pygboxed.o .libs/_gi_la-pygenum.o .libs/_gi_la-pygflags.o .libs/_gi_la-pyginterface.o .libs/_gi_la-pygobject.o .libs/_gi_la-pygparamspec.o .libs/_gi_la-pygpointer.o .libs/_gi_la-pygtype.o .libs/_gi_la-glibmodule.o .libs/_gi_la-pygoptioncontext.o .libs/_gi_la-pygoptiongroup.o .libs/_gi_la-pygspawn.o .libs/_gi_la-pyglib.o .libs/_gi_la-gimodule.o .libs/_gi_la-pygi-repository.o .libs/_gi_la-pygi-info.o .libs/_gi_la-pygi-foreign.o .libs/_gi_la-pygi-struct.o .libs/_gi_la-pygi-source.o .libs/_gi_la-pygi-argument.o .libs/_gi_la-pygi-type.o .libs/_gi_la-pygi-boxed.o .libs/_gi_la-pygi-closure.o .libs/_gi_la-pygi-ccallback.o .libs/_gi_la-pygi-property.o .libs/_gi_la-pygi-signal-closure.o .libs/_gi_la-pygi-invoke.o .libs/_gi_la-pygi-cache.o .libs/_gi_la-pygi-marshal-cleanup.o .libs/_gi_la-pygi-basictype.o .libs/_gi_la-pygi-list.o .libs/_gi_la-pygi-array.o .libs/_gi_la-pygi-error.o .libs/_gi_la-pygi-object.o .libs/_gi_la-pygi-value.o .libs/_gi_la-pygi-enum-marshal.o .libs/_gi_la-pygi-struct-marshal.o .libs/_gi_la-pygi-hashtable.o   -L/opt/local/lib /opt/local/lib/libgthread-2.0.dylib /opt/local/lib/libgirepository-1.0.dylib /opt/local/lib/libgobject-2.0.dylib /opt/local/lib/libglib-2.0.dylib /opt/local/lib/libintl.dylib /opt/local/lib/libffi.dylib  -Os -arch ppc -Wl,-headerpad_max_install_names -arch ppc   -Wl,-exported_symbols_list,.libs/_gi-symbols.expsym
668ld: absolute addressing (perhaps -mdynamic-no-pic) used in _pygobject_constructv from .libs/_gi_la-gobjectmodule.o not allowed in slidable image. Use '-read_only_relocs suppress' to enable text relocs
669collect2: ld returned 1 exit status
670clang: error: linker (via gcc) command failed with exit code 1 (use -v to see invocation)
671make[3]: *** [_gi.la] Error 1
672make[2]: *** [all-recursive] Error 1
673make[1]: *** [all-recursive] Error 1
674make: *** [all] Error 2