From owner-freebsd-current  Mon Apr  6 07:04:23 1998
Return-Path: <owner-freebsd-current@FreeBSD.ORG>
Received: (from majordom@localhost)
          by hub.freebsd.org (8.8.8/8.8.8) id HAA27709
          for freebsd-current-outgoing; Mon, 6 Apr 1998 07:04:23 -0700 (PDT)
          (envelope-from owner-freebsd-current@FreeBSD.ORG)
Received: from aldan.ziplink.net (mi@kot.ne.mediaone.net [24.128.29.55])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA27701
          for <freebsd-current@freebsd.org>; Mon, 6 Apr 1998 07:04:20 -0700 (PDT)
          (envelope-from mi@rtfm.ziplink.net)
Received: from rtfm.ziplink.net (rtfm [199.232.255.52])
	by aldan.ziplink.net (8.8.8/8.8.7) with ESMTP id OAA05560
	for <freebsd-current@freebsd.org>; Mon, 6 Apr 1998 14:04:13 GMT
	(envelope-from mi@rtfm.ziplink.net)
Received: (from mi@localhost)
	by rtfm.ziplink.net (8.8.8/8.8.5) id KAA06627
	for freebsd-current@freebsd.org; Mon, 6 Apr 1998 10:04:08 -0400 (EDT)
From: Mikhail Teterin <mi@aldan.algebra.com>
Message-Id: <199804061404.KAA06627@rtfm.ziplink.net>
Subject: When /usr/src and /usr/obj are symlinks
To: freebsd-current@FreeBSD.ORG
Date: Mon, 6 Apr 1998 10:04:08 -0400 (EDT)
X-Face: 
	%UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7w<gv/&E-lL7twZCT8B~/PA4|\t$ti+22K">
		 hJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli"<kcG^EOVih
		 y+z3/UR{6SCQ
X-Mailer: ELM [version 2.4ME+ PL39 (25)]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Sender: owner-freebsd-current@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

Hello!

I used to be able to build world with no problems with /usr/src
and /usr/obj being symlinks:

    lrwxrwxrwx  1 root  wheel   8 Mar  8 16:29 /usr/obj -> /ccd/obj
    lrwxrwxrwx  1 root  wheel  12 Mar  8 16:23 /usr/src -> /home/mi/src

Now it fails right away trying to "bootstrap" make:

make: don't know how to make /usr/obj/home/mi/src/tmp/usr/include/sys/types.h. Stop

And NULLFS appears broken, because my attempts to mount /ccd/obj
over /usr/obj resulted in system crash. Besides, this is probably
much more CPU intensive and will slow down the build on the poor
P90 ...

The world is cvsuped a couple of hours ago. The system currently
runs the new (todays) kernel with the rest of the world from Mar
11 (I know, I should do the world first, it just happened that
way). Thanks for clues!

	-mi

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