Date: Thu, 19 Nov 2009 06:57:42 +0000 From: xorquewasp@googlemail.com To: freebsd-hackers@freebsd.org Subject: Wine on amd64 in 32 bit jail Message-ID: <20091119065742.GA28159@logik.internal.network>
next in thread | raw e-mail | index | archive | help
Hello. I've done a lot of reading on this problem and don't understand why what I have doesn't work. http://wiki.freebsd.org/Wine I have an entirely 32 bit jail, created by cross-compiling the world with TARGET=i386 and creating a jail from DESTDIR. The jail appears to be fully functional - all programs appear to work and the compiler produces i386 binaries. 'uname' has been configured to identify itself as 'i386', so even compiling programs from source works (autoconf correctly recognises the jail system as i386, etc). However, installing the wine port and attempting to do anything with it results in: $ wine hello.exe Bus error: 10 (core dumped) The program will immediately crash in all cases. $ winecfg Bus error: 10 (core dumped) According to every bit of documentation I can find online, this should work fine. Any idea what's gone wrong here? xw
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091119065742.GA28159>