On 2021/11/04 10:02, Lewis ingraham wrote: > Hello I have a port that doesn't install on OBSD 7.0 release and during the > make process it stops building the package but with no apparent errors. > wxallowed enabled on /usr/ports/obj. Problematic port is: > /usr/ports/lang/python/2.7
I suggest just installing python via pkg_add. > Here is the output I get when compiling via my user doing "doas make": Do not compile ports as root. It is unnecessary, unsafe, and some ports will break if you do that. I'm not sure if python is one of them, but maybe.
