From owner-freebsd-current@FreeBSD.ORG Fri Mar 5 05:23:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D073116A4CE for ; Fri, 5 Mar 2004 05:23:12 -0800 (PST) Received: from mailhub1.midco.net (mailhub1.midco.net [24.220.0.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ED9243D46 for ; Fri, 5 Mar 2004 05:23:12 -0800 (PST) (envelope-from pmes@bis.midco.net) Received: (qmail 10793 invoked by uid 0); 5 Mar 2004 13:23:11 -0000 Received: from host-195-219-220-24.midco.net (HELO bis.midco.net) ([24.220.219.195]) (envelope-sender ) by lvs-pop.midco.net (qmail-ldap-1.03) with SMTP for ; 5 Mar 2004 13:23:11 -0000 Message-ID: <40487F3E.9090502@bis.midco.net> Date: Fri, 05 Mar 2004 07:23:10 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7a) Gecko/20040227 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mustafa Hashmi References: <20040304084328.F99021-100000@moo.sysabend.org> <20040305175847.5b0f6599.mhbsd@mh.stderr.net> In-Reply-To: <20040305175847.5b0f6599.mhbsd@mh.stderr.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: ragnar@sysabend.org cc: freebsd-current@freebsd.org Subject: Re: installworld failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 13:23:12 -0000 Mustafa Hashmi wrote: > On Thu, 4 Mar 2004 08:44:53 -0800 (PST) > Jamie Bowden wrote: > > >>ln: /usr/share/man/man9/ieee80211_input.9.gz: No such file or directory >>*** Error code 1 >> > > > Exactly the same here. Got src tree again with similar results. This was approx 12:00 a.m CST (src update). > This was commited yesterday morning: bms 2004/03/04 04:52:10 PST FreeBSD src repository Modified files: share/man/man9 Makefile Added files: share/man/man9 ieee80211.9 ieee80211_crypto.9 ieee80211_input.9 ieee80211_ioctl.9 ieee80211_node.9 ieee80211_output.9 ieee80211_proto.9 ieee80211_radiotap.9 Log: Initial import of documentation for net80211 interface code. Of particular interest here is the ieee80211_radiotap(9) man page. TODO: Flesh out ieee80211_node.9, ieee80211_proto.9. Submitted by: bms (with help from Darron Broad) Revision Changes Path 1.221 +47 -0 src/share/man/man9/Makefile 1.1 +246 -0 src/share/man/man9/ieee80211.9 (new) 1.1 +102 -0 src/share/man/man9/ieee80211_crypto.9 (new) 1.1 +108 -0 src/share/man/man9/ieee80211_input.9 (new) 1.1 +100 -0 src/share/man/man9/ieee80211_ioctl.9 (new) 1.1 +91 -0 src/share/man/man9/ieee80211_node.9 (new) 1.1 +142 -0 src/share/man/man9/ieee80211_output.9 (new) 1.1 +68 -0 src/share/man/man9/ieee80211_proto.9 (new) 1.1 +214 -0 src/share/man/man9/ieee80211_radiotap.9 (new) I'm not sure if you guys are the only ones to have run into this or not. I've been avoiding upgrading the last couple days because things look a bit rough right now. You may want to contact bms if the problem persists. Pete...