Skip to content

Instantly share code, notes, and snippets.

@danner
Created March 10, 2015 13:34
Show Gist options
  • Save danner/cf7783522e8a62d48a56 to your computer and use it in GitHub Desktop.
Save danner/cf7783522e8a62d48a56 to your computer and use it in GitHub Desktop.
(zve)danner@mac:~/ZappRx/services$ pip install pydocusign
Collecting pydocusign
Using cached pydocusign-0.12.zip
Collecting beautifulsoup4 (from pydocusign)
Using cached beautifulsoup4-4.3.2.tar.gz
Collecting certifi (from pydocusign)
Using cached certifi-14.05.14.tar.gz
/Users/danner/ZappRx/services/zve/lib/python2.7/site-packages/setuptools/dist.py:284: UserWarning: The version specified requires normalization, consider using '14.5.14' instead of '14.05.14'.
self.metadata.version,
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in ./zve/lib/python2.7/site-packages (from pydocusign)
Requirement already satisfied (use --upgrade to upgrade): lxml in ./zve/lib/python2.7/site-packages (from pydocusign)
Collecting pycurl (from pydocusign)
Using cached pycurl-7.19.5.1.tar.gz
Using curl-config (libcurl 7.40.0)
Requirement already satisfied (use --upgrade to upgrade): requests in ./zve/lib/python2.7/site-packages (from pydocusign)
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./zve/lib/python2.7/site-packages (from pydocusign)
Requirement already satisfied (use --upgrade to upgrade): six in ./zve/lib/python2.7/site-packages (from python-dateutil->pydocusign)
Installing collected packages: pycurl, certifi, beautifulsoup4, pydocusign
Running setup.py install for pycurl
Using curl-config (libcurl 7.40.0)
building 'pycurl' extension
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DPYCURL_VERSION="7.19.5.1" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/local/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/docstrings.c -o build/temp.macosx-10.10-intel-2.7/src/docstrings.o
In file included from src/docstrings.c:4:
In file included from src/pycurl.h:19:
In file included from /opt/local/include/curl/curl.h:35:
/opt/local/include/curl/curlrules.h:143:6: error: '__curl_rule_01__' declared as an array with a negative size
[CurlchkszEQ(long, CURL_SIZEOF_LONG)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
^~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:153:6: error: '__curl_rule_02__' declared as an array with a negative size
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
^~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
error: command 'cc' failed with exit status 1
Complete output from command /Users/danner/ZappRx/services/zve/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/j5/0d4fd21s7k1bsy1mb8kxj9b80000gn/T/pip-build-ZDZykd/pycurl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/j5/0d4fd21s7k1bsy1mb8kxj9b80000gn/T/pip-8oh_aN-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/danner/ZappRx/services/zve/include/site/python2.7:
Using curl-config (libcurl 7.40.0)
running install
running build
running build_py
creating build
creating build/lib.macosx-10.10-intel-2.7
creating build/lib.macosx-10.10-intel-2.7/curl
copying python/curl/__init__.py -> build/lib.macosx-10.10-intel-2.7/curl
running build_ext
building 'pycurl' extension
creating build/temp.macosx-10.10-intel-2.7
creating build/temp.macosx-10.10-intel-2.7/src
cc -fno-strict-aliasing -fno-common -dynamic -arch x86_64 -arch i386 -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch x86_64 -arch i386 -pipe -DPYCURL_VERSION="7.19.5.1" -DHAVE_CURL_OPENSSL=1 -DHAVE_CURL_SSL=1 -I/opt/local/include -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c src/docstrings.c -o build/temp.macosx-10.10-intel-2.7/src/docstrings.o
In file included from src/docstrings.c:4:
In file included from src/pycurl.h:19:
In file included from /opt/local/include/curl/curl.h:35:
/opt/local/include/curl/curlrules.h:143:6: error: '__curl_rule_01__' declared as an array with a negative size
[CurlchkszEQ(long, CURL_SIZEOF_LONG)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
^~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:153:6: error: '__curl_rule_02__' declared as an array with a negative size
[CurlchkszEQ(curl_off_t, CURL_SIZEOF_CURL_OFF_T)];
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/opt/local/include/curl/curlrules.h:132:27: note: expanded from macro 'CurlchkszEQ'
#define CurlchkszEQ(t, s) sizeof(t) == s ? 1 : -1
^~~~~~~~~~~~~~~~~~~~~~~
2 errors generated.
error: command 'cc' failed with exit status 1
----------------------------------------
Command "/Users/danner/ZappRx/services/zve/bin/python -c "import setuptools, tokenize;__file__='/private/var/folders/j5/0d4fd21s7k1bsy1mb8kxj9b80000gn/T/pip-build-ZDZykd/pycurl/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/j5/0d4fd21s7k1bsy1mb8kxj9b80000gn/T/pip-8oh_aN-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/danner/ZappRx/services/zve/include/site/python2.7" failed with error code 1 in /private/var/folders/j5/0d4fd21s7k1bsy1mb8kxj9b80000gn/T/pip-build-ZDZykd/pycurl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment