From owner-freebsd-questions@FreeBSD.ORG Sat Oct 16 13:22:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C72F31065670 for ; Sat, 16 Oct 2010 13:22:41 +0000 (UTC) (envelope-from rfarmer@predatorlabs.net) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8BDC48FC14 for ; Sat, 16 Oct 2010 13:22:41 +0000 (UTC) Received: by qyk30 with SMTP id 30so1946697qyk.13 for ; Sat, 16 Oct 2010 06:22:41 -0700 (PDT) MIME-Version: 1.0 Received: by 10.224.213.3 with SMTP id gu3mr1024514qab.62.1287235360981; Sat, 16 Oct 2010 06:22:40 -0700 (PDT) Received: by 10.220.188.3 with HTTP; Sat, 16 Oct 2010 06:22:40 -0700 (PDT) X-Originating-IP: [128.95.133.227] In-Reply-To: References: Date: Sat, 16 Oct 2010 06:22:40 -0700 Message-ID: From: Rob Farmer To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: User Questions Subject: Re: libxul compilation problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Oct 2010 13:22:41 -0000 2010/10/16 Fernando Apestegu=EDa : > I didn't run X or whatsoever. That's why I think I should have enough mem= ory. > In fact after getting that error, I rebooted so I could update the > ports from a "fresh" > running system (nothing cached or so). But even in that case, I'm getting= the > same error. > > Any VM tuning I can try? I'm not really knowledgeable about that kind of thing. However, the port is marked MAKE_JOBS_SAFE which means that it will try to run multiple compiler instances in parallel, to speed things up if you have multiple CPUs/cores. You can try running with "make -DDISABLE_MAKE_JOBS" to just run one at a time - maybe you have enough memory for that but not multiple jobs at once? --=20 Rob Farmer