Subject: wine trouble
To: None <tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 01/04/2004 03:02:18
Hi!
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?
Does anyone have a working wine, and how big is it?
Thanks,
Thomas