Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Mar 2007 16:58:52 -0500
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        freebsd-emulation@FreeBSD.org
Cc:        Scot Hetzel <swhetzel@gmail.com>, gerald@FreeBSD.org, Alexander Leidinger <Alexander@leidinger.net>
Subject:   Re: emulators/linux-wine: Help in porting to FreeBSD
Message-ID:  <200703091658.54976.jkim@FreeBSD.org>
In-Reply-To: <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com>
References:  <790a9fff0610132255k5c3b08fcrb550fa308d31752d@mail.gmail.com> <790a9fff0703091251w6b664efbs55a0d608b7c2f441@mail.gmail.com> <790a9fff0703091339p1f06c1d1k8bc1cf148e2afb52@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 09 March 2007 04:39 pm, Scot Hetzel wrote:
> On 3/9/07, Scot Hetzel <swhetzel@gmail.com> wrote:
> > Changing only compat.linux32.maxdsiz to 8M,  allowed
> > wineprefixcreate to run without giving the above error, but
> > instead resulted in a core dump.
> >
> > hp010# sysctl compat.linux32.maxdsiz=8388608
> > compat.linux32.maxdsiz: 536870912 -> 8388608
> >
> > hp010# /compat/linux/usr/bin/wineprefixcreate
> > modify_ldt: Success
> > Segmentation fault (core dumped)
> >
> > hp010$ /compat/linux/usr/bin/wine --version
> > Wine 0.9.24
>
> The previous message had compat.linux.osrelease set to 2.4.2,
> changing it to 2.6.16 resulted in:
>
> hp010# sysctl compat.linux.osrelease=2.6.16
> compat.linux.osrelease: 2.4.2 -> 2.6.16
> hp010# /compat/linux/usr/bin/wine --version
> cannot set up thread-local storage: cannot set up LDT for
> thread-local storage
>
> hp010# sysctl compat.linux32.maxdsiz=8388608
> compat.linux32.maxdsiz: 49283072 -> 8388608
> hp010# /compat/linux/usr/bin/wine --version
> cannot set up thread-local storage: cannot set up LDT for
> thread-local storage

You need to use the latest patches from Perforce.

http://www.leidinger.net/FreeBSD/linuxolator/linuxolator-p4.diff

It is not up to date but it should let you pass it.

Jung-uk Kim



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703091658.54976.jkim>