Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Oct 1998 11:41:19 +1100
From:      "John Saunders" <john.saunders@scitec.com.au>
To:        <freebsd-stable@FreeBSD.ORG>
Subject:   RE: make world bombs on -stable
Message-ID:  <005101be039e$02c91040$6cb611cb@saruman.scitec.com.au>
In-Reply-To: <Pine.GSO.3.96.981029151328.505A-100000@jane.lfn.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Just tried it. Looks like you have clobbered your /usr/include
directory "make -DCLOBBER includes" before building.
Unfortunately the build process seems broken at the moment, I
have send-pr'ed the problem.

Try this as a temporary workaround...

# cd /usr/src/contrib/gcc/objc
# make incinstalldir=/usr/include srcdir=.. copy-headers

Then retry the make world again (but not the make includes).

Cheers.

> While doing a 'make world' of stable, cvsupped today:
> 
> ===> libobjc
> mkdep -f .depend -a        
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/NXConstStr.m 
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m 
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/NXConstStr.m:22
> : objc/NXConstStr.h: No such file or directory
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:28: 
> objc/Object.h: No such file or directory
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:29: 
> objc/Protocol.h: No such file or directory
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Object.m:30: 
> objc/objc-api.h: No such file or directory
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m:27: 
> objc/Protocol.h: No such file or directory
> /usr/src/gnu/lib/libobjc/../../../contrib/gcc/objc/Protocol.m:28: 
> objc/objc-api.h: No such file or directory
> mkdep: compile failed
> *** Error code 1
> 
> Stop.
> 
> Looks like some include files aren't where they are expected to be.
> I cleaned everything up and tried this again, and got the same result.

--   .   +-------------------------------------------------------+
 ,--_|\  | John Saunders    mailto:John.Saunders@scitec.com.au   |
/  Oz  \ | SCITEC LIMITED   Phone +61294289563  Fax +61294289933 |
\_,--\_/ | "By the time you make ends meet, they move the ends." |
      v  +-------------------------------------------------------+


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?005101be039e$02c91040$6cb611cb>