Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-03 Thread Gerald Pfeifer
On Sat, 2 Jun 2007, Marc G. Fournier wrote: > Just built 0.9.38 under FreeBSD, and it doesn't even run :( Never a good > sign ... but explains why the port is 2 releases old ... I debugged this a bit, and believe the change that broke FreeBSD is revision 1.82 of dlls/ntdll/thread.c and related p

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Kai Blin
On Saturday 02 June 2007 20:27:09 Marc G. Fournier wrote: > --On Saturday, June 02, 2007 10:55:00 +0200 Kai Blin <[EMAIL PROTECTED]> > > As I said in my email, I'm really happy to provide the Wine side of > > things for this bug, but I don't feel like doing the FreeBSD research. I > > don't use F

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Saturday, June 02, 2007 10:55:00 +0200 Kai Blin <[EMAIL PROTECTED]> wrote: > Right. And it's not as if we didn't try. > Just two days ago, I've sent the following email to the freebsd-hackers > mailing list: > http://lists.freebsd.org/piperma

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-02 Thread Kai Blin
On Saturday 02 June 2007 08:07:48 Marc G. Fournier wrote: > --On Saturday, June 02, 2007 05:28:31 + "L. Rahyen" > > I'm pretty sure he is. There is problems with FreeBSD that needs to be > > resolved by FreeBSD community - i.e. by people who knows FreeBSD and have > > time, will and necces

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-01 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Saturday, June 02, 2007 00:25:13 -0600 Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Looks like another duplicate of bug 5732. You should at least check the > bugzilla before posting on wine-devel mailing list with user problems. > As stated

