Subject: Re: wine trouble
To: None <tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 01/04/2004 04:23:46
On Sun, Jan 04, 2004 at 03:02:18AM +0100, Thomas Klausner wrote:
> I'm trying to use wine-20031212 on NetBSD-1.6ZF-20031127/i386.
> 
> When I call 'wine', I get:
> # wine
> bash: /usr/pkg/bin/wine: Cannot allocate memory
> 
> ldd on it also fails:
> # ldd /usr/pkg/bin/wine
> ldd: mmap of bss failed: Cannot allocate memory
> file says:
> 
> # file /usr/pkg/bin/wine
> /usr/pkg/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for NetBSD 1.6ZF, dynamically linked (uses shared libs), stripped
> 
> The file itself is only 13KB big:
> -r-xr-xr-x  1 root  wheel  13752 Jan  4 02:54 /usr/pkg/bin/wine
> 
> Is this a toolchain problem?
> I don't think that ldd should fail the way it does.
> 
> Do I have some limit set too low?

I just tried compiling the previous version, wine-20031118,
and it at least starts.

> Does anyone have a working wine, and how big is it?

The current version on FreeBSD is about the same size,
I'm told, and the previous version is about 6Kb.

 Thomas