From owner-freebsd-stable Sun Feb 15 01:28:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA02088 for freebsd-stable-outgoing; Sun, 15 Feb 1998 01:28:24 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA02078 for ; Sun, 15 Feb 1998 01:28:19 -0800 (PST) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.6.9) with ESMTP id BAA20699; Sun, 15 Feb 1998 01:26:56 -0800 (PST) To: Shawn Ramsey cc: stable@FreeBSD.ORG Subject: Re: stable broken In-reply-to: Your message of "Sun, 15 Feb 1998 01:20:30 PST." Date: Sun, 15 Feb 1998 01:26:56 -0800 Message-ID: <20695.887534816@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk It's more than possible to have, for example: /a/src (real sources) /usr/src -> /a/src /usr/obj (real objs) But what it looks like here is that you've got is some wild symlinks *under* the source directory which are confusing things. To continue my example, if I were to see anything other than this: root@time-> ls -l /usr/src lrwxrwxrwx 1 root wheel 6 Aug 26 08:17 /usr/src -> /a/src root@time-> ls -l /usr/src/ total 55 -rw-r--r-- 1 jkh wheel 3425 Sep 11 1994 COPYRIGHT drwxr-xr-x 2 jkh wheel 512 Feb 13 07:22 CVS -rw-r--r-- 1 root wheel 21723 Feb 7 13:45 Makefile -rw-r--r-- 1 jkh wheel 2334 Aug 19 05:47 README drwxr-xr-x 33 jkh wheel 1024 Feb 13 07:12 bin drwxr-xr-x 23 jkh wheel 512 Feb 13 07:14 contrib drwxr-xr-x 9 jkh wheel 512 Feb 13 07:14 eBones drwxr-xr-x 10 jkh wheel 1536 Feb 13 07:14 etc drwxr-xr-x 42 jkh wheel 1024 Feb 13 07:15 games drwxr-xr-x 9 jkh wheel 512 Feb 13 07:15 gnu drwxr-xr-x 7 jkh wheel 1536 Feb 7 13:51 include drwxr-xr-x 41 jkh wheel 1024 Feb 13 07:17 lib drwxr-xr-x 31 jkh wheel 1024 Feb 13 07:17 libexec drwxr-xr-x 32 jkh wheel 1024 Feb 13 07:17 lkm drwxr-xr-x 6 jkh wheel 512 Feb 13 10:50 release drwxr-xr-x 56 jkh wheel 1536 Feb 13 07:18 sbin drwxr-xr-x 6 jkh wheel 512 Feb 13 07:18 secure drwxr-xr-x 17 jkh wheel 512 Feb 13 07:19 share drwxr-xr-x 28 jkh wheel 512 Feb 13 07:19 sys drwxr-xr-x 8 jkh wheel 512 Feb 13 07:20 tools drwxr-xr-x 199 jkh wheel 3584 Feb 13 07:21 usr.bin drwxr-xr-x 109 jkh wheel 2048 Feb 13 07:22 usr.sbin Then I would consider my source tree to be hosed and in need of repair. Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message