installworld failure

Barney Wolff barney at databus.com
Fri Mar 5 09:38:31 PST 2004


On Fri, Mar 05, 2004 at 05:58:47PM +0500, Mustafa Hashmi wrote:
> On Thu, 4 Mar 2004 08:44:53 -0800 (PST)
> Jamie Bowden <ragnar at sysabend.org> wrote:
> 
> > ln: /usr/share/man/man9/ieee80211_input.9.gz: No such file or directory
> > *** Error code 1

If it hasn't already been fixed (try re-cvsuping) you can fix
/usr/src/share/man/man9/Makefile
to eliminate the line that tries to link ieee80211_input.9.gz to itself:

--- Makefile-040304     Thu Mar  4 23:26:43 2004
+++ Makefile    Fri Mar  5 00:37:18 2004
@@ -476,7 +476,6 @@
        ieee80211_crypto.9 ieee80211_crypto_detach.9 \
        ieee80211_crypto.9 ieee80211_wep_crypt.9
 MLINKS+=ieee80211_input.9 ieee80211_decap.9 \
-       ieee80211_input.9 ieee80211_input.9 \
        ieee80211_input.9 ieee80211_recv_mgmt.9
 MLINKS+=ieee80211_ioctl.9 ieee80211_cfgget.9 \
        ieee80211_ioctl.9 ieee80211_cfgset.9

-- 
Barney Wolff         http://www.databus.com/bwresume.pdf
I'm available by contract or FT, in the NYC metro area or via the 'Net.


More information about the freebsd-current mailing list