From nobody@FreeBSD.org  Mon Jul  3 01:59:07 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id A380B16A403
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Jul 2006 01:59:07 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 7585C43D48
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  3 Jul 2006 01:59:07 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k631x7if017615
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 3 Jul 2006 01:59:07 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k631x7Wm017614;
	Mon, 3 Jul 2006 01:59:07 GMT
	(envelope-from nobody)
Message-Id: <200607030159.k631x7Wm017614@www.freebsd.org>
Date: Mon, 3 Jul 2006 01:59:07 GMT
From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: /usr/src/Makefile 400MB is not enough anymore
X-Send-Pr-Version: www-2.3

>Number:         99735
>Category:       misc
>Synopsis:       /usr/src/Makefile 400MB is not enough anymore
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 03 02:00:29 GMT 2006
>Closed-Date:    Mon Mar 31 13:33:11 UTC 2008
>Last-Modified:  Mon Mar 31 13:40:00 UTC 2008
>Originator:     Philip M. Gollucci
>Release:        6.1-STABLE
>Organization:
P6M7G8 Inc.
>Environment:
FreeBSD home.p6m7g8.net 6.1-STABLE FreeBSD 6.1-STABLE #0: Mon Jun 26 23:55:58 PDT 2006     root@home.p6m7g8.net:/usr/obj/usr/src/sys/HOME  i386

>Description:
/usr/src/Makefile says you need at least 400MB of disk space.

This needs to be upped slightly (at least on i386) likely to 500MB

After buildworld:
pgollucci@home.p6m7g8.net /usr/src 91 0>df -h
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/da0s1a    242M     57M    165M    26%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/da0s1e     30G    431M     28G     2%    /usr
/dev/da0s1d    242M     20M    202M     9%    /var
/dev/md0       1.4G    407M    926M    31%    /usr/obj
/dev/md1       484M    421M     25M    94%    /usr/src

After additional buildkernel:
Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/da0s1a    242M     81M    142M    36%    /
devfs          1.0K    1.0K      0B   100%    /dev
/dev/da0s1e     30G    540M     27G     2%    /usr
/dev/da0s1d    242M     27M    196M    12%    /var
/dev/md0       1.4G    484M    848M    36%    /usr/obj
/dev/md1       484M    421M     25M    94%    /usr/src

>How-To-Repeat:
cd /usr/src
make buildworld
df
make buildkernel
df

>Fix:
sed -i s/400MB/500MB/ /usr/src/Makefile
>Release-Note:
>Audit-Trail:

From: Maxim Konovalov <maxim@macomnet.ru>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: bin/99735: /usr/src/Makefile 400MB is not enough anymore
Date: Mon, 3 Jul 2006 12:59:36 +0400 (MSD)

 For the record:  fresh i386 build world with an empty make.conf and
 GENERIC kernel takes 760MB in /usr/obj.
 
 -- 
 Maxim Konovalov
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Mon Mar 31 13:30:55 UTC 2008 
State-Changed-Why:  
I have changed the comment to read 800MB 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99735 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/99735: commit references a PR
Date: Mon, 31 Mar 2008 13:33:00 +0000 (UTC)

 pav         2008-03-31 13:32:55 UTC
 
   FreeBSD src repository (doc,ports committer)
 
   Modified files:
     .                    Makefile 
   Log:
   Double up the necessary size of /usr/obj to 800MB
   
   PR:             misc/99735
   Reported by:    Philip M. Gollucci <pgollucci@p6m7g8.com>,
                   Maxim Konovalov <maxim@macomnet.ru>
   
   Revision  Changes    Path
   1.347     +1 -1      src/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
