From owner-freebsd-current Tue Apr 21 04:50:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA22655 for freebsd-current-outgoing; Tue, 21 Apr 1998 04:50:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA22594 for ; Tue, 21 Apr 1998 11:49:55 GMT (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id NAA00524; Tue, 21 Apr 1998 13:47:06 +0200 (MET DST) Message-ID: <353CA4EF.7C262514@giovannelli.it> Date: Tue, 21 Apr 1998 13:53:51 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: current@FreeBSD.ORG CC: Stephen McKay Subject: Re: usr.bin/expand breaks make world References: <199804211004.MAA05688@sos.freebsd.dk> <199804211011.UAA11629@troll.dtir.qld.gov.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Stephen McKay wrote: > >> > > >> I have tried to newfs the /usr/obj and start again a new make world but > >> the error is here again , same file, same point. > > This is strange. What does the corruption look like? On my system, parts > of C programs were written to the .depend file. This might be a separate > problem with generation of just this .depend file. I really don't know how a .depend is made so I send you the guilty one, even if a lot of other are very similar... I have to delete a lot of blank lines... If someone can say me if it is a correct .depend I 'll be very happy #### the lines are added by the vi :-) ########## 1 # -I/usr/obj/usr/src/tmp/usr/include /usr/src/usr.bin/expand/expand.c 2 # 1 "" 3 # 1 "/usr/src/usr.bin/expand/expand.c" 4 5 [... a lot of blank lines deleted ...] 6 7 8 static char copyright[] = 9 "@(#) Copyright (c) 1980, 1993\n The Regents of the University of California. All rights reserved.\n"; 10 11 12 13 14 15 16 17 static const char rcsid[] = 18 "$Id: expand.c,v 1.3 1998/02/02 07:10:59 cwt Exp $"; 19 20 21 [... a lot of blank lines deleted ...] 22 22 23 # 1 "/usr/obj/usr/src/tmp/usr/include/ctype.h" 1 24 25 26 27 28 29 # 1 "/usr/obj/usr/src/tmp/usr/include/runetype.h" 1 30 31 32 33 [... a lot of blank lines deleted ...] 34 35 36 37 # 1 "/usr/obj/usr/src/tmp/usr/include/sys/cdefs.h" 1 38 39 40 [... a lot of blank lines deleted ...] 41 42 # 79 "/usr/obj/usr/src/tmp/usr/include/sys/cdefs.h" 43 44 45 46 47 48 # 103 "/usr/obj/usr/src/tmp/usr/include/sys/cdefs.h" 49 50 51 [... a lot of blank lines deleted ...] 52 53 54 # 42 "/usr/obj/usr/src/tmp/usr/include/runetype.h" 2 55 56 # 1 "/usr/obj/usr/src/tmp/usr/include/machine/ansi.h" 1 57 58 59 60 [... a lot of blank lines deleted ...] 61 62 63 64 # 43 "/usr/obj/usr/src/tmp/usr/include/runetype.h" 2 65 [...] 1736 if (i <= 0 || i > 256) { 1737 bad: 1738 fprintf((&__sF[2]), "Bad tab stop spec\n"); 1739 exit(1); 1740 } 1741 if (nstops > 0 && i <= tabstops[nstops-1]) 1742 goto bad; 1743 tabstops[nstops++] = i; 1744 if (*cp == 0) 1745 break; 1746 if (*cp != ',' && *cp != ' ') 1747 goto bad; 1748 cp++; 1749 } 1750 } 1751 1752 static void 1753 usage() 1754 { 1755 (void)fprintf ((&__sF[2]), "usage: expand [-t tablist] [file ...]\n"); 1756 exit(1); 1757 } -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message