From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Oct 8 13:36:29 2009 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA36B106568D for ; Thu, 8 Oct 2009 13:36:28 +0000 (UTC) (envelope-from louis.croisez@gmail.com) Received: from mail-ew0-f218.google.com (mail-ew0-f218.google.com [209.85.219.218]) by mx1.freebsd.org (Postfix) with ESMTP id 4BB6D8FC1B for ; Thu, 8 Oct 2009 13:36:28 +0000 (UTC) Received: by ewy18 with SMTP id 18so96129ewy.43 for ; Thu, 08 Oct 2009 06:36:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ftt8P3+5Qzb1F8ZXqLYeiGHITWIYWIVeM1XGb70EJw8=; b=WZvB7Ixtb5hgRl0UL0xmrIwbIcAAH1HnYk0Xkg4QzSky9gwnsCCh1oOzQ3nwYLdLWs AuuSY2aL4Dc73i9RPbSr/wHGFKVXYw6QnwycFS5HqEeaTonLW8jSvjyRIvy7wvdB8CW9 rxnqUyd+AyUJdFPq1NYDmvq9AlJX1P5PuqNRA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=dHKQrrjXo/3VaPAvAihG2tXlIy69aS1mX6UznIs9hHSGa/40FMfhMYYXov6wbMsOqj 2AFGj1VDvPPIOe34fFv74jVZYT2KvXe4FViGpkMLo6PrHVNQ+f3LykUi1jeMzXiDEuW4 cfZS6/amc7WMEKTNFnpayNPpF6KxxLozpnsdw= MIME-Version: 1.0 Received: by 10.216.85.205 with SMTP id u55mr363007wee.204.1255007624368; Thu, 08 Oct 2009 06:13:44 -0700 (PDT) Date: Thu, 8 Oct 2009 15:13:43 +0200 Message-ID: <34d8b2fe0910080613q6b87b1fal1b1b46c413495bd1@mail.gmail.com> From: Louis Croisez To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports/86207: WINE + Datasize of more than 0x50000000 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Oct 2009 13:36:29 -0000 Hi, you wrote 4 years ago a bug report on the FreeBSD mailing list concerning a problem of ld-elf.so.1 library. Apparently, the status of this bug was "resolved/closed". Problem is that I have the same behavior now on my FreeNAS distribution running 7.2 kernel: ~# ldd `which wine` /usr/local/bin/wine: ELF interpreter /libexec/ld-elf.so.1 not found /usr/local/bin/wine: signal 6 ~# wine ELF interpreter /libexec/ld-elf.so.1 not found Abort ~# uname -a FreeBSD freenas.local 7.2-RELEASE-p1 FreeBSD 7.2-RELEASE-p1 #0: Fri Jun 19 20:56:48 UTC 2009 root@vmbsd72i386:/usr/obj/freenas/usr/src/sys/FREENAS-i38= 6 i386 I have tried your workaround (setting a smaller value of kern.maxdsiz in /boot/loader.conf below 1Meg) but it does not work. The problem is still there. Could you help me? Do you know a solution? > ports/86207: WINE + Datasize of more than 0x50000000*Ulrich Spoerlein* q > at galgenberg.net > *Fri Sep 16 03:00:34 PDT 2005* > > > - Previous message: ports/86206: Unable to build OpenOffice2.0Beta2 > - Next message: ports/86207: WINE + Datasize of more than 0x50000000 > - *Messages sorted by:* [ date ] > [ thread ] > [ subject ] > [ author ] > > ------------------------------ > > >*Number: 86207*>*Category: ports*>*Synopsis: WINE + = Datasize of more than 0x50000000*>*Confidential: no*>*Severity: non= -critical*>*Priority: low*>*Responsible: freebsd-ports-bugs*>*Stat= e: open*>*Quarter: *>*Keywords: *>*Date-Required:*>*C= lass: sw-bug*>*Submitter-Id: current-users*>*Arrival-Date: Fri= Sep 16 10:00:32 GMT 2005*>*Closed-Date:*>*Last-Modified:*>*Originator: = Ulrich Spoerlein*>*Release: FreeBSD 6.0-BETA2 i386*>*Organization:*= >*Environment:*>*Description:*When the max. Data Size exceeds more than 1GB= (1GB is still fine), then > sys/kern/imgact_elf.c has trouble exec()'ing Wine. This also manifests > itself in ldd(1) crashing on the Wine binary. > >*How-To-Repeat:*Set kern.maxdsiz=3D"1342177280" in /boot/loader.conf, ru= n wine or > ldd /usr/local/bin/wine. > > % ldd `which wine` > /usr/local/bin/wine: > ELF interpreter /libexec/ld-elf.so.1 not found > /usr/local/bin/wine: signal 6 > > A maxdsiz of 1073741824 will work just fine, but YMMV. > % ldd `which wine` > /usr/local/bin/wine: > libwine.so.1 =3D> /usr/local/lib/libwine.so.1 (0xbbf37000) > libc.so.6 =3D> /lib/libc.so.6 (0xbbf4f000) > > Note that using plain limit won't do. You have to reboot. > > Now, I initially had a dsize of 2GB and since Wine tries something > funky with it's heap at 0x80000000 I thought this was it. But just > setting dsize somewhat above 1GB will trigger this too. Rather odd. > >*Fix:*>*Release-Note:*>*Audit-Trail:*>*Unformatted:* > > >