Skip to content

Instantly share code, notes, and snippets.

@jayrod
jayrod / pip_install.txt
Created May 13, 2020 17:06
KCP Error during pip install
ERROR: Command errored out with exit status 1:
command: /opt/environments/pupy/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/opt/pupy/pupy/external/pykcp/setup.py'"'"'; __file__='"'"'/opt/pupy/pupy/external/pykcp/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps
cwd: /opt/pupy/pupy/external/pykcp/
Complete output (166 lines):
running develop
running egg_info
writing KCP.egg-info/PKG-INFO
writing dependency_links to KCP.egg-info/dependency_links.txt
writing top-level names to KCP.egg-info/top_level.txt
reading manifest file 'KCP.egg-info/SOURCES.txt'
@jayrod
jayrod / o.txt
Created May 5, 2020 13:26
kcp install log
Script started on 2020-05-05 02:53:07-04:00 [TERM="rxvt-unicode-256color" TTY="/dev/pts/2" COLUMNS="134" LINES="38"]
root@kali:/opt/ninja_pupy/pupy/external/pykcp# python 3 setup.py install
running install
running build
running build_ext
building 'kcp' extension
x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -I/opt/environments/pupy/include -I/usr/include/python3.8 -c pykcp.c -o build/temp.linux-x86_64-3.8/pykcp.o -g -O3 -Wall -std=gnu89
In file included from pykcp.c:11:
kcp/ikcp.c: In function ‘ikcp_send’:
kcp/ikcp.c:508:12: warning: comparison of integer expressions of different signedness: ‘int’ and ‘IUINT32’ {aka ‘const unsigned int’} [-Wsign-compare]