Date: Wed, 14 Aug 2002 14:03:45 -0700 (PDT) From: Linh Pham <lplist@closedsrc.org> To: Charles Pelletier <fozekizer@attbi.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make buildworld problems Message-ID: <20020814140145.G12275-100000@q.closedsrc.org> In-Reply-To: <00f101c243d5$4a04f890$32040101@hume>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-08-14, Charles Pelletier scribbled: # just got the following problems: # its breaking within these directories: # /usr/src/secure/lib/libssl # # swap_pager_getswapspace: failed # cc: internal compiler error # # several more swap pager [snip] # it only seems to be occuring when dealing with the ssl and openssl # compiling. i've never had this happen before so i'm not sure whether its # safe to continue on with the buildworld and makeworld to finalize the # upgrade to 4.6. any ideas? Make sure that you aren't running out of space in your swap file (you can use top or vmstat to get information on swap usage) or running out of space on any other partitions. Also, if you are using any C optimization flags (like -O2, -O3) in /etc/make.conf (or /etc/defaults/make.conf) that you drop it down to -O or just remove -O and try to compile again. -- Linh Pham lplist@closedsrc.org Webmaster and FreeBSD Geek http://closedsrc.org closedsrc.org Every solution breeds new problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020814140145.G12275-100000>