owokitty
Failure to build bootstraps
Hi I would like to make my own task-specialized version of the termux app bootstrap archives, I tried to do what this said https://github.com/termux/termux-packages/wiki/For-maintainers#build-bootstrap-archives :
./scripts/run-docker.sh ./scripts/build-bootstraps.sh &> build.log
:
build.log
:https://termbin.com/ck8u
My host OS is Gentoo GNU/Linux coreutils glibc amd64.81 replies
Is it possible to get pyqt5 on a device with 4 GB RAM 2 GB Swap?
Hi I am using
pip install pyqt5 --config-settings --confirm-license= -vvv
on OFW Samsung Galaxy S7 Android 8 and it runs until printing this message
and prints nothing more for several hours, but ps -ef
shows it is using clang++
to compile C++ code in the background. It looks like -j1
already because it looks like only one instance of clang++
runs at a time.
but during this, in htop
it looks like "Mem
" remains about 2.2G/3.64G used while "Swp
" gradually fills up to 1.99G/2.00G, then, after about 3 hours, the command fails with this error:
and pip
prints a lot of python related information but does not show any output of clang++
or linker, so I cannot see the real error.
is it possible for me to inject --max-load 1
into the make
invocation of pip
somehow to see if that might help?10 replies