Hi All, I have a OpenBSD 6.3 server in Amazon AWS, and I am trying to install from ports letsencrypt. Install was running fine till I got a Fatal message after it was done with the patching process
===> Applying OpenBSD patch patch-setup_py Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$OpenBSD: patch-setup_py,v 1.13 2017/11/05 06:33:45 jca Exp $ |Index: setup.py |--- setup.py.orig |+++ setup.py -------------------------- Patching file setup.py using Plan A... Hunk #1 succeeded at 35. Hunk #2 succeeded at 461. Hunk #3 succeeded at 791. Hunk #4 succeeded at 929. Hunk #5 succeeded at 999. Hunk #6 succeeded at 1063. Hunk #7 succeeded at 1086. Hunk #8 succeeded at 1244. Hunk #9 succeeded at 1853. Hunk #10 succeeded at 1908. Hunk #11 succeeded at 1951. done /usr/bin/perl /usr/ports/infrastructure/bin/pkg_subst -DMODTK_VERSION=8.5 -DMODTK_BIN=/usr/local/bin/wish8.5 -DMODTCL_VERSION=8.5 -DMODTCL_BIN=/usr/local/bin/tclsh8.5 -DLIBpython2.7_VERSION=0.0 -DMACHINE_ARCH=amd64 -DARCH=amd64 -DHOMEPAGE=http://www.python.org/ -D^PREFIX=/usr/local -D^SYSCONFDIR=/etc -DFLAVOR_EXT= -DFULLPKGNAME=Python-2.7.14 -DMAINTAINER=Remi\ Pointel\ \< rpoin...@openbsd.org\> -D^BASE_PKGPATH=lang/python/2.7 -D^LOCALBASE=/usr/local -D^X11BASE=/usr/X11R6 -D^TRUEPREFIX=/usr/local -D^RCDIR=/etc/rc.d -D^LOCALSTATEDIR=/var -i -B /usr/ports/pobj/Python-2.7.14 /usr/ports/pobj/Python-2.7.14/Python-2.7.14/ configure.ac Fatal: /usr/ports/pobj must be on a wxallowed filesystem (in lang/python/2.7) *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2657 '_post-patch-finalize': @wrktmp=`df -P /usr/ports/p...) *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2644 '/usr/ports/pobj/Python-2.7.14/.patch_done') *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:1938 '/usr/ports/packages/amd64/all/python-2.7.14p1.tgz') *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2440 '_internal-package') *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2419 'package') *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:1956 '/var/db/pkg/python-2.7.14p1/+CONTENTS') *** Error 1 in /usr/ports/lang/python/2.7 (/usr/ports/infrastructure/mk/ bsd.port.mk:2419 'install') *** Error 1 in acme-tiny (/usr/ports/infrastructure/mk/bsd.port.mk:2073 '/usr/ports/pobj/acme-tiny-20160818/.dep-lang-python-2.7') *** Error 1 in acme-tiny (/usr/ports/infrastructure/mk/bsd.port.mk:1958 '/var/db/pkg/acme-tiny-20160818/+CONTENTS') *** Error 1 in acme-tiny (/usr/ports/infrastructure/mk/bsd.port.mk:2419 'install') ===> Exiting security/letsencrypt/acme-tiny with an error *** Error 1 in /usr/ports/security/letsencrypt (/usr/ports/infrastructure/mk/bsd.port.subdir.mk:147 'install') This is what my fstab looks like 9abe67936fe2a3ab.b none swap sw 9abe67936fe2a3ab.a / ffs rw 1 1 9abe67936fe2a3ab.i /home ffs rw,nodev,nosuid 1 2 9abe67936fe2a3ab.d /tmp ffs rw,nodev,nosuid 1 2 9abe67936fe2a3ab.f /usr ffs rw,nodev 1 2 9abe67936fe2a3ab.e /var ffs rw,nodev,nosuid 1 2 Thanks Monah