Re: CURRENT r253794: make installkernel fails: install: runfw.ko

看板FB_current作者時間12年前 (2013/07/30 16:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
On 30 July 2013 11:44, O. Hartmann <ohartman@zedat.fu-berlin.de> wrote: > On Tue, 30 Jul 2013 09:29:56 +0200 > "O. Hartmann" <ohartman@zedat.fu-berlin.de> wrote: > >> >> >> make installkernel fails in r253794 with the following error: >> >> ===> usb/runfw (install) >> install -o root -g wheel -m 555 runfw.ko /boot/kernel >> install: runfw.ko: No such file or directory >> *** Error code 71 >> >> regards, >> >> oliver > > This is fun: > > The make buildworld buildkernel command worked once, world and > kernel/modules got built. > > While "make installkernel" fails with the above shown error, a "make > kernel" issued again failed then at > > ===> usb/runfw (all) > make: don't know how to > make /usr/src/sys/modules/usb/runfw/../../contrib/dev/run/rt2870.fw.uu. > Stop > > make: stopped in /usr/src/sys/modules/usb/runfw > *** Error code 2 > Please try this patch. Index: sys/modules/usb/runfw/Makefile =================================================================== --- sys/modules/usb/runfw/Makefile (revision 253794) +++ sys/modules/usb/runfw/Makefile (working copy) @@ -5,7 +5,7 @@ CLEANFILES= run.fw -run.fw: ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu - uudecode -p ${.CURDIR}/../../contrib/dev/run/rt2870.fw.uu > ${.TARGET} +run.fw: ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu + uudecode -p ${.CURDIR}/../../../contrib/dev/run/rt2870.fw.uu > ${.TARGET} .include <bsd.kmod.mk> -- wbr, pluknet _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
文章代碼(AID): #1HztA_9b (FB_current)
文章代碼(AID): #1HztA_9b (FB_current)