Skip to content

Instantly share code, notes, and snippets.

@a-zen
Created September 26, 2015 08:45
Show Gist options
  • Save a-zen/3af99ef04023f42a565b to your computer and use it in GitHub Desktop.
Save a-zen/3af99ef04023f42a565b to your computer and use it in GitHub Desktop.
python-aqbanking user install
:\ python3 setup.py install --user [7/3411]
running install
running bdist_egg
running egg_info
writing dependency_links to python_aqbanking.egg-info/dependency_links.txt
writing top-level names to python_aqbanking.egg-info/top_level.txt
writing python_aqbanking.egg-info/PKG-INFO
reading manifest file 'python_aqbanking.egg-info/SOURCES.txt'
writing manifest file 'python_aqbanking.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_py
running build_ext
building 'aqbanking' extension
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/gwenhywfar4
-I/usr/include/aqbanking5 -I/usr/include/python3.4m -c aqbanking/pyaqhandler.cpp -o build/temp.linux-x86_64-3.4/aqbanking/pyaqhandler.o -Wunused-variable -std=gnu++11 -Wunused-function
cc1plus: warning: command line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ [enabled by default]
In file included from aqbanking/pyaqhandler.cpp:7:0:
aqbanking/pyaqhandler.hpp:10:18: warning: ?AqBankingInitializeError? defined but not used [-Wunused-variable]
static PyObject *AqBankingInitializeError;
^
aqbanking/pyaqhandler.hpp:11:18: warning: ?AqBankingDeInitializeError? defined but not used [-Wunused-variable]
static PyObject *AqBankingDeInitializeError;
^
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/gwenhywfar4
-I/usr/include/aqbanking5 -I/usr/include/python3.4m -c aqbanking/aqbanking.cpp -o build/temp.linux-x86_64-3.4/aqbanking/aqbanking.o -Wunused-variable -std=gnu++11 -Wunused-function
cc1plus: warning: command line option ?-Wstrict-prototypes? is valid for C/ObjC but not for C++ [enabled by default]
In file included from /usr/include/python3.4m/pytime.h:6:0,
from /usr/include/python3.4m/Python.h:65,
from aqbanking/aqbanking.cpp:9:
/usr/include/python3.4m/object.h: In function ?PyObject* aqbanking_listacc(PyObject*, PyObject*)?:
/usr/include/python3.4m/object.h:774:9: warning: ?account? may be used uninitialized in this function [-Wmaybe-uninitialized]
if (_Py_DEC_REFTOTAL _Py_REF_DEBUG_COMMA \
^
aqbanking/aqbanking.cpp:924:21: note: ?account? was declared here
aqbanking_Account *account;
^
aqbanking/aqbanking.cpp: At global scope:
aqbanking/aqbanking.cpp:483:18: warning: ?PyObject* aqbanking_Account_name(aqbanking_Account*)? defined but not used [-Wunused-function]
static PyObject *aqbanking_Account_name(aqbanking_Account* self)
^
x86_64-linux-gnu-g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,-Bsymbolic-functions -Wl,-z,relro -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=f
ormat-security -D_FORTIFY_SOURCE=2 build/temp.linux-x86_64-3.4/aqbanking/pyaqhandler.o build/temp.linux-x86_64-3.4/aqbanking/aqbanking.o -lgwenhywfar -laqbanking -lgwengui-cpp -o build/lib.linux-x86_64-3.4/aqbank
ing.cpython-34m.so
creating build/bdist.linux-x86_64/egg
copying build/lib.linux-x86_64-3.4/aqbanking.cpython-34m.so -> build/bdist.linux-x86_64/egg
creating build/bdist.linux-x86_64/egg/aqbanking
copying build/lib.linux-x86_64-3.4/aqbanking/__init__.py -> build/bdist.linux-x86_64/egg/aqbanking
byte-compiling build/bdist.linux-x86_64/egg/aqbanking/__init__.py to __init__.cpython-34.pyc
creating stub loader for aqbanking.cpython-34m.so
byte-compiling build/bdist.linux-x86_64/egg/aqbanking.py to aqbanking.cpython-34.pyc
creating build/bdist.linux-x86_64/egg/EGG-INFO
copying python_aqbanking.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_aqbanking.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_aqbanking.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
copying python_aqbanking.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
writing build/bdist.linux-x86_64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
__pycache__.aqbanking.cpython-34: module references __file__
creating 'dist/python_aqbanking-0.0.1-py3.4-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
removing 'build/bdist.linux-x86_64/egg' (and everything under it)
Processing python_aqbanking-0.0.1-py3.4-linux-x86_64.egg
removing '/home/alex/.local/lib/python3.4/site-packages/python_aqbanking-0.0.1-py3.4-linux-x86_64.egg' (and everything under it)
creating /home/alex/.local/lib/python3.4/site-packages/python_aqbanking-0.0.1-py3.4-linux-x86_64.egg
Extracting python_aqbanking-0.0.1-py3.4-linux-x86_64.egg to /home/alex/.local/lib/python3.4/site-packages
python-aqbanking 0.0.1 is already the active version in easy-install.pth
Installed /home/alex/.local/lib/python3.4/site-packages/python_aqbanking-0.0.1-py3.4-linux-x86_64.egg
Processing dependencies for python-aqbanking==0.0.1
Finished processing dependencies for python-aqbanking==0.0.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment