From: Neel chakraborty Subject: /usr/ports/pobj must be on a wxallowed filesystem To: ports@openbsd.org Date: Tue, 10 Sep 2024 23:01:55 +0530 I am trying to compile rust on OpenBSD 7.5, from the ports tree. On running make install, I get the following error Fatal: /usr/ports/pobj must be on a wxallowed filesystem (in lang/python/3) How do I resolve this? Should I add wxallowed using mount(8)? Is that the right way to resolve this issue?