Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.90 KB | None | 0 0
  1. pip install -vvv quickfix
  2. Downloading/unpacking quickfix
  3.   Getting page https://pypi.python.org/simple/quickfix/
  4.   URLs to search for versions for quickfix:
  5.   * https://pypi.python.org/simple/quickfix/
  6.   Analyzing links from page https://pypi.python.org/simple/quickfix/
  7.     Found link https://pypi.python.org/packages/source/q/quickfix/quickfix-1.14.1.tar.gz#md5=6944d6c0840a3157eb5dae1552a7a3a6 (from https://pypi.python.org/simple/quickfix/), version: 1.14.1
  8.     Found link https://pypi.python.org/packages/source/q/quickfix/quickfix-1.14.2.tar.gz#md5=9412b4c496403408f5cd3864a74be86f (from https://pypi.python.org/simple/quickfix/), version: 1.14.2
  9.     Found link https://pypi.python.org/packages/source/q/quickfix/quickfix-1.14.3.tar.gz#md5=6a4085d95e30af2c93e75d8e5b08d921 (from https://pypi.python.org/simple/quickfix/), version: 1.14.3
  10.   Using version 1.14.3 (newest of versions: 1.14.3, 1.14.2, 1.14.1)
  11.   Downloading quickfix-1.14.3.tar.gz (1.4MB):
  12.   Downloading from URL https://pypi.python.org/packages/source/q/quickfix/quickfix-1.14.3.tar.gz#md5=6a4085d95e30af2c93e75d8e5b08d921 (from https://pypi.python.org/simple/quickfix/)
  13. ...Downloading quickfix-1.14.3.tar.gz (1.4MB): 1.4MB downloaded
  14.   Running setup.py (path:/tmp/pip_build_fox/quickfix/setup.py) egg_info for package quickfix
  15.     Running command python setup.py egg_info
  16.     running egg_info
  17.     creating pip-egg-info/quickfix.egg-info
  18.     writing pip-egg-info/quickfix.egg-info/PKG-INFO
  19.     writing top-level names to pip-egg-info/quickfix.egg-info/top_level.txt
  20.     writing dependency_links to pip-egg-info/quickfix.egg-info/dependency_links.txt
  21.     writing manifest file 'pip-egg-info/quickfix.egg-info/SOURCES.txt'
  22.     warning: manifest_maker: standard file '-c' not found
  23.  
  24.     reading manifest file 'pip-egg-info/quickfix.egg-info/SOURCES.txt'
  25.     writing manifest file 'pip-egg-info/quickfix.egg-info/SOURCES.txt'
  26.   Source in /tmp/pip_build_fox/quickfix has version 1.14.3, which satisfies requirement quickfix
  27. Installing collected packages: quickfix
  28.   Running setup.py install for quickfix
  29.     Running command /usr/local/bin/python2.7 -c "import setuptools, tokenize;__file__='/tmp/pip_build_fox/quickfix/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-cNpfJT-record/install-record.txt --single-version-externally-managed --compile
  30.     running install
  31.     running build
  32.     running build_py
  33.     creating build
  34.     creating build/lib.linux-i686-2.7
  35.     copying quickfix.py -> build/lib.linux-i686-2.7
  36.     copying quickfixt11.py -> build/lib.linux-i686-2.7
  37.     copying quickfix40.py -> build/lib.linux-i686-2.7
  38.     copying quickfix41.py -> build/lib.linux-i686-2.7
  39.     copying quickfix42.py -> build/lib.linux-i686-2.7
  40.     copying quickfix43.py -> build/lib.linux-i686-2.7
  41.     copying quickfix44.py -> build/lib.linux-i686-2.7
  42.     copying quickfix50.py -> build/lib.linux-i686-2.7
  43.     copying quickfix50sp1.py -> build/lib.linux-i686-2.7
  44.     copying quickfix50sp2.py -> build/lib.linux-i686-2.7
  45.     running build_ext
  46.     Testing for std::tr1::shared_ptr...
  47.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -IC++ -I/usr/local/include/python2.7 -c test_std_tr1_shared_ptr.cpp -o test_std_tr1_shared_ptr.o
  48.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  49.     ...found
  50.     Testing for std::shared_ptr...
  51.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -std=c++0x -DHAVE_STD_TR1_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c test_std_shared_ptr.cpp -o test_std_shared_ptr.o
  52.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  53.     ...found
  54.     building '_quickfix' extension
  55.     creating build/temp.linux-i686-2.7
  56.     creating build/temp.linux-i686-2.7/C++
  57.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/ThreadedSocketAcceptor.cpp -o build/temp.linux-i686-2.7/C++/ThreadedSocketAcceptor.o -std=c++0x
  58.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  59.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/Session.cpp -o build/temp.linux-i686-2.7/C++/Session.o -std=c++0x
  60.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  61.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/Group.cpp -o build/temp.linux-i686-2.7/C++/Group.o -std=c++0x
  62.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  63.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/ThreadedSocketConnection.cpp -o build/temp.linux-i686-2.7/C++/ThreadedSocketConnection.o -std=c++0x
  64.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  65.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/Dictionary.cpp -o build/temp.linux-i686-2.7/C++/Dictionary.o -std=c++0x
  66.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  67.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/SocketConnector.cpp -o build/temp.linux-i686-2.7/C++/SocketConnector.o -std=c++0x
  68.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  69.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/MySQLLog.cpp -o build/temp.linux-i686-2.7/C++/MySQLLog.o -std=c++0x
  70.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  71.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/pugixml.cpp -o build/temp.linux-i686-2.7/C++/pugixml.o -std=c++0x
  72.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  73.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/HttpConnection.cpp -o build/temp.linux-i686-2.7/C++/HttpConnection.o -std=c++0x
  74.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  75.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/SocketAcceptor.cpp -o build/temp.linux-i686-2.7/C++/SocketAcceptor.o -std=c++0x
  76.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  77.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/OdbcLog.cpp -o build/temp.linux-i686-2.7/C++/OdbcLog.o -std=c++0x
  78.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  79.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/Parser.cpp -o build/temp.linux-i686-2.7/C++/Parser.o -std=c++0x
  80.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  81.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/OdbcStore.cpp -o build/temp.linux-i686-2.7/C++/OdbcStore.o -std=c++0x
  82.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  83.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/SessionFactory.cpp -o build/temp.linux-i686-2.7/C++/SessionFactory.o -std=c++0x
  84.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  85.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/SocketInitiator.cpp -o build/temp.linux-i686-2.7/C++/SocketInitiator.o -std=c++0x
  86.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  87.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/HttpMessage.cpp -o build/temp.linux-i686-2.7/C++/HttpMessage.o -std=c++0x
  88.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  89.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/MessageStore.cpp -o build/temp.linux-i686-2.7/C++/MessageStore.o -std=c++0x
  90.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  91.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/NullStore.cpp -o build/temp.linux-i686-2.7/C++/NullStore.o -std=c++0x
  92.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  93.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/FieldTypes.cpp -o build/temp.linux-i686-2.7/C++/FieldTypes.o -std=c++0x
  94.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  95.     gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DHAVE_STD_TR1_SHARED_PTR -DHAVE_STD_SHARED_PTR -IC++ -I/usr/local/include/python2.7 -c C++/QuickfixPython.cpp -o build/temp.linux-i686-2.7/C++/QuickfixPython.o -std=c++0x
  96.     cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++
  97.     C++/QuickfixPython.cpp: In function ‘PyObject* _wrap_DataDictionary_getGroup(PyObject*, PyObject*)’:
  98.     C++/QuickfixPython.cpp:255342: warning: unused variable ‘res’
  99.     C++/QuickfixPython.cpp: In function ‘PyObject* _wrap_DataDictionary_getFieldTag(PyObject*, PyObject*)’:
  100.     C++/QuickfixPython.cpp:254141: warning: ‘temp3’ may be used uninitialized in this function
  101.     C++/QuickfixPython.cpp: In function ‘PyObject* _wrap_DataDictionary_getGroup(PyObject*, PyObject*)’:
  102.     C++/QuickfixPython.cpp:255315: warning: ‘temp5’ may be used uninitialized in this function
  103.     C++/QuickfixPython.cpp:255278: warning: ‘temp4’ may be used uninitialized in this function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement