Index | Thread | Search

From:
A Tammy <openbsd.ports@aisha.cc>
Subject:
Re: /usr/ports/pobj must be on a wxallowed filesystem
To:
Neel chakraborty <neelroboinfo365@gmail.com>, ports@openbsd.org
Date:
Tue, 10 Sep 2024 16:02:25 -0400

Download raw body.

Thread
On 9/10/24 1:31 PM, Neel chakraborty wrote:
> 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?


If you don't have a separate /usr/ports partition you'll have to make a
separate one for /usr/ports/pobj, which should look something like

abcdefghij.k /usr/ports/pobj ffs rw,wxallowed,nodev 1 2


I would also question the need for compiling python yourself, does not
sound very fruitful.


Aisha