![]() |
|
|||||||
| OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
It seems there is no wine package availabe for OB 5.0.
Sincerely! |
|
|||
|
Correct. There was a working port at one time (prior to OpenBSD 5.0...), but discussion on ports@ indicates that wine no longer works:
http://marc.info/?t=128751273800007&r=1&w=2 ...nor does it appear that it will in the near future. |
|
|||
|
I just want to use wine to run some windows program.
|
|
|||
|
Wine is no longer available, & it is unclear if it will ever again be available on OpenBSD. You will need to look for other alternatives.
|
|
|||
|
It seems there is no any alternatives using OB(qemu is VERT slow). I can use VirtualBox and Wine using FreeBSD.
I really donot understand why Wine doesnot work on OpenBSD ?! Last edited by sw2wolf; 23rd March 2012 at 05:11 AM. |
|
|||
|
I could compile wine 1.1.19, 1.3.37 and 1.5.3 (with several patches) in my OpenBSD 5.0, but it's not run. Only run in the old wine version (1.1.19).
Qemu is very slow but if you install kqemu (QEMU accelerator module): pkg_add -vi kqemu If you want to load this kernel module at boot time, add the following lines to /etc/rc.securelevel : if nm /dev/ksyms | grep mp_lock >/dev/null; then if [ -r /usr/local/lib/kqemu/kqemu_mp.o ]; then echo ' kqemu'; /sbin/modload /usr/local/lib/kqemu/kqemu_mp.o fi else if [ -r /usr/local/lib/kqemu/kqemu.o ]; then echo ' kqemu'; /sbin/modload /usr/local/lib/kqemu/kqemu.o fi fi If you want a user to be able to use this module, add them to the group _kqemu (vi /etc/group). The QEMU Accelerator (KQEMU) is a driver allowing a user application to run x86 code in a Virtual Machine (VM). The code can be either user or kernel code, in 64, 32 or 16 bit protected mode. __ Matias Colli UNIX SysAdmin |
|
||||
|
Kqemu is not available with OpenBSD after 5.0-release. It was deprecated upstream, and did not function properly on OpenBSD in any case.
Review the CVS log: http://www.openbsd.org/cgi-bin/cvswe...Attic/Makefile
__________________
OpenBSD LiveCDs/LiveDVDs |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wine: Your Experiences | ninjatux | Off-Topic | 10 | 2 Weeks Ago 12:48 PM |
| WINE - DragonFlyBSD | klanger | Other BSD and UNIX/UNIX-like | 2 | 13th May 2010 09:44 PM |
| Wine OpenBSD | Oko | OpenBSD Packages and Ports | 11 | 4th November 2009 10:19 PM |
| wine error | hamba | FreeBSD Ports and Packages | 12 | 1st December 2008 10:50 AM |
| Wine on OpenBSD 4.3 | WeakSauceIII | OpenBSD Packages and Ports | 10 | 25th May 2008 07:03 PM |