Hello, Thanks for answering my question!! However when i try to do pkg_add -v python I get a list to choose from I pick python 2.7, and after that it goes back to regular prompt:
OpenOTG$ doas pkg_add -v python Update candidates: quirks-4.53 -> quirks-4.53 quirks-4.53 signed on 2021-11-03T10:47:00Z Ambiguous: choose package for python a 0: <None> 1: python-2.7.18p3 2: python-3.8.12 3: python-3.9.7 Your choice: 1 OpenOTG$ Part 2: When I try to make without doas, this is what happens on 7.0 Release: OpenOTG$ cd /usr/ports/lang/python/2.7/ OpenOTG$ make mkdir /usr/obj/ports: Permission denied at /usr/ports/infrastructure/bin/portlock line 53. *** Error 255 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2602 'all': @lock=Python-2.7.18; export _LOCKS_HELD="...) OpenOTG$ Thank You, Lewis I. On Thu, Nov 4, 2021 at 11:05 AM Stuart Henderson <[email protected]> wrote: > 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. > >
