Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Dec 2002 13:58:02 -0800 (PST)
From:      Pete Carah <pete@ns.altadena.net>
To:        current@freebsd.org
Subject:   mystery "disk full" occurrence
Message-ID:  <200212082158.gB8Lw2EJ047273@ns.altadena.net>

next in thread | raw e-mail | index | archive | help
During a make world, from a cvsup of about an
hour ago, this happened:

/usr/obj is symlinked to /d/obj-c:

cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_  -c /usr/src/lib/msun/src/s_sinf.c -o s_sinf.So
cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_  -c /usr/src/lib/msun/src/s_tan.c -o s_tan.So
cc -fpic -DPIC -O -pipe -march=pentium3 -D_IEEE_LIBM -D_ARCH_INDIRECT=i387_  -c /usr/src/lib/msun/src/s_tanf.c -o s_tanf.So
s_tanf.So.tmp: final close failed: No space left on device
*** Error code 1

Stop in /usr/src/lib/msun.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

df right after this showed 8gb and 5e6 inodes free; somehow I suspect that
this is a locking problem and not an honest full disk, or the system
refusing to extend to another cyl group, or something such.
I can't believe that the sum of .s and .o for tanf is 8gb :-)

-- Pete

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




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