Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created January 1, 2015 15:26
Show Gist options
  • Save oberstet/de48b9a7effa4a0754ad to your computer and use it in GitHub Desktop.
Save oberstet/de48b9a7effa4a0754ad to your computer and use it in GitHub Desktop.
[oberstet@brummer1 ~/scm/psutil]$ ~/pypy1/bin/pypy setup.py install
running install
Checking .pth file support in /home/oberstet/pypy1/site-packages/
/home/oberstet/pypy1/bin/pypy -E -c pass
TEST PASSED: /home/oberstet/pypy1/site-packages/ appears to support .pth files
running bdist_egg
running egg_info
creating psutil.egg-info
writing psutil.egg-info/PKG-INFO
writing top-level names to psutil.egg-info/top_level.txt
writing dependency_links to psutil.egg-info/dependency_links.txt
writing manifest file 'psutil.egg-info/SOURCES.txt'
reading manifest file 'psutil.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*' found under directory 'docs/_build'
writing manifest file 'psutil.egg-info/SOURCES.txt'
installing library code to build/bdist.freebsd-10.1-RELEASE-amd64/egg
running install_lib
running build_py
creating build
creating build/lib.freebsd-10.1-RELEASE-amd64-2.7
creating build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/__init__.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_common.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_psosx.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_pswindows.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_compat.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_psposix.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil
running build_ext
building '_psutil_bsd' extension
creating build/temp.freebsd-10.1-RELEASE-amd64-2.7
creating build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil
creating build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/arch
creating build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/arch/bsd
cc -O2 -fPIC -Wimplicit -I/usr/local/include -O3 -march=native -I/home/oberstet/pypy1/include -c psutil/_ psutil_bsd.c -o build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psutil_bsd.o
psutil/_psutil_bsd.c:778:9: warning: implicit declaration of function 'psutil_raise_ad_or_nsp' is invalid
in C99 [-Wimplicit-function-declaration]
psutil_raise_ad_or_nsp(pid);
^
psutil/_psutil_bsd.c:1146:44: warning: field precision should have type 'int', but argument has type
'unsigned long' [-Wformat]
path, sizeof(path), "%.*s",
~~^~
psutil/_psutil_bsd.c:1257:18: warning: using the result of an assignment as a condition without
parentheses [-Wparentheses]
while (*p1++ = *p2++);
~~~~~~^~~~~~~
psutil/_psutil_bsd.c:1257:18: note: place parentheses around the assignment to silence this warning
while (*p1++ = *p2++);
^
( )
psutil/_psutil_bsd.c:1257:18: note: use '==' to turn this assignment into an equality comparison
while (*p1++ = *p2++);
^
==
psutil/_psutil_bsd.c:1981:13: warning: implicit declaration of function 'warnx' is invalid in C99
[-Wimplicit-function-declaration]
warnx("struct xunpgen size mismatch");
^
psutil/_psutil_bsd.c:1991:41: warning: field precision should have type 'int', but argument has type
'unsigned long' [-Wformat]
snprintf(path, sizeof(path), "%.*s",
~~^~
5 warnings generated.
cc -O2 -fPIC -Wimplicit -I/usr/local/include -O3 -march=native -I/home/oberstet/pypy1/include -c psutil/_ psutil_common.c -o build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psutil_common.o
cc -O2 -fPIC -Wimplicit -I/usr/local/include -O3 -march=native -I/home/oberstet/pypy1/include -c psutil/a rch/bsd/process_info.c -o build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/arch/bsd/process_info.o
psutil/arch/bsd/process_info.c:280:9: warning: implicit declaration of function 'NoSuchProcess' is
invalid in C99 [-Wimplicit-function-declaration]
NoSuchProcess();
^
psutil/arch/bsd/process_info.c:283:9: warning: implicit declaration of function 'AccessDenied' is invalid
in C99 [-Wimplicit-function-declaration]
AccessDenied();
^
psutil/arch/bsd/process_info.c:285:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
3 warnings generated.
cc -shared -I/usr/local/include -O3 -march=native -L/usr/local/lib build/temp.freebsd-10.1-RELEASE-amd64- 2.7/psutil/_psutil_bsd.o build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psutil_common.o build/temp.fre ebsd-10.1-RELEASE-amd64-2.7/psutil/arch/bsd/process_info.o -ldevstat -o build/lib.freebsd-10.1-RELEASE-am d64-2.7/_psutil_bsd.pypy-24.so
building '_psutil_posix' extension
cc -O2 -fPIC -Wimplicit -I/usr/local/include -O3 -march=native -I/home/oberstet/pypy1/include -c psutil/_ psutil_posix.c -o build/temp.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psutil_posix.o
cc -shared -I/usr/local/include -O3 -march=native -L/usr/local/lib build/temp.freebsd-10.1-RELEASE-amd64- 2.7/psutil/_psutil_posix.o -o build/lib.freebsd-10.1-RELEASE-amd64-2.7/_psutil_posix.pypy-24.so
creating build/bdist.freebsd-10.1-RELEASE-amd64
creating build/bdist.freebsd-10.1-RELEASE-amd64/egg
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/_psutil_bsd.pypy-24.so -> build/bdist.freebsd-10.1-RELEA SE-amd64/egg
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/_psutil_posix.pypy-24.so -> build/bdist.freebsd-10.1-REL EASE-amd64/egg
creating build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_compat.py -> build/bdist.freebsd-10.1-RELEASE-am d64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_pssunos.py -> build/bdist.freebsd-10.1-RELEASE-a md64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psbsd.py -> build/bdist.freebsd-10.1-RELEASE-amd 64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psposix.py -> build/bdist.freebsd-10.1-RELEASE-a md64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/__init__.py -> build/bdist.freebsd-10.1-RELEASE-a md64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_pswindows.py -> build/bdist.freebsd-10.1-RELEASE -amd64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_pslinux.py -> build/bdist.freebsd-10.1-RELEASE-a md64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_common.py -> build/bdist.freebsd-10.1-RELEASE-am d64/egg/psutil
copying build/lib.freebsd-10.1-RELEASE-amd64-2.7/psutil/_psosx.py -> build/bdist.freebsd-10.1-RELEASE-amd 64/egg/psutil
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_compat.py to _compat.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_pssunos.py to _pssunos.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_psbsd.py to _psbsd.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_psposix.py to _psposix.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/__init__.py to __init__.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_pswindows.py to _pswindows.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_pslinux.py to _pslinux.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_common.py to _common.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/psutil/_psosx.py to _psosx.pyc
creating stub loader for _psutil_bsd.pypy-24.so
creating stub loader for _psutil_posix.pypy-24.so
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/_psutil_bsd.py to _psutil_bsd.pyc
byte-compiling build/bdist.freebsd-10.1-RELEASE-amd64/egg/_psutil_posix.py to _psutil_posix.pyc
creating build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO
copying psutil.egg-info/PKG-INFO -> build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO
copying psutil.egg-info/SOURCES.txt -> build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO
copying psutil.egg-info/dependency_links.txt -> build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO
copying psutil.egg-info/top_level.txt -> build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO
writing build/bdist.freebsd-10.1-RELEASE-amd64/egg/EGG-INFO/native_libs.txt
zip_safe flag not set; analyzing archive contents...
creating dist
creating 'dist/psutil-2.2.0-py2.7-freebsd-10.1-RELEASE-amd64.egg' and adding 'build/bdist.freebsd-10.1-RE LEASE-amd64/egg' to it
removing 'build/bdist.freebsd-10.1-RELEASE-amd64/egg' (and everything under it)
Processing psutil-2.2.0-py2.7-freebsd-10.1-RELEASE-amd64.egg
Copying psutil-2.2.0-py2.7-freebsd-10.1-RELEASE-amd64.egg to /usr/home/oberstet/pypy1/site-packages
Removing psutil 2.1.3 from easy-install.pth file
Adding psutil 2.2.0 to easy-install.pth file
Installed /usr/home/oberstet/pypy1/site-packages/psutil-2.2.0-py2.7-freebsd-10.1-RELEASE-amd64.egg
Processing dependencies for psutil==2.2.0
Finished processing dependencies for psutil==2.2.0
[oberstet@brummer1 ~/scm/psutil]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment