ОС: Manjaro
Пытался поставить cx_freezy:
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fPIC -I/usr/include/python3.6m -c source/bases/Console.c -o build/temp.linux-x86_64-3.6/source/bases/Console.o
creating build/lib.linux-x86_64-3.6/cx_Freeze/bases
gcc -pthread build/temp.linux-x86_64-3.6/source/bases/Console.o -L/usr/lib/python3.6/config-3.6m-x86_64-linux-gnu -L/usr/lib -lpython3.6m -lpython3.6m -o build/lib.linux-x86_64-3.6/cx_Freeze/bases/Console -Xlinker -export-dynamic -lpthread -ldl -lutil -lm -s
lto1: критична помилка: bytecode stream generated with LTO version 5.1 instead of the expected 5.2
компіляцію перервано.
lto-wrapper: критична помилка: gcc returned 1 exit status
компіляцію перервано.
/usr/bin/ld: error: lto-wrapper failed
collect2: помилка: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/home/foozzi/pymine/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_mlqjdtj/cx-Freeze/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-bubxuy4y-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/foozzi/pymine/include/site/python3.6/cx-Freeze" failed with error code 1 in /tmp/pip-build-_mlqjdtj/cx-Freeze/
Можете что то предложить?