Date: Sat, 10 Aug 2019 17:48:18 +0000 (UTC) From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508499 - in head/emulators: wine wine-devel Message-ID: <201908101748.x7AHmIDm094819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gerald Date: Sat Aug 10 17:48:18 2019 New Revision: 508499 URL: https://svnweb.freebsd.org/changeset/ports/508499 Log: Add a note how to work around Wine issuing an error message of i386_set_ldt: Invalid argument Did you reconfigure your kernel with "options USER_LDT"? PR: 224264 Submitted by: rozhuk.im@gmail.com Reviewed by: arrowd MFH: 2019Q3 (documentation to address crash) Modified: head/emulators/wine-devel/Makefile head/emulators/wine-devel/pkg-descr head/emulators/wine/Makefile head/emulators/wine/pkg-descr Modified: head/emulators/wine-devel/Makefile ============================================================================== --- head/emulators/wine-devel/Makefile Sat Aug 10 16:46:45 2019 (r508498) +++ head/emulators/wine-devel/Makefile Sat Aug 10 17:48:18 2019 (r508499) @@ -3,6 +3,7 @@ PORTNAME= wine DISTVERSION= 4.13 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine-devel/pkg-descr ============================================================================== --- head/emulators/wine-devel/pkg-descr Sat Aug 10 16:46:45 2019 (r508498) +++ head/emulators/wine-devel/pkg-descr Sat Aug 10 17:48:18 2019 (r508499) @@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e 64-bit Windows binaries in an amd64 environment; emulators/i386-wine-devel for 32-bit Windows binaries in an amd64 environment. +If you receive a message of "Did you reconfigure your kernel with +"options USER_LDT"?" add the line + machdep.max_ldt_segment="2048" +to /boot/loader.conf and reboot. + WWW: http://www.winehq.org/ Gerald Pfeifer <gerald@FreeBSD.org> Modified: head/emulators/wine/Makefile ============================================================================== --- head/emulators/wine/Makefile Sat Aug 10 16:46:45 2019 (r508498) +++ head/emulators/wine/Makefile Sat Aug 10 17:48:18 2019 (r508499) @@ -3,7 +3,7 @@ PORTNAME= wine DISTVERSION= 4.0.1 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ Modified: head/emulators/wine/pkg-descr ============================================================================== --- head/emulators/wine/pkg-descr Sat Aug 10 16:46:45 2019 (r508498) +++ head/emulators/wine/pkg-descr Sat Aug 10 17:48:18 2019 (r508499) @@ -11,6 +11,11 @@ Use this port for 32-bit Windows binaries in an i386 e 64-bit Windows binaries in an amd64 environment; use emulators/i386-wine for 32-bit Windows binaries in an amd64 environment. +If you receive a message of "Did you reconfigure your kernel with +"options USER_LDT"?" add the line + machdep.max_ldt_segment="2048" +to /boot/loader.conf and reboot. + WWW: http://www.winehq.org/ Gerald Pfeifer <gerald@FreeBSD.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908101748.x7AHmIDm094819>