From owner-freebsd-current@FreeBSD.ORG Fri Aug 19 09:47:22 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 98BAD16A41F for ; Fri, 19 Aug 2005 09:47:22 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from mail.vdsoft.org (poseidon.vdsoft.org [193.85.147.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2446043D45 for ; Fri, 19 Aug 2005 09:47:21 +0000 (GMT) (envelope-from dvorakv@vdsoft.org) Received: from [10.0.0.132] (laptop.home.deltaeng.com [10.0.0.132]) by mail.vdsoft.org (Postfix) with ESMTP id 64F2047E012 for ; Fri, 19 Aug 2005 11:47:17 +0200 (CEST) Message-ID: <4305AAB9.7030104@vdsoft.org> Date: Fri, 19 Aug 2005 11:47:37 +0200 From: Vladimir Dvorak User-Agent: Debian Thunderbird 1.0.6 (X11/20050802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org X-Enigmail-Version: 0.92.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Virtual Memory Exhausted in compilation GNOME2 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: Fri, 19 Aug 2005 09:47:22 -0000 Hello to all, I have problem installing Gnome2 from ports collestion. --- cut --- cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DDATADIR=\"/usr/X11R6/share/gnome\" -DLOCALEDIR=\"/usr/X11R6/share/locale\" -DICON_PATH=\"/usr/X11R6/share/gnome/pixmaps/gucharmap.png\" -I/usr/local/include -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/atk-1.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include -DORBIT2=1 -D_REENTRANT -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/libart-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/orbit-2.0 -I/usr/local/include/libbonobo-2.0 -I/usr/local/include/bonobo-activation-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/X11R6/include/libgnomeui-2.0 -I/usr/X11R6/include/libgnome-2.0 -I/usr/X11R6/include/libgnomecanvas-2.0 -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/include/gconf/2 -I/usr/X11R6/include/libbonoboui-2.0 -I/usr/X11R6/include/gnome-vfs-2.0 -I/usr/X11R6/lib/gnome-vfs-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/X11R6/lib/gtk-2.0/include -O2 -fno-strict-aliasing -pipe -MT gucharmap-unicode-info.lo -MD -MP -MF .deps/gucharmap-unicode-info.Tpo -c gucharmap-unicode-info.c -fPIC -DPIC -o .libs/gucharmap-unicode-info.o virtual memory exhausted: Cannot allocate memory gmake[2]: *** [gucharmap-unicode-info.lo] Error 1 ---cut --- I seems that system come out of memory. I added more swap space and now I have really huge amount of memory: devel# swapinfo -h Device 1K-blocks Used Avail Capacity /dev/ad8s1b 494464 23M 483M 5% /dev/md0 307200 1.0M 300M 0% /dev/md1 307200 1.0M 300M 0% /dev/md2 1935360 508K 1.8G 0% Total 3044224 26M 2.9G 1% But problem still remains! :-( And now I am out of idea, what to do. Is there some trick how to correct or workaround this problem and install Gucharmap (in which problem occurs ) ? Thank you very much! P.S. My architecture is: AMD64(CPU Athlon64XP), FreeBSD 6.0-BETA2 FreeBSD 6.0-BETA2 with custom kernel. Vladimir