Skip site navigation (1)Skip section navigation (2)
Date:      30 Oct 1998 11:34:52 +1100
From:      john@nlc.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   misc/8493: Stable build process fails to install objc includes
Message-ID:  <19981030003452.18606.qmail@monster.nlc.net.au>

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

>Number:         8493
>Category:       misc
>Synopsis:       Stable build process fails to install objc includes
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 29 16:40:01 PST 1998
>Last-Modified:
>Originator:     John Saunders
>Organization:
NORTHLINK COMMUNICATIONS
>Release:        FreeBSD 2.2.7-STABLE i386
>Environment:

	Cvsupped -stable from Oct 29 1998.

>Description:

	If the /usr/includes directory is clobbered i.e.
		make -DCLOBBER includes
	then a make world or make buildworld will fail
	because the objective C include files didn't get
	copied to /usr/include/objc.

>How-To-Repeat:

	# cd /usr/src
	# make -DCLOBBER includes buildworld
	(wait a few hours :-)

>Fix:
	
	Have the includes target install the objective C includes
	Something like...
	# cd /usr/src/contrib/gcc/objc
	# make incinstalldir=/usr/include srcdir=.. copy-headers
	I have no idea how to patch the makefiles for this.

>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?19981030003452.18606.qmail>