Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Sep 2002 01:50:04 -0700 (PDT)
From:      Peter Pentchev <roam@ringlet.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/42811: make installworld does not make usr/include/g++ before using it
Message-ID:  <200209160850.g8G8o4OZ023130@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/42811; it has been noted by GNATS.

From: Peter Pentchev <roam@ringlet.net>
To: Doug White <dwhite@FreeBSD.org>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/42811: make installworld does not make usr/include/g++ before using it
Date: Mon, 16 Sep 2002 11:47:45 +0300

 On Sun, Sep 15, 2002 at 10:36:00AM -0700, Doug White wrote:
 > 
 > >Number:         42811
 > >Category:       misc
 > >Synopsis:       make installworld does not make usr/include/g++ before using it
 > >Originator:     Doug White
 > >Release:        4-STABLE
 > >Organization:
 > >Environment:
 > 4.7-PRERELEASE as of Sep 14 2002
 > >Description:
 > "make installworld" does not create the /usr/include/g++ directory to
 > receive g++ includes before actually trying to install files there.
 > What results is a file called "g++" and "make installworld" dying when
 > install tries to put something in there.
 > >How-To-Repeat:
 > 1. Create empty directory somewhere with space.
 > 2. make DESTDIR=/empty/directory installworld
 
 The directory should have been created by the mtree(8) run at the very
 start of the installworld process.  Can you verify that:
 
 1. you have a src/etc/mtree/BSD.include.dist rev. 1.2 or higher;
 2. your BSD.include.dist file includes the g++ directory around line 28;
 3. you have a src/etc/Makefile rev. 1.153 or higher;
 4. the mtree(8) commands are run at the beginning of the installworld
    process.
 
 If all of those seem to be true, could you post the contents of your
 src/etc/mtree/BSD.include.dist file, and the 'Making hierarchy' section
 of your installworld output?
 
 G'luck,
 Peter
 
 -- 
 Peter Pentchev	roam@ringlet.net	roam@FreeBSD.org
 PGP key:	http://people.FreeBSD.org/~roam/roam.key.asc
 Key fingerprint	FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
 I am jealous of the first word in this sentence.

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?200209160850.g8G8o4OZ023130>