Skip to content

Instantly share code, notes, and snippets.

@BrianHicks
Created April 26, 2013 17:24
Show Gist options
  • Save BrianHicks/f136b4180c3d75cbb8c5 to your computer and use it in GitHub Desktop.
Save BrianHicks/f136b4180c3d75cbb8c5 to your computer and use it in GitHub Desktop.
New python executable in 5ae7fc687be63b8/bin/python
Installing setuptools.............done.
Installing pip................done.
Downloading/unpacking WeasyPrint
Running setup.py egg_info for package WeasyPrint
no previously-included directories found matching 'docs/_build'
Downloading/unpacking lxml (from WeasyPrint)
Running setup.py egg_info for package lxml
/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.1.2.
Building without Cython.
Using build configuration of libxslt 1.1.24
warning: no previously-included files found matching '*.py'
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Downloading/unpacking tinycss==0.3 (from WeasyPrint)
Running setup.py egg_info for package tinycss
Building without Cython.
no previously-included directories found matching 'docs/_build'
Downloading/unpacking cssselect>=0.6 (from WeasyPrint)
Downloading cssselect-0.8.tar.gz
Running setup.py egg_info for package cssselect
no previously-included directories found matching 'docs/_build'
Downloading/unpacking CairoSVG>=0.4.1 (from WeasyPrint)
Downloading CairoSVG-0.5.tar.gz
Running setup.py egg_info for package CairoSVG
Downloading/unpacking cffi>=0.6 (from WeasyPrint)
Running setup.py egg_info for package cffi
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Downloading/unpacking cairocffi>=0.4 (from WeasyPrint)
Running setup.py egg_info for package cairocffi
no previously-included directories found matching 'docs/_build'
Downloading/unpacking Pyphen (from WeasyPrint)
Running setup.py egg_info for package Pyphen
Downloading/unpacking pycparser (from cffi>=0.6->WeasyPrint)
Running setup.py egg_info for package pycparser
Installing collected packages: WeasyPrint, lxml, tinycss, cssselect, CairoSVG, cffi, cairocffi, Pyphen, pycparser
Running setup.py install for WeasyPrint
no previously-included directories found matching 'docs/_build'
Installing weasyprint script to /Users/brian.hicks/.virtualenvs/5ae7fc687be63b8/bin
Running setup.py install for lxml
/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'bugtrack_url'
warnings.warn(msg)
Building lxml version 3.1.2.
Building without Cython.
Using build configuration of libxslt 1.1.24
building 'lxml.etree' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/Users/brian.hicks/.virtualenvs/5ae7fc687be63b8/build/lxml/src/lxml/includes -I/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.etree.c -o build/temp.macosx-10.7-x86_64-2.7/src/lxml/lxml.etree.o -flat_namespace
clang: warning: argument unused during compilation: '-flat_namespace'
src/lxml/lxml.etree.c:41405:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns->prefix == NULL)) {
~~~~~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:41405:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns->prefix == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:41405:33: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns->prefix == NULL)) {
^~
=
src/lxml/lxml.etree.c:41435:33: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns->href == NULL)) {
~~~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:41435:33: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns->href == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:41435:33: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns->href == NULL)) {
^~
=
src/lxml/lxml.etree.c:122513:25: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
if ((__pyx_v_c_ns_uri == NULL)) {
~~~~~~~~~~~~~~~~~^~~~~~~
src/lxml/lxml.etree.c:122513:25: note: remove extraneous parentheses around the comparison to silence this warning
if ((__pyx_v_c_ns_uri == NULL)) {
~ ^ ~
src/lxml/lxml.etree.c:122513:25: note: use '=' to turn this equality comparison into an assignment
if ((__pyx_v_c_ns_uri == NULL)) {
^~
=
src/lxml/lxml.etree.c:138273:72: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types]
__pyx_t_1 = ((PyObject *)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_self->_context))); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 543; __pyx_clineno = __LINE__; goto __pyx_L9;}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lxml/lxml.etree.c:136229:138: note: passing argument to parameter '__pyx_v_self' here
static struct __pyx_obj_4lxml_5etree__BaseContext *__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) {
^
src/lxml/lxml.etree.c:139667:70: warning: incompatible pointer types passing 'struct __pyx_obj_4lxml_5etree__BaseContext *' to parameter of type 'struct __pyx_obj_4lxml_5etree__XSLTContext *' [-Wincompatible-pointer-types]
__pyx_t_1 = ((PyObject *)__pyx_f_4lxml_5etree_12_XSLTContext__copy(((struct __pyx_obj_4lxml_5etree__BaseContext *)__pyx_v_stylesheet->_context))); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[2]; __pyx_lineno = 680; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/lxml/lxml.etree.c:136229:138: note: passing argument to parameter '__pyx_v_self' here
static struct __pyx_obj_4lxml_5etree__BaseContext *__pyx_f_4lxml_5etree_12_XSLTContext__copy(struct __pyx_obj_4lxml_5etree__XSLTContext *__pyx_v_self) {
^
src/lxml/lxml.etree.c:142332:3: warning: implicit declaration of function 'xsltProcessOneNode' is invalid in C99 [-Wimplicit-function-declaration]
xsltProcessOneNode(__pyx_v_context->_xsltCtxt, __pyx_v_c_context_node, NULL);
^
src/lxml/lxml.etree.c:12384:13: warning: function '__pyx_f_4lxml_5etree_displayNode' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void __pyx_f_4lxml_5etree_displayNode(xmlNode *__pyx_v_c_node, PyObject *__pyx_v_indent) {
^
7 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.7-x86_64-2.7/src/lxml/lxml.etree.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.7-x86_64-2.7/lxml/etree.so
building 'lxml.objectify' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include/libxml2 -I/Users/brian.hicks/.virtualenvs/5ae7fc687be63b8/build/lxml/src/lxml/includes -I/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/lxml/lxml.objectify.c -o build/temp.macosx-10.7-x86_64-2.7/src/lxml/lxml.objectify.o -flat_namespace
clang: warning: argument unused during compilation: '-flat_namespace'
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.7-x86_64-2.7/src/lxml/lxml.objectify.o -lxslt -lexslt -lxml2 -lz -lm -o build/lib.macosx-10.7-x86_64-2.7/lxml/objectify.so
warning: no files found matching '*.txt' under directory 'src/lxml/tests'
Running setup.py install for tinycss
Building without Cython.
building 'tinycss.speedups' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c tinycss/speedups.c -o build/temp.macosx-10.7-x86_64-2.7/tinycss/speedups.o
tinycss/speedups.c:705:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
tinycss/speedups.c:1571:14: warning: explicitly assigning a variable of type 'PyObject *' (aka 'struct _object *') to itself [-Wself-assign]
__pyx_self = __pyx_self;
~~~~~~~~~~ ^ ~~~~~~~~~~
2 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.7-x86_64-2.7/tinycss/speedups.o -o build/lib.macosx-10.7-x86_64-2.7/tinycss/speedups.so
no previously-included directories found matching 'docs/_build'
Running setup.py install for cssselect
no previously-included directories found matching 'docs/_build'
Running setup.py install for CairoSVG
changing mode of build/scripts-2.7/cairosvg from 644 to 755
changing mode of /Users/brian.hicks/.virtualenvs/5ae7fc687be63b8/bin/cairosvg to 755
Running setup.py install for cffi
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
Package libffi was not found in the pkg-config search path.
Perhaps you should add the directory containing `libffi.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libffi' found
building '_cffi_backend' extension
cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/include/ffi -I/usr/include/libffi -I/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c/_cffi_backend.c -o build/temp.macosx-10.7-x86_64-2.7/c/_cffi_backend.o
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib build/temp.macosx-10.7-x86_64-2.7/c/_cffi_backend.o -lffi -o build/lib.macosx-10.7-x86_64-2.7/_cffi_backend.so
Running setup.py install for cairocffi
no previously-included directories found matching 'docs/_build'
Running setup.py install for Pyphen
Running setup.py install for pycparser
Successfully installed WeasyPrint lxml tinycss cssselect CairoSVG cffi cairocffi Pyphen pycparser
Cleaning up...
This is a temporary environment. It will be deleted when you run 'deactivate'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment