Date: Tue, 04 Feb 2020 18:37:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243853] sysutils/iocage doesn't handle locales Message-ID: <bug-243853-7788-Y4dX6Bd4eo@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-243853-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-243853-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243853 --- Comment #1 from Emrion <kmachine@free.fr> --- Seems I eventually found a fix. In line 45 of /usr/local/lib/python3.7/site-packages/iocage_cli/__init__.py: os.environ["LANG"] =3D "" Do not forget to recalculate and set the checksum of the package: pkg -r py37-iocage So, iocage is happy and the environment variable LANG is only modified in i= ts process. Hope there is no drawback. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243853-7788-Y4dX6Bd4eo>