From owner-freebsd-stable@FreeBSD.ORG Fri Jan 27 03:35:32 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B2F016A422 for ; Fri, 27 Jan 2006 03:35:32 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from farside.isc.org (farside.isc.org [204.152.187.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D34043D4C for ; Fri, 27 Jan 2006 03:35:31 +0000 (GMT) (envelope-from Mark_Andrews@isc.org) Received: from drugs.dv.isc.org (localhost.isc.org [IPv6:::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by farside.isc.org (Postfix) with ESMTP id 7841CE601C for ; Fri, 27 Jan 2006 03:35:31 +0000 (UTC) (envelope-from marka@isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.13.4/8.13.1) with ESMTP id k0R3ZPFl049418; Fri, 27 Jan 2006 14:35:26 +1100 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200601270335.k0R3ZPFl049418@drugs.dv.isc.org> To: "Jason C. Wells" From: Mark Andrews In-reply-to: Your message of "Thu, 26 Jan 2006 19:19:53 -0800." <43D99159.5010808@highperformance.net> Date: Fri, 27 Jan 2006 14:35:25 +1100 Sender: Mark_Andrews@isc.org Cc: freebsd-stable Subject: Re: Make World Fails on Man Pages X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jan 2006 03:35:32 -0000 > Here is a snippet of my failed installworld logs as I move to 6.0R: > > install -o root -g wheel -m 444 crypt.3.gz /usr/share/man/man3 > /usr/share/man/man3/crypt_get_format.3.gz -> /usr/share/man/man3/crypt.3.gz > rm: /usr/share/man/man3/crypt_get_format.3: Not a directory > rm: /usr/share/man/man3/crypt_get_format.3.gz: Not a directory > > I get the same error from a couple other man pages (e.g. bwrite) if I > run make from the directory where the pages source exists. Not all man > pages cause an error, just some. I tried removing /usr/obj for a fresh > build since this was a former 5.4R box. Cvsup isn't fetching any new > sources so I must be up to date. > > Any ideas why some man pages won't install? From unlink(2). [ENOTDIR] A component of the path prefix is not a directory. > > Thanks, > Jason > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" -- Mark Andrews, ISC 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark_Andrews@isc.org