Bug 99735

Summary: /usr/src/Makefile 400MB is not enough anymore
Product: Base System Reporter: Philip M. Gollucci <pgollucci>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 6.1-STABLE   
Hardware: Any   
OS: Any   

Description Philip M. Gollucci 2006-07-03 03:00:29 UTC
/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

Fix: 

sed -i s/400MB/500MB/ /usr/src/Makefile
How-To-Repeat: cd /usr/src
make buildworld
df
make buildkernel
df
Comment 1 Maxim Konovalov 2006-07-03 09:59:36 UTC
For the record:  fresh i386 build world with an empty make.conf and
GENERIC kernel takes 760MB in /usr/obj.

-- 
Maxim Konovalov
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2008-03-31 14:30:55 UTC
State Changed
From-To: open->closed

I have changed the comment to read 800MB
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-03-31 14:33:00 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"