From owner-freebsd-stable Sat Jun 13 06:49:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA19060 for freebsd-stable-outgoing; Sat, 13 Jun 1998 06:49:30 -0700 (PDT) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from csmd2.cs.uni-magdeburg.de (prinz-atm.cs.uni-magdeburg.de [141.44.30.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA19050 for ; Sat, 13 Jun 1998 06:49:17 -0700 (PDT) (envelope-from jesse@prinz-atm.cs.Uni-Magdeburg.DE) Received: from pflaume.cs.uni-magdeburg.de (pflaume-atm [141.44.30.44]) by csmd2.cs.uni-magdeburg.de (8.8.8/8.8.8) with SMTP id PAA05200; Sat, 13 Jun 1998 15:49:17 +0200 (MET DST) Received: by pflaume.cs.uni-magdeburg.de (SMI-8.6/SMI-SVR4) id PAA03816; Sat, 13 Jun 1998 15:49:16 +0200 Date: Sat, 13 Jun 1998 15:49:16 +0200 From: jesse@prinz-atm.cs.Uni-Magdeburg.DE (Roland Jesse) Message-Id: <199806131349.PAA03816@pflaume.cs.uni-magdeburg.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Hans Petter Bieker Cc: freebsd-stable@FreeBSD.ORG Subject: Re: error when building kdebase-4.1b port In-Reply-To: References: <199806121202.OAA00682@pflaume.cs.uni-magdeburg.de> X-Mailer: VM 6.32 under Emacs 19.34.1 Reply-To: Roland Jesse X-Organization: University of Magdeburg X-Pgp-Fingerprint: 5D 08 5A E3 B4 AA 68 C1 FF 67 06 29 62 DD 9A D7 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hans Petter Bieker writes: > ar you running this as root? you should take a look on ulimit -a. I do get the error regardless to whether I am running it as root or ordinary user. ulimit -a is the same for both: cpu time (seconds) unlimited file size (blocks) unlimited data seg size (kbytes) 16384 stack size (kbytes) 8192 core file size (blocks) unlimited resident set size (kbytes) 30720 locked-in-memory size (kb) 10240 processes 64 file descriptors 64 But this should not be the problem as I get the error message even when I do not run any make processes but try to compile the file 'by hand': # cd /usr/ports/x11/kdebase/work/kdebase/kfm # c++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -I/usr/local/include/giflib -O2 -m486 -pipe -c kfmgui.cpp In file included from root.h:8, from kfmgui.cpp:29: /usr/X11R6/include/X11/Xlib.h:1074: virtual memory exhausted cpp: output pipe has been closed As I wrote before--there is definately enough virtual memory available on the system. Roland, still looking out for hints -- "Hey, Marvin kid," said Zaphod brightly, "how are you doing?" "Very badly I suspect," muttered Marvin. (TRATEOTU) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message