From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 06:53:37 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E66A716A4CE for ; Wed, 7 Jan 2004 06:53:36 -0800 (PST) Received: from vogon.ccgis.de (vogon.ccgis.de [212.79.172.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7444543D46 for ; Wed, 7 Jan 2004 06:53:34 -0800 (PST) (envelope-from thelen@ccgis.de) Received: from amavis by vogon.ccgis.de with virus-scanned (Exim 3.36 #1 (Debian)) id 1AeFQk-0007en-00 for ; Wed, 07 Jan 2004 16:17:10 +0100 X-Scanned-By: AMaViS-ng at Geo-Consortium Bonn Received: from center.sz ([192.168.1.20] helo=center.shared) by vogon.ccgis.de with esmtp (Exim 3.36 #1 (Debian)) id 1AeFQh-0007ef-00 for ; Wed, 07 Jan 2004 16:17:07 +0100 Received: from localhost ([127.0.0.1] helo=center) by center.shared with smtp (Exim 3.35 #1 (Debian)) id 1AeExu-0004Ye-00 for ; Wed, 07 Jan 2004 15:47:22 +0100 Received: from 192.168.2.109 (SquirrelMail authenticated user thelen) by vogon.ccgis.de with HTTP; Wed, 7 Jan 2004 15:47:22 +0100 (CET) Message-ID: <3279.192.168.2.109.1073486842.squirrel@vogon.ccgis.de> Date: Wed, 7 Jan 2004 15:47:22 +0100 (CET) From: thelen@ccgis.de To: questions@freebsd.org User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: swap_pager: out of swap space --> doxygen installation fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 14:53:37 -0000 Hi list, I suppose, that the repeated messages on ttyv0 "swap_pager_getswapspace: failed", "swap_pager: out of swap space", "/kernel: pid 7184 (cc1plus), uid 0, was killed: out of swap space" and the error code of the failed compilation of doxygen ""c++: Internal compiler error: program cc1plus got fatal signal 9" exactly mean, what they say. :-) In fact, it really is a little FreeBSD 4.8 box with P1-133, 64 meg RAM and 112 meg swap space. Not the racing machine, I know. But I had FreeBSD 4.7 before that 4.8-system on the same machine and never had this error, even regarding the same port (gdal-1.1.8). This port installs a lot of dependencies, one is doxygen. ------------------------------------------------------------------------- gmake -f Makefile.libdoxycfg PERL=/usr/bin/perl all gmake[2]: Entering directory `/usr/ports/devel/doxygen/work/doxygen-1.3.3/src' flex -PconfigYY -t config.l >config.cpp c++ -c -O -pipe -D_THREAD_SAFE -Wall -W -I../qtools -o ../objects/config.o confi g.cpp c++: Internal compiler error: program cc1plus got fatal signal 9 gmake[2]: *** [../objects/config.o] Error 1 {standard input}: Assembler messages: {standard input}:14050: Warning: end of file not at end of a line; newline inser ted gmake[2]: Leaving directory `/usr/ports/devel/doxygen/work/doxygen-1.3.3/src' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/usr/ports/devel/doxygen/work/doxygen-1.3.3/src' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/devel/doxygen ------------------------------------------------------------------------- I then tried to install doxygen as package via sysinstall. That failed, too and sysinstall tried to install an older version of doxygen (1.2.x) than the port tree offers (1.3.3). See the follwing error message: "Add of package freetype2-2.1.3_1 aborted, error code 1 Please check the debug screen for more info." freetype2 ist alread installed, but version 2.1.5_1!? So, as it is three month ago, I installed that box and never did a cvsup again (or something else), I decided to update the ports tree. Even that failed, too: Checkout port/www/p5-libapreq/pkg-descr Updater failed: Cannot install "/usr/ports/www/p5-libapreq/#cvs.cvxup-7326.13959" to "/usr/ports/www/p5-libapreq/pkg-descr": Is a directory Well, I also made "make index", but of course there are a lot of messages that the "dependency list (is) incomplete". I shouldn't have done that, should I? That is where I am now. Can somebody give me some advice?! Is it really to less swap space? I really never had that before on that machine. How do I get doxygen installed? Is my port tree now broken? How can I fix this? Thanks in advance and sorry for the chaos, Benjamin