Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2004 14:33:38 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        Pawel Worach <pawel_worach@yahoo.com>
Cc:        current@freebsd.org
Subject:   Re: current build error without usb
Message-ID:  <20040706123338.GB56926@stud.fit.vutbr.cz>
In-Reply-To: <20040706122913.76037.qmail@web61201.mail.yahoo.com>
References:  <20040706122913.76037.qmail@web61201.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 06, 2004 at 05:29:13AM -0700, Pawel Worach wrote:
> Hi,
> 
> If I don't have usb support in my kernel config the build breaks
> in the depend target of the kernel build. This only happens
> on parallel builds (-j2 and -j4 tested). It begun around the
> latest batch of usb updates.
> 
> --------------------------------------------------------------
> >>> stage 3.1: making dependencies
> --------------------------------------------------------------
> ...
> ===> urio
> ln -s /usr/obj/usr/src/sys/PROXY/opt_usb.h opt_usb.h
> machine -> /usr/src/sys/i386/include
> @ -> /usr/src/sys
> awk -f @/tools/makeobjops.awk @/kern/bus_if.m -h
> awk -f @/tools/makeobjops.awk @/kern/device_if.m -h
> awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
> awk -f @/tools/usbdevs2h.awk @/dev/usb/usbdevs
> rm -f .depend
> mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
> -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/i386/usr/include
> -I/usr/obj/usr/src/sys/PROXY
> /usr/src/sys/modules/urio/../../dev/usb/urio.c
> ===> usb
> make: don't know how to make usbdevs_data.h. Stop
> *** Error code 2
> 1 error
> 
>  - Pawel

I experienced the same... 

I usually does "make buildworld -jN -DNO_KERNELDEPEND" when I removed
that NO_KERNELDEPEND it went away.. hopefully forever ;)

roman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040706123338.GB56926>