Re: Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-01 Thread Vitaliy Margolen
Looks like another duplicate of bug 5732. You should at least check the bugzilla before posting on wine-devel mailing list with user problems. As stated in the bug, there is nothing Wine can do about this. FreeBSD has to be fixed / worked around the limitation. Vitaliy Marc G. Fournier wrote: > [

Wine on FreeBSD (Was: Re: How to determine if something is "debuggable" ... ?)

2007-06-01 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Saturday, June 02, 2007 05:28:31 + "L. Rahyen" <[EMAIL PROTECTED]> wrote: > I think that it should work great under 0.9.36 too. But I always use > latest > Wine git tree - that is, latest version of Wine compiled from source. And

Re: Regression in Wine on FreeBSD (DVD Shrink)

2005-12-15 Thread Robert Shearman
Travis Poppe wrote: Hello All, Lately I've been trying to track down a problem that prevents DVD Shrink 3.2 from starting on FreeBSD in any version of Wine built on/after 04-20-2005 (including the recent beta releases). Any version built prior to this works fine. I've tracked the problem d

Regression in Wine on FreeBSD (DVD Shrink)

2005-12-13 Thread Travis Poppe
Hello All, Lately I've been trying to track down a problem that prevents DVD Shrink 3.2 from starting on FreeBSD in any version of Wine built on/after 04-20-2005 (including the recent beta releases). Any version built prior to this works fine. I've tracked the problem down to the changes made

Re: wine on FreeBSD

2005-08-01 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > Actually the fix for SVR4 (Solaris) does work BUT, the numerous vforks cause > resource problems under Solaris. I already have a patch which does a single > reserve of 64 MB for the system heap and leaves the rest alone. Other memory > gets mapped out

Re: wine on FreeBSD

2005-07-29 Thread Robert Lunnon
> not mapped no [ENOMEM] error condition. > > > > - the FreeBSD man pages say that mmap would fail with [ENOMEM] > error condition if address is in use but in the reality it seems always > return the start address. > > > > So for to use wine on FreeBSD before doing a more clea

TR: wine on FreeBSD with patch

2005-07-29 Thread jean-marc DETREZ
    De : jean-marc DETREZ [mailto:[EMAIL PROTECTED] Envoyé : vendredi 29 juillet 2005 20:28 À : 'Alexandre Julliard' Cc : '[EMAIL PROTECTED]'; 'wine-devel@winehq.com'; '[EMAIL PROTECTED]'; 'Dmitry Timoshkov'; '

wine on FreeBSD

2005-07-29 Thread jean-marc DETREZ
] error condition if address is in use but in the reality it seems always  return the start address.   So for to use wine on FreeBSD before doing a more clean patch i propose to add this to mmap . I know that it would map memory pages without verify before that the pages is’nt already map but the man

Re: Wine on FreeBSD current

2004-10-31 Thread Gerald Pfeifer
On Tue, 22 Jun 2004, Alexandre Julliard wrote: Gerald Pfeifer <[EMAIL PROTECTED]> writes: ...and in fact, Alexandre, wouldn't it be better to have _some_ apps broken under Wine on FreeBSD than a completely broken Wine on FreeBSD for all apps? Nope. What matters is not so much how ma

Re: Wine on FreeBSD current

2004-06-23 Thread Gerald Pfeifer
unless you find some other way to ensure > that FreeBSD never allocates anything above 0x8000, the > reservation code can't really be made optional. ...and in fact, Alexandre, wouldn't it be better to have _some_ apps broken under Wine on FreeBSD than a completely broken Wine on FreeBSD for all apps? Gerald

Re: Wine on FreeBSD current

2004-06-22 Thread Alexandre Julliard
Gerald Pfeifer <[EMAIL PROTECTED]> writes: > ...and in fact, Alexandre, wouldn't it be better to have _some_ apps > broken under Wine on FreeBSD than a completely broken Wine on FreeBSD > for all apps? Nope. What matters is not so much how many apps run today, but that we hav

Re: Wine on FreeBSD current

2004-06-22 Thread John Birrell
t; that FreeBSD never allocates anything above 0x8000, the > > reservation code can't really be made optional. > > ...and in fact, Alexandre, wouldn't it be better to have _some_ apps > broken under Wine on FreeBSD than a completely broken Wine on FreeBSD > for all apps?

Re: Wine on FreeBSD current

2004-06-20 Thread Alexandre Julliard
John Birrell <[EMAIL PROTECTED]> writes: > To get Wine to work on FreeBSD4, there needs to be a way of making the > reservation code optional. A simple mmap test in configure which snaffles > memory above 0x8000 and then tries to mmap some more memory without > specifying a fixed address would

Re: Wine on FreeBSD current

2004-06-20 Thread John Birrell
On Sun, Jun 20, 2004 at 04:57:43PM +0200, Gerald Pfeifer wrote: > On Thu, 17 Jun 2004, John Birrell wrote: > > "wine: failed to initialize: /something/lib/wine/ntdll.dll.so: mmap of > > entire address space failed: Cannot allocate memory" > > > > is caused by Wine attempting to mmap memory outside

Re: Wine on FreeBSD current

2004-06-20 Thread Gerald Pfeifer
On Thu, 17 Jun 2004, John Birrell wrote: > "wine: failed to initialize: /something/lib/wine/ntdll.dll.so: mmap of > entire address space failed: Cannot allocate memory" > > is caused by Wine attempting to mmap memory outside the user process > address space. I see mmap addr around 0xd810 (mostl

Re: Wine on FreeBSD current

2004-06-17 Thread Gerald Pfeifer
>> I'm just wondering if it is supposed to work as well as FreeBSD stable. Right now, Wine doesn't work at all on FreeBSD -STABLE: wine: failed to initialize: /swtest/wine/dlls/ntdll.dll.so: mmap of entire address space failed: Cannot allocate memory and before that I used to see deadlocks u

Re: Wine on FreeBSD current

2004-06-17 Thread Gerald Pfeifer
On Wed, 16 Jun 2004, Jonathan Fosburgh wrote: >> wine: failed to initialize: /swtest/wine/dlls/ntdll.dll.so: mmap of >> entire address space failed: Cannot allocate memory > I get the same problem on -CURRENT with recent CVS versions of wine. > Hopefully, in the port of the new release, this wi

Re: Wine on FreeBSD current

2004-06-17 Thread Mike Hearn
On Wed, 16 Jun 2004 13:54:37 -0500, Jonathan Fosburgh wrote: > I tried to look through the mmap.c code but I don't have enough of an > understanding of what it is supposed to do to figure out how to make it work, > or even work around it. It provides mmap emulation for some systems and is respon

Re: Wine on FreeBSD current

2004-06-17 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 22:52, John Birrell wrote: > > Thanks for the reply. > > From what I can see, there are two problems with the Wine build from CVS > on FreeBSD -current that seem to be related to the use of BSD make. In the > dlls 'setupapi'

Re: Wine on FreeBSD current

2004-06-16 Thread John Birrell
On Wed, Jun 16, 2004 at 07:49:26PM +0200, Gerald Pfeifer wrote: > >> I'm just wondering if it is supposed to work as well as FreeBSD stable. > > Right now, Wine doesn't work at all on FreeBSD -STABLE: > > wine: failed to initialize: /swtest/wine/dlls/ntdll.dll.so: mmap of > entire address spa

Re: Wine on FreeBSD current

2004-06-16 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 13:19, Gerald Pfeifer wrote: > > Given that I'm the maintainer of the wine port in FreeBSD, I can say > quite authoritatively that I probably won't update to the latest snapshot, > unless some third party is able to provide a

Re: Wine on FreeBSD current

2004-06-16 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 16 June 2004 12:49, Gerald Pfeifer wrote: > >> I'm just wondering if it is supposed to work as well as FreeBSD stable. > > Right now, Wine doesn't work at all on FreeBSD -STABLE: > > wine: failed to initialize: /swtest/wine/dlls/ntdll.dl

Re: Wine on FreeBSD current

2004-06-09 Thread Jonathan Fosburgh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday 09 June 2004 01:42, John Birrell wrote: > Are there any people subscribed to this list who use Wine on FreeBSD > current? > > I'm just wondering if it is supposed to work as well as FreeBSD stable. There is a threading

Wine on FreeBSD current

2004-06-08 Thread John Birrell
Are there any people subscribed to this list who use Wine on FreeBSD current? I'm just wondering if it is supposed to work as well as FreeBSD stable. -- John Birrell