Skip to content

Instantly share code, notes, and snippets.

@jacobsvante
Created September 9, 2012 20:25
Show Gist options
  • Save jacobsvante/3687046 to your computer and use it in GitHub Desktop.
Save jacobsvante/3687046 to your computer and use it in GitHub Desktop.
homebrew uwsgi 1.2.5 manual `make`
air:uwsgi-1.2.5 jacob$ ~/.virtualenvs/hestra/bin/python uwsgiconfig.py --build
using profile: buildconf/default.ini
detected include path: ['/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include', '/usr/local/include', '/usr/include', '/System/Library/Frameworks', '/Library/Frameworks']
configured CFLAGS: -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_BUILD_DATE="\"09 September 2012 22:23:12\"" -DUWSGI_HAS_IFADDRS -mmacosx-version-min=10.5 -DUWSGI_LOCK_USE_OSX_SPINLOCK -DUWSGI_EVENT_USE_KQUEUE -DUWSGI_EVENT_TIMER_USE_KQUEUE -DUWSGI_EVENT_FILEMONITOR_USE_KQUEUE -DUWSGI_EMBEDDED -DUWSGI_UDP -I/usr/local/Cellar/pcre/8.31/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"1.2.5\"" -DUWSGI_VERSION_BASE="1" -DUWSGI_VERSION_MAJOR="2" -DUWSGI_VERSION_MINOR="5" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_INI -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_LDAP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_SQLITE3 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);"
*** uWSGI compiling server core ***
utils.o is up to date
protocol.o is up to date
socket.o is up to date
logging.o is up to date
master.o is up to date
master_utils.o is up to date
emperor.o is up to date
notify.o is up to date
mule.o is up to date
subscription.o is up to date
plugins.o is up to date
lock.o is up to date
cache.o is up to date
queue.o is up to date
event.o is up to date
signal.o is up to date
cluster.o is up to date
rpc.o is up to date
gateway.o is up to date
loop.o is up to date
lib/rbtree.o is up to date
lib/amqp.o is up to date
rb_timers.o is up to date
main.o is up to date
proto/base.o is up to date
proto/uwsgi.o is up to date
proto/http.o is up to date
proto/fastcgi.o is up to date
regexp.o is up to date
routing.o is up to date
async.o is up to date
ini.o is up to date
yaml.o is up to date
ldap.o is up to date
snmp.o is up to date
sendfile.o is up to date
xmlconf.o is up to date
sqlite3.o is up to date
spooler.o is up to date
*** uWSGI compiling embedded plugins ***
[/usr/bin/clang] plugins/python/python_plugin.o
In file included from plugins/python/python_plugin.c:1:
In file included from plugins/python/uwsgi_python.h:2:
In file included from /usr/local/Cellar/python/2.7.3/include/python2.7/Python.h:126:
/usr/local/Cellar/python/2.7.3/include/python2.7/modsupport.h:27:65: error:
'format' attribute argument not supported: PyArg_ParseTuple [-Werror]
...*, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
^
/usr/local/Cellar/python/2.7.3/include/python2.7/pyport.h:871:57: note:
expanded from macro 'Py_FORMAT_PARSETUPLE'
#define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2)))
^
1 error generated.
air:uwsgi-1.2.5 jacob$ cd
air:~ jacob$ rm -rf uwsgi-1.2.5/
air:~ jacob$ tar xf /Library/Caches/Homebrew/uwsgi-1.2.5.tar.gz
air:~ jacob$ cd uwsgi-1.2.5/
air:uwsgi-1.2.5 jacob$ make
python uwsgiconfig.py --build
using profile: buildconf/default.ini
detected include path: ['/usr/llvm-gcc-4.2/bin/../lib/gcc/i686-apple-darwin11/4.2.1/include', '/usr/local/include', '/usr/include', '/System/Library/Frameworks', '/Library/Frameworks']
configured CFLAGS: -O2 -Wall -Werror -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_BUILD_DATE="\"09 September 2012 22:24:49\"" -DUWSGI_HAS_IFADDRS -mmacosx-version-min=10.5 -DUWSGI_LOCK_USE_OSX_SPINLOCK -DUWSGI_EVENT_USE_KQUEUE -DUWSGI_EVENT_TIMER_USE_KQUEUE -DUWSGI_EVENT_FILEMONITOR_USE_KQUEUE -DUWSGI_EMBEDDED -DUWSGI_UDP -I/usr/local/Cellar/pcre/8.31/include -DUWSGI_PCRE -DUWSGI_ROUTING -DUWSGI_UUID -DUWSGI_VERSION="\"1.2.5\"" -DUWSGI_VERSION_BASE="1" -DUWSGI_VERSION_MAJOR="2" -DUWSGI_VERSION_MINOR="5" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_ASYNC -DUWSGI_MULTICAST -DUWSGI_MINTERPRETERS -DUWSGI_INI -DUWSGI_YAML -DUWSGI_LIBYAML -DUWSGI_LDAP -DUWSGI_SNMP -DUWSGI_THREADING -DUWSGI_SENDFILE -I/usr/include/libxml2 -DUWSGI_XML -DUWSGI_XML_LIBXML2 -DUWSGI_SQLITE3 -DUWSGI_PLUGIN_DIR=\".\" -DUWSGI_SPOOLER -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);"
*** uWSGI compiling server core ***
[/usr/bin/clang] utils.o
[/usr/bin/clang] protocol.o
[/usr/bin/clang] socket.o
[/usr/bin/clang] logging.o
[/usr/bin/clang] master.o
[/usr/bin/clang] master_utils.o
[/usr/bin/clang] emperor.o
[/usr/bin/clang] notify.o
[/usr/bin/clang] mule.o
[/usr/bin/clang] subscription.o
[/usr/bin/clang] plugins.o
[/usr/bin/clang] lock.o
[/usr/bin/clang] cache.o
[/usr/bin/clang] queue.o
[/usr/bin/clang] event.o
[/usr/bin/clang] signal.o
[/usr/bin/clang] cluster.o
[/usr/bin/clang] rpc.o
[/usr/bin/clang] gateway.o
[/usr/bin/clang] loop.o
[/usr/bin/clang] lib/rbtree.o
[/usr/bin/clang] lib/amqp.o
[/usr/bin/clang] rb_timers.o
[/usr/bin/clang] main.o
[/usr/bin/clang] proto/base.o
[/usr/bin/clang] proto/uwsgi.o
[/usr/bin/clang] proto/http.o
[/usr/bin/clang] proto/fastcgi.o
[/usr/bin/clang] regexp.o
[/usr/bin/clang] routing.o
[/usr/bin/clang] async.o
[/usr/bin/clang] ini.o
[/usr/bin/clang] yaml.o
[/usr/bin/clang] ldap.o
[/usr/bin/clang] snmp.o
[/usr/bin/clang] sendfile.o
[/usr/bin/clang] xmlconf.o
[/usr/bin/clang] sqlite3.o
[/usr/bin/clang] spooler.o
*** uWSGI compiling embedded plugins ***
[/usr/bin/clang] plugins/python/python_plugin.o
In file included from plugins/python/python_plugin.c:1:
In file included from plugins/python/uwsgi_python.h:2:
In file included from /usr/local/Cellar/python/2.7.3/include/python2.7/Python.h:126:
/usr/local/Cellar/python/2.7.3/include/python2.7/modsupport.h:27:65: error:
'format' attribute argument not supported: PyArg_ParseTuple [-Werror]
...*, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3);
^
/usr/local/Cellar/python/2.7.3/include/python2.7/pyport.h:871:57: note:
expanded from macro 'Py_FORMAT_PARSETUPLE'
#define Py_FORMAT_PARSETUPLE(func,p1,p2) __attribute__((format(func,p1,p2)))
^
1 error generated.
make: *** [all] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment