Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Mar 1999 18:03:42 -0800 (PST)
From:      <timlee@xpeed.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/10519: "No space left on [NFS] device" while building Pine 4.10
Message-ID:  <199903100203.SAA13849@styx.dsllogic.com>

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

>Number:         10519
>Category:       kern
>Synopsis:       Pine 4.10 build gives spurious "No space left on [NFS] device"
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar  9 18:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Timothy J. Lee
>Release:        FreeBSD 3.1-RELEASE i386
>Organization:
>Environment:

	FreeBSD 3.1-RELEASE
	AMD K6-2, 300 MHz
	FIC PA2013 motherboard, VIA chipset
	64 MB memory
	200 MB swap space
	4 GB local EIDE disk
	NFS server is a Sun SPARCstation 5 with Solaris 2.5.1 (with
		recommended patches from http://sunsolve.sun.com)
	NFS mounted filesystem has 794 MB of free space
	NFS mounted filesystem is mounted with the amd automounter.

>Description:

	Pine 4.10 is being built from source code from UW
	(not the port, which is looking for the older 4.05).
	The following error does not occur if the source code
	is unpacked in /var/tmp, which on this computer has
	187 MB free (compared to 794 MB for the NFS filesystem
	where the "No space left on device" error occurs).
	Note that this occurs whether or not -pipe is left in
	the compiler command line (-pipe is the default).

	styx (pine4.10) 285 % ./build bsf
	[various files being compiled successfully]
	cc -g -O -DNFSKLUDGE  -c utf8.c
	In file included from osdep.h:40,
			 from utf8.c:40:
	/usr/include/sys/dir.h:41: warning: #warning "The information in this file should be obtained from <dirent.h>"
	/usr/include/sys/dir.h:42: warning: #warning "and is provided solely (and temporarily) for backward compatibility."
	utf8.o: No space left on device
	/var/tmp/ccT13793.s: Assembler messages:
	/var/tmp/ccT13793.s:92688: FATAL: Can't write utf8.o: No space left on device
	*** Error code 1
	 
	Stop.
	*** Error code 1
	 
	Stop.
	*** Error code 1
	 
	Stop.
	*** Error code 1
	 
	Stop.
	^C

	styx (pine4.10) 286 %  df .
	Filesystem                    1K-blocks     Used    Avail Capacity  Mounted on
	lathe:/export/lathe4s0/local    4123582  3287680   794667    81%    /amd_mnt/lathe/export/lathe4s0/local
 

>How-To-Repeat:

	See above.

>Fix:
	
	The workaround for pine 4.10 is to unpack and build it on a local
	filesystem instead of an NFS filesystem.


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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