Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 1998 13:53:51 +0000
From:      Gianmarco Giovannelli <gmarco@giovannelli.it>
To:        current@FreeBSD.ORG
Cc:        Stephen McKay <syssgm@dtir.qld.gov.au>
Subject:   Re: usr.bin/expand breaks make world
Message-ID:  <353CA4EF.7C262514@giovannelli.it>
References:  <199804211004.MAA05688@sos.freebsd.dk> <199804211011.UAA11629@troll.dtir.qld.gov.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?353CA4EF.7C262514>