Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Aug 1997 19:40:03 -0700 (PDT)
From:      GNU GNATS <gnats>
To:        undisclosed-recipients:;
Subject:   ports/4222: get "virtual memory exhausted" trying to compile textproc/jade
Message-ID:  <199708040240.TAA06357@hub.freebsd.org>
Resent-Message-ID: <199708040240.TAA06357@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         4222
>Category:       ports
>Synopsis:       get "virtual memory exhausted" trying to compile textproc/jade
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug  3 19:40:01 PDT 1997
>Last-Modified:
>Originator:     Scott Blachowicz
>Organization:
none
>Release:        FreeBSD 2.2.2-RELEASE i386
>Environment:

	FreeBSD 2.2.2-RELEASE from Walnut Creek CDROM on a P90 with 32MB RAM
	and ~200MB free swap space.

>Description:

	I get this error:

>How-To-Repeat:

	cd /usr/ports/textproc/jade
	make

>Fix:
	
	Unknown...possibly adding more swap space, but I don't have enough
	disk space to satisfy it.


>Audit-Trail:
>Unformatted:
>Received: (from scott@localhost) by one.sabami.seaslug.org (8.8.5/8.6.12) id TAA02298; Sun, 3 Aug 1997 19:19:53 -0700 (PDT)
Date: Sun, 3 Aug 1997 19:19:53 -0700 (PDT)
From: Scott Blachowicz <scott@sabami.seaslug.org>
Message-Id: <199708040219.TAA02298@one.sabami.seaslug.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: virtual mem exhausted trying to compile textproc/jade?
Reply-To: scott@sabami.seaslug.org
X-send-pr-version: 3.2
Content-Type: text


>> Checksum OK for jade0_9.zip.
===>  Building for jade-0.9
===> generic
===> include
===> lib
[...etc...]
Warning: Object directory not changed from original /opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style
c++ -fno-implicit-templates -O2 -ansi   -DSGML_CATALOG_FILES_DEFAULT=\"/usr/local/share/sgml/catalog\" -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../grove -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../spgrove -I. -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../include -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../generic -I. -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../include -I/opt1/scott/mirrors/FreeBSD-ports/textproc/jade/work/style/../generic -c StyleEngine.cxx -o StyleEngine.o
In file included from StyleEngine.cxx:10:
ProcessContext.h:138: warning: class `Connection' is already friends with class `ProcessContext'
ProcessContext.h:139: warning: class `Connectable' is already friends with class `ProcessContext'
StyleEngine.cxx: In method `void StyleEngine::parseSpec(class SgmlParser &, const class CharsetInfo &, const class String<short unsigned int> &, class Messenger &)':
StyleEngine.cxx:45: virtual memory exhausted
*** Error code 1


	trying to build the port. I've repeated the 'make' several times and
	have monitored the free swap space and process size (with 'top') and
	the cc1plus process size got up to around 17MB with free swap space
	staying above 200MB the entire time. So, it seems like there is
	either a compiler problem here or the compilation of StyleEngine.cxx
	is looking for an enormous amount of VM (> 200MB) at once.  So, this
	probably isn't a "ports" bug, per se...




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708040240.TAA06357>