https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192449

Marcus von Appen <m...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |m...@freebsd.org

--- Comment #6 from Marcus von Appen <m...@freebsd.org> ---
Yes, this could be the cause, since uname and friends are picked for
determining e.g. the os release.

You can try to set those explicitly in /etc/make.conf. Maybe setting them
solves the problem for you (it does for me in a 9x jail on a 10 host):

UNAME_r=11.0-STABLE
UNAME_v=FreeBSD 11.0-STABLE
OSVERSION=11[12345]

Set OSVERSION to the value shown in /usr/include/sys/param.h, __FreeBSD_version
(of your jail).

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to