Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Multireply, really... Mikolaj: RTHREADS in kernel makes no difference at this point and the problem seems to be within ld.so, see below... > wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Michael: I don't care whether there are dlls which does not compile until wine is running, but feel

Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Uh, well...some progress coming up...but I don't know whether I'm getting closer or just being lucky ;) (I'm sorry if this post is unclear and/or of very little use. I'm not used to twisting/tweaking/porting software.) I put: 'ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no' exported t

Re: wine-0.9.37 ktrace

2007-05-15 Thread Vortechz
Vortechz wrote: > > [...cut...] > grep -n "not found" wtf > 100890: "wine: failed to initialize: File not found > > About 150 lines above, /usr/local/lib/wine is opened, so there > might be something missing there...? > The closest access

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-19 Thread Vortechz
sentially (an asm wrapper for syscall) _exit(127) * I don't know what to do now...except screaming for HLP. Jacob Meuser-2 wrote: > > On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote: >> wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi >>

Re: wine-0.9.37, ntdll.so loading fails, gdb output included

2007-05-25 Thread Vortechz
an reproduce the problem. > > On Saturday 19 May 2007 2:32:19 pm Vortechz wrote: >> >> Jacob probably recognizes this: >> >> >> Starting program: /usr/local/bin/wine /emul/w/windows/sol.exe >> >> Program received signal SIGSEGV, Segmentation fa

Re: wine-0.9.37, ntdll.so loading fails...grr.....

2007-05-25 Thread Vortechz
Same patches, with links that can not be misunderstood(*sigh*) http://www.nabble.com/file/p10803006/patch.configure.ac patch.configure.ac http://www.nabble.com/file/p10803006/patch.dlls_Makefile patch.dlls_Makefile http://www.nabble.com/file/p10803006/rustybuildscript.sh rustybuildscr

Re: wine-0.9.37 ktrace

2007-05-26 Thread Vortechz
h the message "Wine build complete" as well as building the wine-pthread binary. Michael Small wrote: > > On Sun, May 13, 2007 at 12:38:30AM +0200, Vortechz Anderson wrote: >> wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi >> > > Not for me. Do you have

Join the effort: Porting wine-0.9.38

2007-06-08 Thread Vortechz
After some initial trouble with wine (see thread http://www.nabble.com/wine-0.9.37-ktrace-tf3733527.html wine-0.9.37 ktrace ), I recieved patches from Michael Small and continued working...so by now wine-0.9.38 is at least doing something sensible... http://www.nabble.com/file/p11035940/screensho

How to invoke gm4 from autoconf-2.59 in a port?

2007-06-13 Thread Vortechz
I need to invoke /usr/local/bin/gm4 to get a configure.ac script processed by autoconf. NOTE:Don't point me to the -g option of /usr/bin/m4 , that does not work. This is in my port Makefile, of course... BUILD_DEPENDS= :m4->=1.4:devel/m4 I have tried these things in my port Makefile: 1. M4

Re: Join the effort: Porting wine-0.9.38

2007-06-22 Thread Vortechz
n't change libpthread!). Please correct me if you know better. // Vortechz Vortechz wrote: > > After some initial trouble with wine (see thread > http://www.nabble.com/wine-0.9.37-ktrace-tf3733527.html wine-0.9.37 ktrace > ), I recieved patches from Michael Small and continued

Re: Join the effort: Porting wine-0.9.38

2007-07-18 Thread Vortechz
good luck to everyone trying this. // Vortechz steven mestdagh wrote: > > Vortechz [2007-06-22, 09:22:47]: >> >> The wine port will not be submitted for quite some time since there are >> problems with threading and > > It is not forbidden to submit a tarball of

wine-0.9.37 ktrace

2007-05-12 Thread Vortechz Anderson
wine-0.9.37 compiles on OpenBSD 4.1, except the dnsapi Execution leads to segfault. (Note: Generic kernel _has_ SYSV MSG/SHM/SEMand I have not forgot sysctl machdep.userldt=1) I know there are some issues about wine's use of kernel threads on OpenBSD. I am clueless about the true problem tho