DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 21st March 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 83
Thanked 0 Times in 0 Posts
Default Can i use wine in OB 5.0 ?

It seems there is no wine package availabe for OB 5.0.

Sincerely!
Reply With Quote
  #2   (View Single Post)  
Old 21st March 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 2,602
Thanked 190 Times in 160 Posts
Default

Quote:
Originally Posted by sw2wolf View Post
It seems there is no wine package availabe for OB 5.0.
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.
Reply With Quote
  #3   (View Single Post)  
Old 21st March 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 83
Thanked 0 Times in 0 Posts
Default

I just want to use wine to run some windows program.
Reply With Quote
  #4   (View Single Post)  
Old 22nd March 2012
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 2,602
Thanked 190 Times in 160 Posts
Default

Quote:
Originally Posted by sw2wolf View Post
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.
Reply With Quote
  #5   (View Single Post)  
Old 22nd March 2012
sw2wolf sw2wolf is offline
λ programmer
 
Join Date: Mar 2012
Location: China
Posts: 83
Thanked 0 Times in 0 Posts
Default

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.
Reply With Quote
  #6   (View Single Post)  
Old 6th May 2012
matiasbsd matiasbsd is offline
New User
 
Join Date: May 2012
Posts: 1
Thanked 0 Times in 0 Posts
Smile OpenBSD 5.0 wine and qemu

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
Reply With Quote
  #7   (View Single Post)  
Old 6th May 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 2,995
Thanked 214 Times in 189 Posts
Default

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
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wine: Your Experiences ninjatux Off-Topic 9 7th May 2012 05:21 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


All times are GMT. The time now is 12:57 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick