From owner-freebsd-ports@FreeBSD.ORG Tue Aug 1 18:20:16 2006 Return-Path: X-Original-To: freebsd-ports@FreeBSD.org Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 50CCE16A4F0; Tue, 1 Aug 2006 18:20:16 +0000 (UTC) (envelope-from gauthamglist@gmail.com) Received: from saraswati.hathway.com (saraswati.hathway.com [202.88.156.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5815343D81; Tue, 1 Aug 2006 18:20:06 +0000 (GMT) (envelope-from gauthamglist@gmail.com) Received: from [210.18.149.72] by saraswati.hathway.com (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTP id <0J3C00HMJ03SUP@saraswati.hathway.com>; Tue, 01 Aug 2006 23:46:43 +0530 (IST) Date: Tue, 01 Aug 2006 23:51:14 +0530 From: Gautham Ganapathy In-reply-to: <20060731002101.1c08dcca@phobos.mars.bsd> To: Alejandro Pulver , "; pfgshield-freebsd"@yahoo.com Message-id: <1154456474.8819.0.camel@localhost> MIME-version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7BIT References: <1154159694.53280.15.camel@localhost> <20060729155704.1ccec628@phobos.mars.bsd> <54e644db0607301437x4739419emdc1e0be3158bf27c@mail.gmail.com> <20060731002101.1c08dcca@phobos.mars.bsd> Cc: freebsd-ports@FreeBSD.org Subject: Re: mmap error (?) when building clisp-2.38 in freebsd-6.1-release for amd64 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Aug 2006 18:20:16 -0000 On Mon, 2006-07-31 at 00:21 -0300, Alejandro Pulver wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Mon, 31 Jul 2006 03:07:10 +0530 > "Gautham Ganapathy" wrote: > > > On 7/30/06, Alejandro Pulver wrote: > > > > > > -----BEGIN PGP SIGNED MESSAGE----- > > > Hash: SHA1 > > > > > > On Sat, 29 Jul 2006 13:24:54 +0530 > > > Gautham Ganapathy wrote: > > > > > > > > > > > 3. However, the third error is beyond me. > > > > > > > > ./lisp.run -B . -N locale -Efile UTF-8 -Eterminal UTF-8 -Emisc 1:1 -norc > > > > -m 1400KW -x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) > > > > (ext::exit t)" > > > > Cannot map memory to address 0x4000000000000 . > > > > [spvw_mmap.d:359] errno = EINVAL: Invalid argument. > > > > ./lisp.run: Not enough memory for Lisp. > > > > *** Error code 1 > > > > > > > > > > Hello. > > > > > > I think you are using an old version of the lang/clisp port (current > > > one is clisp-2.38_1, where building on amd64 was fixed). > > > > > > Could you please update your ports and try again? > > > > > > Best Regards, > > > Ale > > > > > > > > Hi > > > > How should I update this port? Would it be possible to update just this port > > without modifying the rest of the ports? > > > > Regards > > Gautham > > Hello. > > To update that port only you have to download the port from > http://www.freebsd.org/ports/ (search for 'clisp' and press the > 'Download' button). Then delete /usr/ports/lang/clisp recursively and > extract the downloaded tarball there. Like (as root): > > # tar zxf clisp.tar.gz -C /usr/ports/lang > > However it's recommended that you update your whole ports tree as some > ports require new versions of others (so basically they may work or > not). To update the whole ports tree you can use CVSup or portsnap: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports-using.html > > It also describes how to update the installed ports. > > Best Regards, > Ale > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.4 (FreeBSD) > > iD8DBQFEzXc3iV05EpRcP2ERAnK0AJ9Fj4xe94AK5oD2QuH0kekuzlxBegCdGJvC > EfmDV9wAh/oqs2voH9MUs3g= > =jxtL > -----END PGP SIGNATURE----- Thanks. I'll try this out. Regards Gautham