Subject: Building KDElibs problems
To: None <port-mac68k@netbsd.org>
From: Sergey Ivanov <sergey57@bigfoot.com>
List: port-mac68k
Date: 08/27/1999 07:53:00
Trying to build KDE I've encountered the next problem: it reports about
exhausting virtual memory on compiling addressbook.cc in kdelibs-1.1.1/kab
directory.
First there were 37M at /dev/sd0b and 56M at /dev/sd1b while real ROM is
17M. To be sure I've added 70M else at /dev/sd1a, so getting total amount
of virtual memory 163M.  After getting the same make log, attached here, I
decided to ask here what to do.

Here the make log file with some skip attached:
===>  Building for kdelibs-1.1.1
gmake  all-recursive
[skip]
Making all in kab
gmake[2]: Entering directory `/pkgsrc/x11/kdelibs/work/kdelibs-1.1.1/kab'
/usr/pkg/bin/pkglibtool-a.out-1.2p2 --cplusplus --install-la --mode=compile
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdecore -I../kdeui -I../kfile
-I../kfmlib -I/usr/X11R6/include/qt -I/usr/X11R6/include    -O2
-I/usr/pkg/include -I/usr/pkg/include -c addressbook.cc
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../kdecore -I../kdeui -I../kfile
-I../kfmlib -I/usr/X11R6/include/qt -I/usr/X11R6/include -O2
-I/usr/pkg/include -I/usr/pkg/include -c -fPIC -DPIC addressbook.cc
addressbook.cc: In method `bool AddressBook::nameOfField(const class string
&, class string &)':
addressbook.cc:1237: virtual memory exhausted
gmake[2]: *** [addressbook.lo] Error 1
gmake[2]: Leaving directory `/pkgsrc/x11/kdelibs/work/kdelibs-1.1.1/kab'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/pkgsrc/x11/kdelibs/work/kdelibs-1.1.1'
gmake: *** [all-recursive-am] Error 2
*** Error code 2

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.