From owner-freebsd-current@FreeBSD.ORG Thu Mar 27 07:51:25 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 585271065670 for ; Thu, 27 Mar 2008 07:51:25 +0000 (UTC) (envelope-from dokalanyi@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.170]) by mx1.freebsd.org (Postfix) with ESMTP id 269438FC16 for ; Thu, 27 Mar 2008 07:51:24 +0000 (UTC) (envelope-from dokalanyi@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so3733850wfa.7 for ; Thu, 27 Mar 2008 00:51:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=BlOxoaD5NBBpH/IvEbfjW1jIAH1CMKSpjWR6e7mLG2k=; b=tpsLI6pQibH1FCAvoYZO9/jhWH9NP+gq+USTGGVhwIOFWBX8/lmS63nfMBdvYH+lcDmPdVIbC8V6f9PA0b34uK4YHirz8eBxIAXzixUDZtcmB7WeE4hyTBr9TVkshWzZV4+gJg3oA8VuJ3Me3B+vfYOadY24Y9orUXn2Gar9cLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=PM5+2YlwSpjSqUM+lQlHyV1bQ9ndhxGUq2r1hX4ER/UD8tLRx9UX/uAST0VbPY4S86Jfo0lky8G8Tk+iURXm7hD2ZGz4dMxZd7jPnrNxxZ3y0notcaLFEvgOXepG/rgcYU+m5mU/1ZezZxpI+IfIUcSSAQfWH3pp4rVGg/P3hAs= Received: by 10.143.42.3 with SMTP id u3mr875153wfj.148.1206604284407; Thu, 27 Mar 2008 00:51:24 -0700 (PDT) Received: by 10.142.52.6 with HTTP; Thu, 27 Mar 2008 00:51:24 -0700 (PDT) Message-ID: <28f643d90803270051k4b3a7d63m7accd6adc15df309@mail.gmail.com> Date: Thu, 27 Mar 2008 10:51:24 +0300 From: "Okalany Daniel" Sender: dokalanyi@gmail.com To: freebsd-current@freebsd.org In-Reply-To: <28f643d90803270046re2eaceeh977b0dbaca47f932@mail.gmail.com> MIME-Version: 1.0 References: <28f643d90803260207m14acd031vb5eaabab7fefa7dc@mail.gmail.com> <47EA19CA.4060006@delphij.net> <28f643d90803260400n6150f3adoce5cfe3c9566a20e@mail.gmail.com> <28f643d90803270046re2eaceeh977b0dbaca47f932@mail.gmail.com> X-Google-Sender-Auth: a246892534314043 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: d@delphij.net Subject: RE: Gcc Error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 07:51:25 -0000 On Wed, Mar 26, 2008 at 2:00 PM, Okalany Daniel > wrote: > dmesg produces > > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(16): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(4): failed > swap_pager_getswapspace(6): failed > swap_pager_getswapspace(3): failed > swap_pager_getswapspace(16): failed > pid 14821 (cc1), uid 0, was killed: out of swap space > > So its memory. I tried to install "ccache" and then included > > .if !defined(NOCCACHE) > CC=/usr/local/libexec/ccache/world-cc > CXX=/usr/local/libexec/ccache/world-c++ > .endif > > in /etc/make.conf > Is there anyway i can solve this without buying more RAM? Im currently > using 128,40G,1.6Ghz > Adding RAM, making it 384M solved my problem. Thanks -- OKALANY DANIEL P.O BOX 26150 KAMPALA. -- There are 10 types of people in this world - those who know binary and those who don't.