From owner-freebsd-ports@FreeBSD.ORG Sun Jul 30 21:37:17 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 577A416A4DF for ; Sun, 30 Jul 2006 21:37:17 +0000 (UTC) (envelope-from gauthamglist@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CE443D6A for ; Sun, 30 Jul 2006 21:37:10 +0000 (GMT) (envelope-from gauthamglist@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so102869nzn for ; Sun, 30 Jul 2006 14:37:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=eXF9DZJCAYgFkRFzNi3NA3D3wPBQjZTXALXNhcEL+JRfYWkd5mWT5rLJARAxHXKEdFUB5KqIwt4CAXkgMea0FcinIIEKikjEOtFEyFVEjRgVw0dg4ybuYUUyFIhd9hL0F3O/uwXYXXwQDP35uXqcDdtc05P4aJn9acG5bmcbLEY= Received: by 10.65.159.17 with SMTP id l17mr2373276qbo; Sun, 30 Jul 2006 14:37:10 -0700 (PDT) Received: by 10.64.195.15 with HTTP; Sun, 30 Jul 2006 14:37:10 -0700 (PDT) Message-ID: <54e644db0607301437x4739419emdc1e0be3158bf27c@mail.gmail.com> Date: Mon, 31 Jul 2006 03:07:10 +0530 From: "Gautham Ganapathy" To: "Alejandro Pulver" In-Reply-To: <20060729155704.1ccec628@phobos.mars.bsd> MIME-Version: 1.0 References: <1154159694.53280.15.camel@localhost> <20060729155704.1ccec628@phobos.mars.bsd> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Sun, 30 Jul 2006 21:37:17 -0000 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